diff --git a/src/Websites/Websites.Test/ScenarioTests/WebAppSlotTests.ps1 b/src/Websites/Websites.Test/ScenarioTests/WebAppSlotTests.ps1
index 641bd8ea8cff..f0eb67a5c8f1 100644
--- a/src/Websites/Websites.Test/ScenarioTests/WebAppSlotTests.ps1
+++ b/src/Websites/Websites.Test/ScenarioTests/WebAppSlotTests.ps1
@@ -405,13 +405,16 @@ function Test-SetWebAppSlot
{
# Setup
$rgname = Get-ResourceGroupName
+ $rgname1 = Get-ResourceGroupName
$appname = Get-WebsiteName
$location = Get-Location
$slotname = "staging"
$planName1 = Get-WebHostPlanName
- $planName2 = Get-WebHostPlanName
+ $planName2 = Get-WebHostPlanName
+ $planName3 = Get-WebHostPlanName
$tier1 = "Standard"
$tier2 = "Standard"
+ $tier3 = "Standard"
$apiversion = "2015-08-01"
$resourceType = "Microsoft.Web/sites"
$numberOfWorkers = 2
@@ -420,8 +423,10 @@ function Test-SetWebAppSlot
{
#Setup
New-AzResourceGroup -Name $rgname -Location $location
+ New-AzResourceGroup -Name $rgname1 -Location $location
$serverFarm1 = New-AzAppServicePlan -ResourceGroupName $rgname -Name $planName1 -Location $location -Tier $tier1
$serverFarm2 = New-AzAppServicePlan -ResourceGroupName $rgname -Name $planName2 -Location $location -Tier $tier2
+ $serverFarm3 = New-AzAppServicePlan -ResourceGroupName $rgname1 -Name $planName3 -Location $location -Tier $tier3
# Create new web app
$webApp = New-AzWebApp -ResourceGroupName $rgname -Name $appname -Location $location -AppServicePlan $planName1
@@ -495,6 +500,45 @@ function Test-SetWebAppSlot
}
Assert-AreEqual $numberOfWorkers $slot.SiteConfig.NumberOfWorkers
+
+ #Set-AzWebAppSlot errors on operations for App Services not in the same resource group as the App Service Plan
+ #setup
+
+ $app1 = Get-WebsiteName
+
+ # Create new web app
+ $webApp = New-AzWebApp -ResourceGroupName $rgname1 -Name $app1 -Location $location -AppServicePlan $planName3
+
+ # Assert
+ Assert-AreEqual $app1 $webApp.Name
+
+ # Create deployment slot
+ $slot = New-AzWebAppSlot -ResourceGroupName $rgname1 -Name $app1 -Slot $slotname -AppServicePlan $planName3
+ $appWithSlotName = "$app1/$slotname"
+
+ # Assert
+ Assert-AreEqual $appWithSlotName $slot.Name
+ Assert-Null $webApp.Identity
+ Assert-AreEqual "AllAllowed" $slot.SiteConfig.FtpsState
+
+ # Get the deployment slot
+
+ $slot = Get-AzWebAppSlot -ResourceGroupName $rgname1 -Name $app1 -Slot $slotName
+
+ # Set config properties
+ $slot.SiteConfig.HttpLoggingEnabled = $true
+ $slot.SiteConfig.RequestTracingEnabled = $true
+ $slot.SiteConfig.FtpsState = "FtpsOnly"
+ $slot.SiteConfig.MinTlsVersion = "1.0"
+
+ $slot = $slot | Set-AzWebAppSlot
+
+ # Assert
+ Assert-AreEqual $appWithSlotName $slot.Name
+ Assert-AreEqual $true $slot.SiteConfig.HttpLoggingEnabled
+ Assert-AreEqual $true $slot.SiteConfig.RequestTracingEnabled
+ Assert-AreEqual "FtpsOnly" $slot.SiteConfig.FtpsState
+ Assert-AreEqual "1.0" $slot.SiteConfig.MinTlsVersion
}
finally
{
@@ -504,6 +548,7 @@ function Test-SetWebAppSlot
Remove-AzAppServicePlan -ResourceGroupName $rgname -Name $planName1 -Force
Remove-AzAppServicePlan -ResourceGroupName $rgname -Name $planName2 -Force
Remove-AzResourceGroup -Name $rgname -Force
+ Remove-AzResourceGroup -Name $rgname1 -Force
}
}
diff --git a/src/Websites/Websites.Test/SessionRecords/Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppBackupRestoreTests/TestRestoreDeletedWebAppToExisting.json b/src/Websites/Websites.Test/SessionRecords/Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppBackupRestoreTests/TestRestoreDeletedWebAppToExisting.json
index 4a1f4a03c60d..518ec64754a3 100644
--- a/src/Websites/Websites.Test/SessionRecords/Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppBackupRestoreTests/TestRestoreDeletedWebAppToExisting.json
+++ b/src/Websites/Websites.Test/SessionRecords/Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppBackupRestoreTests/TestRestoreDeletedWebAppToExisting.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d4419cd8-c8a8-41c0-b023-31a302a35581"
+ "25f6d26a-ccbe-4003-8574-4b460cfde98e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15"
]
},
"ResponseHeaders": {
@@ -27,16 +27,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11999"
],
"x-ms-request-id": [
- "095c9d0f-04dc-429a-9c60-1f66b900de74"
+ "7d9be304-caac-4874-a5a7-78ae7e8e73b7"
],
"x-ms-correlation-request-id": [
- "095c9d0f-04dc-429a-9c60-1f66b900de74"
+ "7d9be304-caac-4874-a5a7-78ae7e8e73b7"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232215Z:095c9d0f-04dc-429a-9c60-1f66b900de74"
+ "WESTINDIA:20200624T102343Z:7d9be304-caac-4874-a5a7-78ae7e8e73b7"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -45,7 +45,7 @@
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:15 GMT"
+ "Wed, 24 Jun 2020 10:23:42 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -54,29 +54,29 @@
"-1"
],
"Content-Length": [
- "32066"
+ "39847"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web\",\r\n \"namespace\": \"Microsoft.Web\",\r\n \"authorization\": {\r\n \"applicationId\": \"abfa0a7c-a6b6-4736-8310-5855508787cd\",\r\n \"roleDefinitionId\": \"f47ed98b-b063-4a5b-9e10-4b9b44fa7735\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"publishingUsers\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ishostnameavailable\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validate\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"isusernameavailable\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sourceControls\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"availableStacks\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listSitesAssignedToHostName\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/getNetworkPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01\",\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/networkConfig\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/networkConfig\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/hostNameBindings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/hostNameBindings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"certificates\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serverFarms\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"sites/slots\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"runtimes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"recommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"georegions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/premieraddons\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-02-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments/multiRolePools\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-02-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments/workerPools\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-02-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentLocations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"functions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deletedSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ishostingenvironmentnameavailable\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-11-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"customApis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/listWsdlInterfaces\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/extractApiDefinitionFromWsdl\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedApis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/runtimes\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/apiOperations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connectionGateways\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/connectionGatewayInstallations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingMeters\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"verifyHostingEnvironmentVnet\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web\",\r\n \"namespace\": \"Microsoft.Web\",\r\n \"authorization\": {\r\n \"applicationId\": \"abfa0a7c-a6b6-4736-8310-5855508787cd\",\r\n \"roleDefinitionId\": \"f47ed98b-b063-4a5b-9e10-4b9b44fa7735\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"publishingUsers\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ishostnameavailable\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validate\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"isusernameavailable\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sourceControls\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"availableStacks\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"staticSites\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"listSitesAssignedToHostName\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/getNetworkPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-08-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-08-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/networkConfig\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/networkConfig\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/hostNameBindings\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/hostNameBindings\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"certificates\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serverFarms\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"sites/slots\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"runtimes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"recommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"georegions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/premieraddons\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-05-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments/multiRolePools\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments/workerPools\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"kubeEnvironments\",\r\n \"locations\": [\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-05-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentLocations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deletedSites\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedSites\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ishostingenvironmentnameavailable\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-11-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"customApis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/listWsdlInterfaces\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/extractApiDefinitionFromWsdl\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedApis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/runtimes\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/apiOperations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connectionGateways\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/connectionGatewayInstallations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingMeters\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"verifyHostingEnvironmentVnet\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"serverFarms/eventGridFilters\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway West\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"South Africa West\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/eventGridFilters\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway West\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"South Africa West\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/eventGridFilters\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway West\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"South Africa West\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments/eventGridFilters\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-05-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "5b63da79-2bec-4815-9957-37786db2b87a"
+ "8b4d3238-adbb-4ed4-a2ee-da7fd3bec487"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15"
]
},
"ResponseHeaders": {
@@ -90,13 +90,13 @@
"11999"
],
"x-ms-request-id": [
- "ae342453-2779-4f9f-bea5-e92e1eba93f1"
+ "6eb62d6c-168d-4719-b161-6d7206002550"
],
"x-ms-correlation-request-id": [
- "ae342453-2779-4f9f-bea5-e92e1eba93f1"
+ "6eb62d6c-168d-4719-b161-6d7206002550"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233117Z:ae342453-2779-4f9f-bea5-e92e1eba93f1"
+ "WESTINDIA:20200624T103936Z:6eb62d6c-168d-4719-b161-6d7206002550"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -105,7 +105,7 @@
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:16 GMT"
+ "Wed, 24 Jun 2020 10:39:36 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -114,29 +114,29 @@
"-1"
],
"Content-Length": [
- "32066"
+ "39847"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web\",\r\n \"namespace\": \"Microsoft.Web\",\r\n \"authorization\": {\r\n \"applicationId\": \"abfa0a7c-a6b6-4736-8310-5855508787cd\",\r\n \"roleDefinitionId\": \"f47ed98b-b063-4a5b-9e10-4b9b44fa7735\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"publishingUsers\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ishostnameavailable\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validate\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"isusernameavailable\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sourceControls\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"availableStacks\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listSitesAssignedToHostName\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/getNetworkPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01\",\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/networkConfig\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/networkConfig\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/hostNameBindings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/hostNameBindings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"certificates\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serverFarms\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"sites/slots\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"runtimes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"recommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"georegions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/premieraddons\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-02-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments/multiRolePools\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-02-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments/workerPools\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-02-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentLocations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"functions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deletedSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ishostingenvironmentnameavailable\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-11-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"customApis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/listWsdlInterfaces\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/extractApiDefinitionFromWsdl\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedApis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/runtimes\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/apiOperations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connectionGateways\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/connectionGatewayInstallations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingMeters\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"verifyHostingEnvironmentVnet\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web\",\r\n \"namespace\": \"Microsoft.Web\",\r\n \"authorization\": {\r\n \"applicationId\": \"abfa0a7c-a6b6-4736-8310-5855508787cd\",\r\n \"roleDefinitionId\": \"f47ed98b-b063-4a5b-9e10-4b9b44fa7735\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"publishingUsers\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ishostnameavailable\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validate\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"isusernameavailable\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sourceControls\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"availableStacks\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"staticSites\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"listSitesAssignedToHostName\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/getNetworkPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-08-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-08-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/networkConfig\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/networkConfig\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/hostNameBindings\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/hostNameBindings\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"certificates\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serverFarms\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"sites/slots\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"runtimes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"recommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"georegions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/premieraddons\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-05-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments/multiRolePools\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments/workerPools\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"kubeEnvironments\",\r\n \"locations\": [\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-05-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentLocations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deletedSites\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedSites\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ishostingenvironmentnameavailable\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-11-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"customApis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/listWsdlInterfaces\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/extractApiDefinitionFromWsdl\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedApis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/runtimes\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/apiOperations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connectionGateways\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/connectionGatewayInstallations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingMeters\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"verifyHostingEnvironmentVnet\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"serverFarms/eventGridFilters\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway West\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"South Africa West\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/eventGridFilters\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway West\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"South Africa West\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/eventGridFilters\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway West\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"South Africa West\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments/eventGridFilters\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-05-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "3df9351f-f169-448a-9866-c47e945e8172"
+ "25dd06d4-c740-4ba9-9363-e0f9c2609696"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15"
]
},
"ResponseHeaders": {
@@ -147,16 +147,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11997"
],
"x-ms-request-id": [
- "b292fc70-890c-4eca-81c5-352f235f0309"
+ "7b4705ec-a412-425e-963b-9d81323bbfd0"
],
"x-ms-correlation-request-id": [
- "b292fc70-890c-4eca-81c5-352f235f0309"
+ "7b4705ec-a412-425e-963b-9d81323bbfd0"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234625Z:b292fc70-890c-4eca-81c5-352f235f0309"
+ "WESTINDIA:20200624T105627Z:7b4705ec-a412-425e-963b-9d81323bbfd0"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -165,7 +165,7 @@
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:25 GMT"
+ "Wed, 24 Jun 2020 10:56:27 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -174,29 +174,29 @@
"-1"
],
"Content-Length": [
- "32066"
+ "39847"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web\",\r\n \"namespace\": \"Microsoft.Web\",\r\n \"authorization\": {\r\n \"applicationId\": \"abfa0a7c-a6b6-4736-8310-5855508787cd\",\r\n \"roleDefinitionId\": \"f47ed98b-b063-4a5b-9e10-4b9b44fa7735\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"publishingUsers\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ishostnameavailable\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validate\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"isusernameavailable\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sourceControls\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"availableStacks\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listSitesAssignedToHostName\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/getNetworkPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01\",\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/networkConfig\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/networkConfig\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/hostNameBindings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/hostNameBindings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"certificates\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serverFarms\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"sites/slots\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"runtimes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"recommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"georegions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/premieraddons\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-02-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments/multiRolePools\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-02-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments/workerPools\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-02-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentLocations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"functions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deletedSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ishostingenvironmentnameavailable\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-11-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"customApis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/listWsdlInterfaces\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/extractApiDefinitionFromWsdl\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedApis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/runtimes\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/apiOperations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connectionGateways\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/connectionGatewayInstallations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingMeters\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"verifyHostingEnvironmentVnet\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web\",\r\n \"namespace\": \"Microsoft.Web\",\r\n \"authorization\": {\r\n \"applicationId\": \"abfa0a7c-a6b6-4736-8310-5855508787cd\",\r\n \"roleDefinitionId\": \"f47ed98b-b063-4a5b-9e10-4b9b44fa7735\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"publishingUsers\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ishostnameavailable\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validate\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"isusernameavailable\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sourceControls\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"availableStacks\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"staticSites\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"listSitesAssignedToHostName\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/getNetworkPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-08-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-08-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/networkConfig\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/networkConfig\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/hostNameBindings\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/hostNameBindings\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"certificates\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serverFarms\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"sites/slots\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"runtimes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"recommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"georegions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/premieraddons\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-05-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments/multiRolePools\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments/workerPools\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"kubeEnvironments\",\r\n \"locations\": [\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-05-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentLocations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deletedSites\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedSites\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ishostingenvironmentnameavailable\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-11-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"customApis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/listWsdlInterfaces\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/extractApiDefinitionFromWsdl\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedApis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/runtimes\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/apiOperations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connectionGateways\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/connectionGatewayInstallations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingMeters\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"verifyHostingEnvironmentVnet\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"East Asia (Stage)\",\r\n \"Central US (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"serverFarms/eventGridFilters\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway West\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"South Africa West\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/eventGridFilters\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway West\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"South Africa West\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/eventGridFilters\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway West\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"South Africa West\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments/eventGridFilters\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"MSFT West US\",\r\n \"MSFT East US\",\r\n \"MSFT East Asia\",\r\n \"MSFT North Europe\",\r\n \"East US 2 (Stage)\",\r\n \"Central US (Stage)\",\r\n \"South Africa North\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-05-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourcegroups/ps2650?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlZ3JvdXBzL3BzMjY1MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourcegroups/ps2472?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlZ3JvdXBzL3BzMjQ3Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"West US\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "1d07df97-d47e-4e33-bd9a-74d892725be3"
+ "098b0033-28b3-422d-bb4c-09a4328162e7"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -216,13 +216,13 @@
"1199"
],
"x-ms-request-id": [
- "270554a8-cc43-4945-82ea-65b4d2592550"
+ "0eb46973-a3f1-45f1-94d5-25017cd9930e"
],
"x-ms-correlation-request-id": [
- "270554a8-cc43-4945-82ea-65b4d2592550"
+ "0eb46973-a3f1-45f1-94d5-25017cd9930e"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232216Z:270554a8-cc43-4945-82ea-65b4d2592550"
+ "WESTINDIA:20200624T102345Z:0eb46973-a3f1-45f1-94d5-25017cd9930e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -231,7 +231,7 @@
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:16 GMT"
+ "Wed, 24 Jun 2020 10:23:45 GMT"
],
"Content-Length": [
"165"
@@ -243,32 +243,32 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650\",\r\n \"name\": \"ps2650\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472\",\r\n \"name\": \"ps2472\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczMyNzQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczMxNjA/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"perSiteScaling\": false,\r\n \"isXenon\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"P1\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"West US\"\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"perSiteScaling\": false,\r\n \"reserved\": false,\r\n \"isXenon\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"P1\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"West US\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "65cdc1f6-09e9-4d4f-afe3-8a9b3913d20e"
+ "6deaaed9-18a4-46d1-b4ec-8d06bead7f83"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "186"
+ "210"
]
},
"ResponseHeaders": {
@@ -282,7 +282,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "8259ba28-d522-47f6-97d9-e7a8d5923d56"
+ "5c106b15-cf3c-4cf4-8d2a-7a58b362e5dc"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -297,19 +297,19 @@
"1199"
],
"x-ms-correlation-request-id": [
- "c57bf30e-8a06-443b-bdf3-b944b508abf7"
+ "9881f6e3-8084-48df-98d2-6e6fc05fbd1b"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232226Z:c57bf30e-8a06-443b-bdf3-b944b508abf7"
+ "WESTINDIA:20200624T102359Z:9881f6e3-8084-48df-98d2-6e6fc05fbd1b"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:26 GMT"
+ "Wed, 24 Jun 2020 10:23:59 GMT"
],
"Content-Length": [
- "1235"
+ "1266"
],
"Content-Type": [
"application/json"
@@ -318,25 +318,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274\",\r\n \"name\": \"ps3274\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 7876,\r\n \"name\": \"ps3274\",\r\n \"workerSize\": \"Default\",\r\n \"workerSizeId\": 0,\r\n \"workerTierName\": null,\r\n \"numberOfWorkers\": 1,\r\n \"currentWorkerSize\": \"Default\",\r\n \"currentWorkerSizeId\": 0,\r\n \"currentNumberOfWorkers\": 1,\r\n \"status\": \"Ready\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 20,\r\n \"planName\": \"VirtualDedicatedPlan\",\r\n \"adminRuntimeSiteName\": null,\r\n \"computeMode\": \"Dedicated\",\r\n \"siteMode\": null,\r\n \"geoRegion\": \"West US\",\r\n \"perSiteScaling\": false,\r\n \"maximumElasticWorkerCount\": 1,\r\n \"numberOfSites\": 0,\r\n \"hostingEnvironmentId\": null,\r\n \"isSpot\": false,\r\n \"spotExpirationTime\": null,\r\n \"freeOfferExpirationTime\": null,\r\n \"tags\": null,\r\n \"kind\": \"app\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-123_7876\",\r\n \"targetWorkerCount\": 0,\r\n \"targetWorkerSizeId\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"webSiteId\": null\r\n },\r\n \"sku\": {\r\n \"name\": \"P1\",\r\n \"tier\": \"Premium\",\r\n \"size\": \"P1\",\r\n \"family\": \"P\",\r\n \"capacity\": 1\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160\",\r\n \"name\": \"ps3160\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 59018,\r\n \"name\": \"ps3160\",\r\n \"workerSize\": \"Default\",\r\n \"workerSizeId\": 0,\r\n \"workerTierName\": null,\r\n \"numberOfWorkers\": 1,\r\n \"currentWorkerSize\": \"Default\",\r\n \"currentWorkerSizeId\": 0,\r\n \"currentNumberOfWorkers\": 1,\r\n \"status\": \"Ready\",\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 20,\r\n \"planName\": \"VirtualDedicatedPlan\",\r\n \"adminRuntimeSiteName\": null,\r\n \"computeMode\": \"Dedicated\",\r\n \"siteMode\": null,\r\n \"geoRegion\": \"West US\",\r\n \"perSiteScaling\": false,\r\n \"maximumElasticWorkerCount\": 1,\r\n \"numberOfSites\": 0,\r\n \"hostingEnvironmentId\": null,\r\n \"isSpot\": false,\r\n \"spotExpirationTime\": null,\r\n \"freeOfferExpirationTime\": null,\r\n \"tags\": null,\r\n \"kind\": \"app\",\r\n \"resourceGroup\": \"ps2472\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-043_59018\",\r\n \"targetWorkerCount\": 0,\r\n \"targetWorkerSizeId\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"webSiteId\": null,\r\n \"existingServerFarmIds\": null\r\n },\r\n \"sku\": {\r\n \"name\": \"P1\",\r\n \"tier\": \"Premium\",\r\n \"size\": \"P1\",\r\n \"family\": \"P\",\r\n \"capacity\": 1\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/checknameavailability?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2NoZWNrbmFtZWF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/checknameavailability?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2NoZWNrbmFtZWF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "POST",
- "RequestBody": "{\r\n \"name\": \"ps1159\",\r\n \"type\": \"Site\"\r\n}",
+ "RequestBody": "{\r\n \"name\": \"ps9664\",\r\n \"type\": \"Site\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6fe17ca4-9206-41bb-92e6-6bc4a2c37922"
+ "1b320ced-c0ea-43b6-8d09-3e31d77c2fdf"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
],
"Content-Type": [
@@ -357,7 +357,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "e330269a-84e1-47a4-b915-25c7381f66b2"
+ "41bc89f9-297e-4b7f-9095-62ae2c6bd2a4"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -369,19 +369,19 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11999"
],
"x-ms-correlation-request-id": [
- "57156f7c-a8b2-44f7-a65d-083a432ab021"
+ "cfa655d1-8123-417f-8bbd-659cfe9bc114"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232226Z:57156f7c-a8b2-44f7-a65d-083a432ab021"
+ "WESTINDIA:20200624T102401Z:cfa655d1-8123-417f-8bbd-659cfe9bc114"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:26 GMT"
+ "Wed, 24 Jun 2020 10:24:01 GMT"
],
"Content-Length": [
"47"
@@ -397,21 +397,21 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/checknameavailability?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2NoZWNrbmFtZWF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/checknameavailability?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2NoZWNrbmFtZWF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "POST",
- "RequestBody": "{\r\n \"name\": \"ps9476\",\r\n \"type\": \"Site\"\r\n}",
+ "RequestBody": "{\r\n \"name\": \"ps6869\",\r\n \"type\": \"Site\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "04e8fce2-2217-4c98-a1bb-5570202d1b75"
+ "8db99d2d-3a39-43ab-be50-943dcd92533e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
],
"Content-Type": [
@@ -432,7 +432,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "5566b6af-5062-451c-8960-0911945ed6d3"
+ "a9fc50d0-48ac-4157-9fa3-699cd010d79f"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -444,19 +444,19 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11989"
+ "11990"
],
"x-ms-correlation-request-id": [
- "bde6b14f-32a4-4cd3-a661-790a28226ace"
+ "bd149f83-d7f5-4174-816a-835a175c17e5"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232308Z:bde6b14f-32a4-4cd3-a661-790a28226ace"
+ "WESTINDIA:20200624T102509Z:bd149f83-d7f5-4174-816a-835a175c17e5"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:07 GMT"
+ "Wed, 24 Jun 2020 10:25:08 GMT"
],
"Content-Length": [
"47"
@@ -472,21 +472,21 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczMyNzQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczMxNjA/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "7629894c-69ca-4405-b793-fafde6aad279"
+ "45cfe166-2e39-4ec2-8643-e31a01b13ff7"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -501,7 +501,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "68cdc9c5-ffd7-451e-a8a8-ab2276db79c9"
+ "cacb4eb5-bd50-4ae5-80f4-443e161b561d"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -513,22 +513,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11998"
],
"x-ms-correlation-request-id": [
- "ae2a5fcb-2468-46db-b9b9-eba231c731ba"
+ "09ef9f7a-eeca-4099-a045-031c03d9c4a8"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232227Z:ae2a5fcb-2468-46db-b9b9-eba231c731ba"
+ "WESTINDIA:20200624T102402Z:09ef9f7a-eeca-4099-a045-031c03d9c4a8"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:26 GMT"
+ "Wed, 24 Jun 2020 10:24:01 GMT"
],
"Content-Length": [
- "1235"
+ "1266"
],
"Content-Type": [
"application/json"
@@ -537,25 +537,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274\",\r\n \"name\": \"ps3274\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 7876,\r\n \"name\": \"ps3274\",\r\n \"workerSize\": \"Default\",\r\n \"workerSizeId\": 0,\r\n \"workerTierName\": null,\r\n \"numberOfWorkers\": 1,\r\n \"currentWorkerSize\": \"Default\",\r\n \"currentWorkerSizeId\": 0,\r\n \"currentNumberOfWorkers\": 1,\r\n \"status\": \"Ready\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 20,\r\n \"planName\": \"VirtualDedicatedPlan\",\r\n \"adminRuntimeSiteName\": null,\r\n \"computeMode\": \"Dedicated\",\r\n \"siteMode\": null,\r\n \"geoRegion\": \"West US\",\r\n \"perSiteScaling\": false,\r\n \"maximumElasticWorkerCount\": 1,\r\n \"numberOfSites\": 0,\r\n \"hostingEnvironmentId\": null,\r\n \"isSpot\": false,\r\n \"spotExpirationTime\": null,\r\n \"freeOfferExpirationTime\": null,\r\n \"tags\": null,\r\n \"kind\": \"app\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-123_7876\",\r\n \"targetWorkerCount\": 0,\r\n \"targetWorkerSizeId\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"webSiteId\": null\r\n },\r\n \"sku\": {\r\n \"name\": \"P1\",\r\n \"tier\": \"Premium\",\r\n \"size\": \"P1\",\r\n \"family\": \"P\",\r\n \"capacity\": 1\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160\",\r\n \"name\": \"ps3160\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 59018,\r\n \"name\": \"ps3160\",\r\n \"workerSize\": \"Default\",\r\n \"workerSizeId\": 0,\r\n \"workerTierName\": null,\r\n \"numberOfWorkers\": 1,\r\n \"currentWorkerSize\": \"Default\",\r\n \"currentWorkerSizeId\": 0,\r\n \"currentNumberOfWorkers\": 1,\r\n \"status\": \"Ready\",\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 20,\r\n \"planName\": \"VirtualDedicatedPlan\",\r\n \"adminRuntimeSiteName\": null,\r\n \"computeMode\": \"Dedicated\",\r\n \"siteMode\": null,\r\n \"geoRegion\": \"West US\",\r\n \"perSiteScaling\": false,\r\n \"maximumElasticWorkerCount\": 1,\r\n \"numberOfSites\": 0,\r\n \"hostingEnvironmentId\": null,\r\n \"isSpot\": false,\r\n \"spotExpirationTime\": null,\r\n \"freeOfferExpirationTime\": null,\r\n \"tags\": null,\r\n \"kind\": \"app\",\r\n \"resourceGroup\": \"ps2472\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-043_59018\",\r\n \"targetWorkerCount\": 0,\r\n \"targetWorkerSizeId\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"webSiteId\": null,\r\n \"existingServerFarmIds\": null\r\n },\r\n \"sku\": {\r\n \"name\": \"P1\",\r\n \"tier\": \"Premium\",\r\n \"size\": \"P1\",\r\n \"family\": \"P\",\r\n \"capacity\": 1\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczMyNzQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczMxNjA/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "0df0516c-ce8d-4578-a76a-54c0178dfaf8"
+ "64d3d4c7-5623-4bfe-b359-54c626e86aaa"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -570,7 +570,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "345fe1cf-96e7-4a78-85fb-81dd52ce447b"
+ "b588f7cf-97df-4fcf-b05d-accb9a737ade"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -582,22 +582,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
+ "11996"
],
"x-ms-correlation-request-id": [
- "01985c67-0f62-4b06-983c-69f63f075554"
+ "7f0bde3d-4107-4236-b53d-d44fc8f4bec2"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232227Z:01985c67-0f62-4b06-983c-69f63f075554"
+ "WESTINDIA:20200624T102403Z:7f0bde3d-4107-4236-b53d-d44fc8f4bec2"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:27 GMT"
+ "Wed, 24 Jun 2020 10:24:02 GMT"
],
"Content-Length": [
- "1235"
+ "1266"
],
"Content-Type": [
"application/json"
@@ -606,25 +606,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274\",\r\n \"name\": \"ps3274\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 7876,\r\n \"name\": \"ps3274\",\r\n \"workerSize\": \"Default\",\r\n \"workerSizeId\": 0,\r\n \"workerTierName\": null,\r\n \"numberOfWorkers\": 1,\r\n \"currentWorkerSize\": \"Default\",\r\n \"currentWorkerSizeId\": 0,\r\n \"currentNumberOfWorkers\": 1,\r\n \"status\": \"Ready\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 20,\r\n \"planName\": \"VirtualDedicatedPlan\",\r\n \"adminRuntimeSiteName\": null,\r\n \"computeMode\": \"Dedicated\",\r\n \"siteMode\": null,\r\n \"geoRegion\": \"West US\",\r\n \"perSiteScaling\": false,\r\n \"maximumElasticWorkerCount\": 1,\r\n \"numberOfSites\": 0,\r\n \"hostingEnvironmentId\": null,\r\n \"isSpot\": false,\r\n \"spotExpirationTime\": null,\r\n \"freeOfferExpirationTime\": null,\r\n \"tags\": null,\r\n \"kind\": \"app\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-123_7876\",\r\n \"targetWorkerCount\": 0,\r\n \"targetWorkerSizeId\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"webSiteId\": null\r\n },\r\n \"sku\": {\r\n \"name\": \"P1\",\r\n \"tier\": \"Premium\",\r\n \"size\": \"P1\",\r\n \"family\": \"P\",\r\n \"capacity\": 1\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160\",\r\n \"name\": \"ps3160\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 59018,\r\n \"name\": \"ps3160\",\r\n \"workerSize\": \"Default\",\r\n \"workerSizeId\": 0,\r\n \"workerTierName\": null,\r\n \"numberOfWorkers\": 1,\r\n \"currentWorkerSize\": \"Default\",\r\n \"currentWorkerSizeId\": 0,\r\n \"currentNumberOfWorkers\": 1,\r\n \"status\": \"Ready\",\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 20,\r\n \"planName\": \"VirtualDedicatedPlan\",\r\n \"adminRuntimeSiteName\": null,\r\n \"computeMode\": \"Dedicated\",\r\n \"siteMode\": null,\r\n \"geoRegion\": \"West US\",\r\n \"perSiteScaling\": false,\r\n \"maximumElasticWorkerCount\": 1,\r\n \"numberOfSites\": 0,\r\n \"hostingEnvironmentId\": null,\r\n \"isSpot\": false,\r\n \"spotExpirationTime\": null,\r\n \"freeOfferExpirationTime\": null,\r\n \"tags\": null,\r\n \"kind\": \"app\",\r\n \"resourceGroup\": \"ps2472\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-043_59018\",\r\n \"targetWorkerCount\": 0,\r\n \"targetWorkerSizeId\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"webSiteId\": null,\r\n \"existingServerFarmIds\": null\r\n },\r\n \"sku\": {\r\n \"name\": \"P1\",\r\n \"tier\": \"Premium\",\r\n \"size\": \"P1\",\r\n \"family\": \"P\",\r\n \"capacity\": 1\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczMyNzQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczMxNjA/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "fe782e64-37e8-479b-8366-f64925b1859f"
+ "ab4b5478-9260-4197-886e-e8d8bc4809cf"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -639,7 +639,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "eae3a9d5-86af-4a30-a223-291cdf729440"
+ "6700c687-5971-4a22-942c-f9f995849fbe"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -651,22 +651,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11994"
+ "11995"
],
"x-ms-correlation-request-id": [
- "0944a31c-a417-40d7-9e02-23a7aa722efa"
+ "6caf610a-670b-4b48-9b57-c29ec044a261"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232228Z:0944a31c-a417-40d7-9e02-23a7aa722efa"
+ "WESTINDIA:20200624T102404Z:6caf610a-670b-4b48-9b57-c29ec044a261"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:27 GMT"
+ "Wed, 24 Jun 2020 10:24:03 GMT"
],
"Content-Length": [
- "1235"
+ "1266"
],
"Content-Type": [
"application/json"
@@ -675,25 +675,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274\",\r\n \"name\": \"ps3274\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 7876,\r\n \"name\": \"ps3274\",\r\n \"workerSize\": \"Default\",\r\n \"workerSizeId\": 0,\r\n \"workerTierName\": null,\r\n \"numberOfWorkers\": 1,\r\n \"currentWorkerSize\": \"Default\",\r\n \"currentWorkerSizeId\": 0,\r\n \"currentNumberOfWorkers\": 1,\r\n \"status\": \"Ready\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 20,\r\n \"planName\": \"VirtualDedicatedPlan\",\r\n \"adminRuntimeSiteName\": null,\r\n \"computeMode\": \"Dedicated\",\r\n \"siteMode\": null,\r\n \"geoRegion\": \"West US\",\r\n \"perSiteScaling\": false,\r\n \"maximumElasticWorkerCount\": 1,\r\n \"numberOfSites\": 0,\r\n \"hostingEnvironmentId\": null,\r\n \"isSpot\": false,\r\n \"spotExpirationTime\": null,\r\n \"freeOfferExpirationTime\": null,\r\n \"tags\": null,\r\n \"kind\": \"app\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-123_7876\",\r\n \"targetWorkerCount\": 0,\r\n \"targetWorkerSizeId\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"webSiteId\": null\r\n },\r\n \"sku\": {\r\n \"name\": \"P1\",\r\n \"tier\": \"Premium\",\r\n \"size\": \"P1\",\r\n \"family\": \"P\",\r\n \"capacity\": 1\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160\",\r\n \"name\": \"ps3160\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 59018,\r\n \"name\": \"ps3160\",\r\n \"workerSize\": \"Default\",\r\n \"workerSizeId\": 0,\r\n \"workerTierName\": null,\r\n \"numberOfWorkers\": 1,\r\n \"currentWorkerSize\": \"Default\",\r\n \"currentWorkerSizeId\": 0,\r\n \"currentNumberOfWorkers\": 1,\r\n \"status\": \"Ready\",\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 20,\r\n \"planName\": \"VirtualDedicatedPlan\",\r\n \"adminRuntimeSiteName\": null,\r\n \"computeMode\": \"Dedicated\",\r\n \"siteMode\": null,\r\n \"geoRegion\": \"West US\",\r\n \"perSiteScaling\": false,\r\n \"maximumElasticWorkerCount\": 1,\r\n \"numberOfSites\": 0,\r\n \"hostingEnvironmentId\": null,\r\n \"isSpot\": false,\r\n \"spotExpirationTime\": null,\r\n \"freeOfferExpirationTime\": null,\r\n \"tags\": null,\r\n \"kind\": \"app\",\r\n \"resourceGroup\": \"ps2472\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-043_59018\",\r\n \"targetWorkerCount\": 0,\r\n \"targetWorkerSizeId\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"webSiteId\": null,\r\n \"existingServerFarmIds\": null\r\n },\r\n \"sku\": {\r\n \"name\": \"P1\",\r\n \"tier\": \"Premium\",\r\n \"size\": \"P1\",\r\n \"family\": \"P\",\r\n \"capacity\": 1\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczMyNzQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczMxNjA/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "dc943432-b0c8-4028-bdf4-e64aff635683"
+ "50ccdd10-e5bd-40a8-8f11-0c6820e4b65c"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -708,7 +708,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "812a2c2b-19a2-489d-9dc4-da69bd436607"
+ "b3ea257b-b6f6-4b3d-a2f4-928ed4839a8f"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -720,22 +720,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11988"
+ "11989"
],
"x-ms-correlation-request-id": [
- "bff13cb1-31c7-441e-b869-3f230ce3bba0"
+ "0fc9a9c4-30c5-42d4-afdf-568290294bcf"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232308Z:bff13cb1-31c7-441e-b869-3f230ce3bba0"
+ "WESTINDIA:20200624T102509Z:0fc9a9c4-30c5-42d4-afdf-568290294bcf"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:08 GMT"
+ "Wed, 24 Jun 2020 10:25:08 GMT"
],
"Content-Length": [
- "1235"
+ "1266"
],
"Content-Type": [
"application/json"
@@ -744,25 +744,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274\",\r\n \"name\": \"ps3274\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 7876,\r\n \"name\": \"ps3274\",\r\n \"workerSize\": \"Default\",\r\n \"workerSizeId\": 0,\r\n \"workerTierName\": null,\r\n \"numberOfWorkers\": 1,\r\n \"currentWorkerSize\": \"Default\",\r\n \"currentWorkerSizeId\": 0,\r\n \"currentNumberOfWorkers\": 1,\r\n \"status\": \"Ready\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 20,\r\n \"planName\": \"VirtualDedicatedPlan\",\r\n \"adminRuntimeSiteName\": null,\r\n \"computeMode\": \"Dedicated\",\r\n \"siteMode\": null,\r\n \"geoRegion\": \"West US\",\r\n \"perSiteScaling\": false,\r\n \"maximumElasticWorkerCount\": 1,\r\n \"numberOfSites\": 1,\r\n \"hostingEnvironmentId\": null,\r\n \"isSpot\": false,\r\n \"spotExpirationTime\": null,\r\n \"freeOfferExpirationTime\": null,\r\n \"tags\": null,\r\n \"kind\": \"app\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-123_7876\",\r\n \"targetWorkerCount\": 0,\r\n \"targetWorkerSizeId\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"webSiteId\": null\r\n },\r\n \"sku\": {\r\n \"name\": \"P1\",\r\n \"tier\": \"Premium\",\r\n \"size\": \"P1\",\r\n \"family\": \"P\",\r\n \"capacity\": 1\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160\",\r\n \"name\": \"ps3160\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 59018,\r\n \"name\": \"ps3160\",\r\n \"workerSize\": \"Default\",\r\n \"workerSizeId\": 0,\r\n \"workerTierName\": null,\r\n \"numberOfWorkers\": 1,\r\n \"currentWorkerSize\": \"Default\",\r\n \"currentWorkerSizeId\": 0,\r\n \"currentNumberOfWorkers\": 1,\r\n \"status\": \"Ready\",\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 20,\r\n \"planName\": \"VirtualDedicatedPlan\",\r\n \"adminRuntimeSiteName\": null,\r\n \"computeMode\": \"Dedicated\",\r\n \"siteMode\": null,\r\n \"geoRegion\": \"West US\",\r\n \"perSiteScaling\": false,\r\n \"maximumElasticWorkerCount\": 1,\r\n \"numberOfSites\": 1,\r\n \"hostingEnvironmentId\": null,\r\n \"isSpot\": false,\r\n \"spotExpirationTime\": null,\r\n \"freeOfferExpirationTime\": null,\r\n \"tags\": null,\r\n \"kind\": \"app\",\r\n \"resourceGroup\": \"ps2472\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-043_59018\",\r\n \"targetWorkerCount\": 0,\r\n \"targetWorkerSizeId\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"webSiteId\": null,\r\n \"existingServerFarmIds\": null\r\n },\r\n \"sku\": {\r\n \"name\": \"P1\",\r\n \"tier\": \"Premium\",\r\n \"size\": \"P1\",\r\n \"family\": \"P\",\r\n \"capacity\": 1\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczMyNzQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczMxNjA/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "229c88fd-a91b-4402-82c4-a9be0ce17f0b"
+ "9f67c9d5-c4bc-4916-be14-dbac7de0f290"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -777,7 +777,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "ac769a69-0976-4414-b531-3d7b425726f7"
+ "1b6f18cf-38d2-4f30-8e6b-8c2d2fd03d35"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -789,22 +789,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11986"
+ "11987"
],
"x-ms-correlation-request-id": [
- "b4afccf1-b18f-4de0-aed2-02d7d884ac71"
+ "3958a692-056c-4d97-8f0e-fa95e9c4adf9"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232308Z:b4afccf1-b18f-4de0-aed2-02d7d884ac71"
+ "WESTINDIA:20200624T102510Z:3958a692-056c-4d97-8f0e-fa95e9c4adf9"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:08 GMT"
+ "Wed, 24 Jun 2020 10:25:10 GMT"
],
"Content-Length": [
- "1235"
+ "1266"
],
"Content-Type": [
"application/json"
@@ -813,25 +813,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274\",\r\n \"name\": \"ps3274\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 7876,\r\n \"name\": \"ps3274\",\r\n \"workerSize\": \"Default\",\r\n \"workerSizeId\": 0,\r\n \"workerTierName\": null,\r\n \"numberOfWorkers\": 1,\r\n \"currentWorkerSize\": \"Default\",\r\n \"currentWorkerSizeId\": 0,\r\n \"currentNumberOfWorkers\": 1,\r\n \"status\": \"Ready\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 20,\r\n \"planName\": \"VirtualDedicatedPlan\",\r\n \"adminRuntimeSiteName\": null,\r\n \"computeMode\": \"Dedicated\",\r\n \"siteMode\": null,\r\n \"geoRegion\": \"West US\",\r\n \"perSiteScaling\": false,\r\n \"maximumElasticWorkerCount\": 1,\r\n \"numberOfSites\": 1,\r\n \"hostingEnvironmentId\": null,\r\n \"isSpot\": false,\r\n \"spotExpirationTime\": null,\r\n \"freeOfferExpirationTime\": null,\r\n \"tags\": null,\r\n \"kind\": \"app\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-123_7876\",\r\n \"targetWorkerCount\": 0,\r\n \"targetWorkerSizeId\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"webSiteId\": null\r\n },\r\n \"sku\": {\r\n \"name\": \"P1\",\r\n \"tier\": \"Premium\",\r\n \"size\": \"P1\",\r\n \"family\": \"P\",\r\n \"capacity\": 1\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160\",\r\n \"name\": \"ps3160\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 59018,\r\n \"name\": \"ps3160\",\r\n \"workerSize\": \"Default\",\r\n \"workerSizeId\": 0,\r\n \"workerTierName\": null,\r\n \"numberOfWorkers\": 1,\r\n \"currentWorkerSize\": \"Default\",\r\n \"currentWorkerSizeId\": 0,\r\n \"currentNumberOfWorkers\": 1,\r\n \"status\": \"Ready\",\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 20,\r\n \"planName\": \"VirtualDedicatedPlan\",\r\n \"adminRuntimeSiteName\": null,\r\n \"computeMode\": \"Dedicated\",\r\n \"siteMode\": null,\r\n \"geoRegion\": \"West US\",\r\n \"perSiteScaling\": false,\r\n \"maximumElasticWorkerCount\": 1,\r\n \"numberOfSites\": 1,\r\n \"hostingEnvironmentId\": null,\r\n \"isSpot\": false,\r\n \"spotExpirationTime\": null,\r\n \"freeOfferExpirationTime\": null,\r\n \"tags\": null,\r\n \"kind\": \"app\",\r\n \"resourceGroup\": \"ps2472\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-043_59018\",\r\n \"targetWorkerCount\": 0,\r\n \"targetWorkerSizeId\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"webSiteId\": null,\r\n \"existingServerFarmIds\": null\r\n },\r\n \"sku\": {\r\n \"name\": \"P1\",\r\n \"tier\": \"Premium\",\r\n \"size\": \"P1\",\r\n \"family\": \"P\",\r\n \"capacity\": 1\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczMyNzQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczMxNjA/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "217b3385-1e2b-490d-95a0-2e8fb0c77669"
+ "40d14085-16fa-470f-af64-e87162501e57"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -846,7 +846,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "55a24aa0-5e42-4005-ab5c-5c1fb536499e"
+ "511c7bd9-ce5e-47a5-b795-5275df300e33"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -858,22 +858,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11985"
+ "11986"
],
"x-ms-correlation-request-id": [
- "10d346af-84e9-4e4c-8b06-2008e1642846"
+ "2fa0f15b-cf5a-42e3-bb7f-b7e84549226b"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232309Z:10d346af-84e9-4e4c-8b06-2008e1642846"
+ "WESTINDIA:20200624T102511Z:2fa0f15b-cf5a-42e3-bb7f-b7e84549226b"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:09 GMT"
+ "Wed, 24 Jun 2020 10:25:11 GMT"
],
"Content-Length": [
- "1235"
+ "1266"
],
"Content-Type": [
"application/json"
@@ -882,25 +882,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274\",\r\n \"name\": \"ps3274\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 7876,\r\n \"name\": \"ps3274\",\r\n \"workerSize\": \"Default\",\r\n \"workerSizeId\": 0,\r\n \"workerTierName\": null,\r\n \"numberOfWorkers\": 1,\r\n \"currentWorkerSize\": \"Default\",\r\n \"currentWorkerSizeId\": 0,\r\n \"currentNumberOfWorkers\": 1,\r\n \"status\": \"Ready\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 20,\r\n \"planName\": \"VirtualDedicatedPlan\",\r\n \"adminRuntimeSiteName\": null,\r\n \"computeMode\": \"Dedicated\",\r\n \"siteMode\": null,\r\n \"geoRegion\": \"West US\",\r\n \"perSiteScaling\": false,\r\n \"maximumElasticWorkerCount\": 1,\r\n \"numberOfSites\": 1,\r\n \"hostingEnvironmentId\": null,\r\n \"isSpot\": false,\r\n \"spotExpirationTime\": null,\r\n \"freeOfferExpirationTime\": null,\r\n \"tags\": null,\r\n \"kind\": \"app\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-123_7876\",\r\n \"targetWorkerCount\": 0,\r\n \"targetWorkerSizeId\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"webSiteId\": null\r\n },\r\n \"sku\": {\r\n \"name\": \"P1\",\r\n \"tier\": \"Premium\",\r\n \"size\": \"P1\",\r\n \"family\": \"P\",\r\n \"capacity\": 1\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160\",\r\n \"name\": \"ps3160\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 59018,\r\n \"name\": \"ps3160\",\r\n \"workerSize\": \"Default\",\r\n \"workerSizeId\": 0,\r\n \"workerTierName\": null,\r\n \"numberOfWorkers\": 1,\r\n \"currentWorkerSize\": \"Default\",\r\n \"currentWorkerSizeId\": 0,\r\n \"currentNumberOfWorkers\": 1,\r\n \"status\": \"Ready\",\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 20,\r\n \"planName\": \"VirtualDedicatedPlan\",\r\n \"adminRuntimeSiteName\": null,\r\n \"computeMode\": \"Dedicated\",\r\n \"siteMode\": null,\r\n \"geoRegion\": \"West US\",\r\n \"perSiteScaling\": false,\r\n \"maximumElasticWorkerCount\": 1,\r\n \"numberOfSites\": 1,\r\n \"hostingEnvironmentId\": null,\r\n \"isSpot\": false,\r\n \"spotExpirationTime\": null,\r\n \"freeOfferExpirationTime\": null,\r\n \"tags\": null,\r\n \"kind\": \"app\",\r\n \"resourceGroup\": \"ps2472\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-043_59018\",\r\n \"targetWorkerCount\": 0,\r\n \"targetWorkerSizeId\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"webSiteId\": null,\r\n \"existingServerFarmIds\": null\r\n },\r\n \"sku\": {\r\n \"name\": \"P1\",\r\n \"tier\": \"Premium\",\r\n \"size\": \"P1\",\r\n \"family\": \"P\",\r\n \"capacity\": 1\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTk/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQ/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d750a5f0-68c9-488f-b2c6-ff3eef724bc6"
+ "8b2d5614-5b9b-4206-b206-2218e9fd0c68"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -915,13 +915,13 @@
"gateway"
],
"x-ms-request-id": [
- "f4accf68-d75d-45cc-b389-18ea23f45e12"
+ "bc3d9e97-eca0-4eca-af1e-6eb1d96f1078"
],
"x-ms-correlation-request-id": [
- "f4accf68-d75d-45cc-b389-18ea23f45e12"
+ "bc3d9e97-eca0-4eca-af1e-6eb1d96f1078"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232227Z:f4accf68-d75d-45cc-b389-18ea23f45e12"
+ "WESTINDIA:20200624T102402Z:bc3d9e97-eca0-4eca-af1e-6eb1d96f1078"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -930,7 +930,7 @@
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:27 GMT"
+ "Wed, 24 Jun 2020 10:24:02 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -939,28 +939,28 @@
"-1"
],
"Content-Length": [
- "136"
+ "204"
]
},
- "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Web/sites/ps1159' under resource group 'ps2650' was not found.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Web/sites/ps9664' under resource group 'ps2472' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}",
"StatusCode": 404
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTk/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQ/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "3c93d47c-f829-49e3-8e3e-9084d421e031"
+ "356c4fed-1781-4652-9785-15dda6845afb"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -972,13 +972,13 @@
"no-cache"
],
"ETag": [
- "\"1D52AE3B1545095\""
+ "\"1D64A1198E19B70\""
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "87451a04-400c-4959-bc13-7a2c5320673b"
+ "fe0e2ea6-e6e1-4ddd-892c-4948ab191766"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -990,22 +990,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11992"
+ "11993"
],
"x-ms-correlation-request-id": [
- "e4300430-0536-45d0-a3ee-fcb5b537b262"
+ "185fc4ca-8a50-48e9-bb58-cca2fe53fbbc"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232247Z:e4300430-0536-45d0-a3ee-fcb5b537b262"
+ "WESTINDIA:20200624T102430Z:185fc4ca-8a50-48e9-bb58-cca2fe53fbbc"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:46 GMT"
+ "Wed, 24 Jun 2020 10:24:29 GMT"
],
"Content-Length": [
- "2760"
+ "4955"
],
"Content-Type": [
"application/json"
@@ -1014,25 +1014,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps1159\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps1159.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-123.api.azurewebsites.windows.net:454/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/webspaces/ps2650-WestUSwebspace/sites/ps1159\",\r\n \"repositorySiteName\": \"ps1159\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps1159.azurewebsites.net\",\r\n \"ps1159.scm.azurewebsites.net\"\r\n ],\r\n \"siteProperties\": {\r\n \"metadata\": null,\r\n \"properties\": [\r\n {\r\n \"name\": \"LinuxFxVersion\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"WindowsFxVersion\",\r\n \"value\": null\r\n }\r\n ],\r\n \"appSettings\": null\r\n },\r\n \"availabilityState\": \"Normal\",\r\n \"sslCertificates\": null,\r\n \"csrs\": [],\r\n \"cers\": null,\r\n \"siteMode\": null,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps1159.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps1159.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"computeMode\": null,\r\n \"serverFarm\": null,\r\n \"serverFarmId\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2019-06-24T23:22:29.8333333\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps1159\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Premium\",\r\n \"scmSiteAlsoStopped\": false,\r\n \"targetSwapSlot\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"clientCertExclusionPaths\": null,\r\n \"hostNamesDisabled\": false,\r\n \"domainVerificationIdentifiers\": null,\r\n \"kind\": \"app\",\r\n \"outboundIpAddresses\": \"40.112.243.0,13.91.46.203,40.112.255.35,13.91.41.7,13.91.40.30\",\r\n \"possibleOutboundIpAddresses\": \"40.112.243.0,13.91.46.203,40.112.255.35,13.91.41.7,13.91.40.30,40.112.164.63,40.83.181.150,40.112.248.128\",\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"suspendedTill\": null,\r\n \"siteDisabledReason\": 0,\r\n \"functionExecutionUnitsCache\": null,\r\n \"maxNumberOfWorkers\": null,\r\n \"homeStamp\": \"waws-prod-bay-123\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2650\",\r\n \"defaultHostName\": \"ps1159.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": false,\r\n \"redundancyMode\": \"None\",\r\n \"inProgressOperationId\": null,\r\n \"geoDistributions\": null\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664\",\r\n \"name\": \"ps9664\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps9664\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps9664.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-043.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2472-WestUSwebspace/sites/ps9664\",\r\n \"repositorySiteName\": \"ps9664\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps9664.azurewebsites.net\",\r\n \"ps9664.scm.azurewebsites.net\"\r\n ],\r\n \"siteProperties\": {\r\n \"metadata\": null,\r\n \"properties\": [\r\n {\r\n \"name\": \"LinuxFxVersion\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"WindowsFxVersion\",\r\n \"value\": null\r\n }\r\n ],\r\n \"appSettings\": null\r\n },\r\n \"availabilityState\": \"Normal\",\r\n \"sslCertificates\": null,\r\n \"csrs\": [],\r\n \"cers\": null,\r\n \"siteMode\": null,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps9664.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps9664.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"computeMode\": null,\r\n \"serverFarm\": null,\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-24T10:24:09.383\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": {\r\n \"numberOfWorkers\": null,\r\n \"defaultDocuments\": null,\r\n \"netFrameworkVersion\": null,\r\n \"phpVersion\": null,\r\n \"pythonVersion\": null,\r\n \"nodeVersion\": null,\r\n \"powerShellVersion\": null,\r\n \"linuxFxVersion\": null,\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": null,\r\n \"remoteDebuggingEnabled\": null,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": null,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": null,\r\n \"detailedErrorLoggingEnabled\": null,\r\n \"publishingUsername\": null,\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": null,\r\n \"use32BitWorkerProcess\": null,\r\n \"webSocketsEnabled\": null,\r\n \"alwaysOn\": null,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": null,\r\n \"managedPipelineMode\": null,\r\n \"virtualApplications\": null,\r\n \"winAuthAdminState\": null,\r\n \"winAuthTenantState\": null,\r\n \"customAppPoolIdentityAdminState\": null,\r\n \"customAppPoolIdentityTenantState\": null,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": null,\r\n \"routingRules\": null,\r\n \"experiments\": null,\r\n \"limits\": null,\r\n \"autoHealEnabled\": null,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": null,\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": null,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": null,\r\n \"scmIpSecurityRestrictions\": null,\r\n \"scmIpSecurityRestrictionsUseMain\": null,\r\n \"http20Enabled\": null,\r\n \"minTlsVersion\": null,\r\n \"ftpsState\": null,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null,\r\n \"fileChangeAuditEnabled\": null,\r\n \"functionsRuntimeScaleMonitoringEnabled\": null,\r\n \"websiteTimeZone\": null,\r\n \"minimumElasticInstanceCount\": 0\r\n },\r\n \"deploymentId\": \"ps9664\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Premium\",\r\n \"scmSiteAlsoStopped\": false,\r\n \"targetSwapSlot\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"clientCertMode\": \"Required\",\r\n \"clientCertExclusionPaths\": null,\r\n \"hostNamesDisabled\": false,\r\n \"domainVerificationIdentifiers\": null,\r\n \"customDomainVerificationId\": \"C3E7C05FE8A97695B3AE08C1935F4251C48E338FE439627B2E788D9D718C8A70\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"104.40.92.107\",\r\n \"possibleInboundIpAddresses\": \"104.40.92.107,40.112.243.23\",\r\n \"ftpUsername\": \"ps9664\\\\$ps9664\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-043.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"104.40.88.152,104.40.87.132,104.40.95.34,104.40.88.78\",\r\n \"possibleOutboundIpAddresses\": \"104.40.88.152,104.40.87.132,104.40.95.34,104.40.88.78,13.93.199.41,13.93.207.234,13.93.207.237,13.93.207.141,13.93.207.166,104.40.92.107,40.112.243.23\",\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"suspendedTill\": null,\r\n \"siteDisabledReason\": 0,\r\n \"functionExecutionUnitsCache\": null,\r\n \"maxNumberOfWorkers\": null,\r\n \"homeStamp\": \"waws-prod-bay-043\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2472\",\r\n \"defaultHostName\": \"ps9664.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": false,\r\n \"redundancyMode\": \"None\",\r\n \"inProgressOperationId\": null,\r\n \"geoDistributions\": null,\r\n \"privateEndpointConnections\": [],\r\n \"buildVersion\": null,\r\n \"targetBuildVersion\": null\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTk/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQ/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "13f0018e-1421-48a5-9059-45f0d02a6dd0"
+ "69725784-2891-47c0-b429-e7ba77703028"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -1044,13 +1044,13 @@
"no-cache"
],
"ETag": [
- "\"1D52AE3B1545095\""
+ "\"1D64A1198E19B70\""
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "5344fb96-d0b4-4ef9-bca1-56fd3812dc4c"
+ "ae1219fb-4bc8-433e-899a-2677a16cd640"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -1062,22 +1062,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11996"
],
"x-ms-correlation-request-id": [
- "df7390b8-d616-4a05-ad42-4b9781b3ce4e"
+ "91d1d1a3-39c7-4ffe-ac0d-7990ac9f55cd"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233121Z:df7390b8-d616-4a05-ad42-4b9781b3ce4e"
+ "WESTINDIA:20200624T104120Z:91d1d1a3-39c7-4ffe-ac0d-7990ac9f55cd"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:20 GMT"
+ "Wed, 24 Jun 2020 10:41:19 GMT"
],
"Content-Length": [
- "2760"
+ "4955"
],
"Content-Type": [
"application/json"
@@ -1086,25 +1086,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps1159\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps1159.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-123.api.azurewebsites.windows.net:454/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/webspaces/ps2650-WestUSwebspace/sites/ps1159\",\r\n \"repositorySiteName\": \"ps1159\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps1159.azurewebsites.net\",\r\n \"ps1159.scm.azurewebsites.net\"\r\n ],\r\n \"siteProperties\": {\r\n \"metadata\": null,\r\n \"properties\": [\r\n {\r\n \"name\": \"LinuxFxVersion\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"WindowsFxVersion\",\r\n \"value\": null\r\n }\r\n ],\r\n \"appSettings\": null\r\n },\r\n \"availabilityState\": \"Normal\",\r\n \"sslCertificates\": null,\r\n \"csrs\": [],\r\n \"cers\": null,\r\n \"siteMode\": null,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps1159.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps1159.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"computeMode\": null,\r\n \"serverFarm\": null,\r\n \"serverFarmId\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2019-06-24T23:22:29.8333333\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps1159\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Premium\",\r\n \"scmSiteAlsoStopped\": false,\r\n \"targetSwapSlot\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"clientCertExclusionPaths\": null,\r\n \"hostNamesDisabled\": false,\r\n \"domainVerificationIdentifiers\": null,\r\n \"kind\": \"app\",\r\n \"outboundIpAddresses\": \"40.112.243.0,13.91.46.203,40.112.255.35,13.91.41.7,13.91.40.30\",\r\n \"possibleOutboundIpAddresses\": \"40.112.243.0,13.91.46.203,40.112.255.35,13.91.41.7,13.91.40.30,40.112.164.63,40.83.181.150,40.112.248.128\",\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"suspendedTill\": null,\r\n \"siteDisabledReason\": 0,\r\n \"functionExecutionUnitsCache\": null,\r\n \"maxNumberOfWorkers\": null,\r\n \"homeStamp\": \"waws-prod-bay-123\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2650\",\r\n \"defaultHostName\": \"ps1159.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": false,\r\n \"redundancyMode\": \"None\",\r\n \"inProgressOperationId\": null,\r\n \"geoDistributions\": null\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664\",\r\n \"name\": \"ps9664\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps9664\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps9664.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-043.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2472-WestUSwebspace/sites/ps9664\",\r\n \"repositorySiteName\": \"ps9664\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps9664.azurewebsites.net\",\r\n \"ps9664.scm.azurewebsites.net\"\r\n ],\r\n \"siteProperties\": {\r\n \"metadata\": null,\r\n \"properties\": [\r\n {\r\n \"name\": \"LinuxFxVersion\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"WindowsFxVersion\",\r\n \"value\": null\r\n }\r\n ],\r\n \"appSettings\": null\r\n },\r\n \"availabilityState\": \"Normal\",\r\n \"sslCertificates\": null,\r\n \"csrs\": [],\r\n \"cers\": null,\r\n \"siteMode\": null,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps9664.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps9664.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"computeMode\": null,\r\n \"serverFarm\": null,\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-24T10:24:09.383\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": {\r\n \"numberOfWorkers\": null,\r\n \"defaultDocuments\": null,\r\n \"netFrameworkVersion\": null,\r\n \"phpVersion\": null,\r\n \"pythonVersion\": null,\r\n \"nodeVersion\": null,\r\n \"powerShellVersion\": null,\r\n \"linuxFxVersion\": null,\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": null,\r\n \"remoteDebuggingEnabled\": null,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": null,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": null,\r\n \"detailedErrorLoggingEnabled\": null,\r\n \"publishingUsername\": null,\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": null,\r\n \"use32BitWorkerProcess\": null,\r\n \"webSocketsEnabled\": null,\r\n \"alwaysOn\": null,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": null,\r\n \"managedPipelineMode\": null,\r\n \"virtualApplications\": null,\r\n \"winAuthAdminState\": null,\r\n \"winAuthTenantState\": null,\r\n \"customAppPoolIdentityAdminState\": null,\r\n \"customAppPoolIdentityTenantState\": null,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": null,\r\n \"routingRules\": null,\r\n \"experiments\": null,\r\n \"limits\": null,\r\n \"autoHealEnabled\": null,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": null,\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": null,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": null,\r\n \"scmIpSecurityRestrictions\": null,\r\n \"scmIpSecurityRestrictionsUseMain\": null,\r\n \"http20Enabled\": null,\r\n \"minTlsVersion\": null,\r\n \"ftpsState\": null,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null,\r\n \"fileChangeAuditEnabled\": null,\r\n \"functionsRuntimeScaleMonitoringEnabled\": null,\r\n \"websiteTimeZone\": null,\r\n \"minimumElasticInstanceCount\": 0\r\n },\r\n \"deploymentId\": \"ps9664\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Premium\",\r\n \"scmSiteAlsoStopped\": false,\r\n \"targetSwapSlot\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"clientCertMode\": \"Required\",\r\n \"clientCertExclusionPaths\": null,\r\n \"hostNamesDisabled\": false,\r\n \"domainVerificationIdentifiers\": null,\r\n \"customDomainVerificationId\": \"C3E7C05FE8A97695B3AE08C1935F4251C48E338FE439627B2E788D9D718C8A70\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"104.40.92.107\",\r\n \"possibleInboundIpAddresses\": \"104.40.92.107,40.112.243.23\",\r\n \"ftpUsername\": \"ps9664\\\\$ps9664\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-043.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"104.40.88.152,104.40.87.132,104.40.95.34,104.40.88.78\",\r\n \"possibleOutboundIpAddresses\": \"104.40.88.152,104.40.87.132,104.40.95.34,104.40.88.78,13.93.199.41,13.93.207.234,13.93.207.237,13.93.207.141,13.93.207.166,104.40.92.107,40.112.243.23\",\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"suspendedTill\": null,\r\n \"siteDisabledReason\": 0,\r\n \"functionExecutionUnitsCache\": null,\r\n \"maxNumberOfWorkers\": null,\r\n \"homeStamp\": \"waws-prod-bay-043\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2472\",\r\n \"defaultHostName\": \"ps9664.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": false,\r\n \"redundancyMode\": \"None\",\r\n \"inProgressOperationId\": null,\r\n \"geoDistributions\": null,\r\n \"privateEndpointConnections\": [],\r\n \"buildVersion\": null,\r\n \"targetBuildVersion\": null\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTk/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQ/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "dfcc10a0-339c-49a4-af53-fb0a7a10bf5e"
+ "169035af-f2ba-47b0-a85d-c728274cb821"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -1116,13 +1116,13 @@
"no-cache"
],
"ETag": [
- "\"1D52AE3B1545095\""
+ "\"1D64A1198E19B70\""
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "5d97bab4-b0c3-4bab-9b5b-3e3ce0bb1da0"
+ "17bd7157-d164-4023-9961-31419b61c7f6"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -1134,22 +1134,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11995"
],
"x-ms-correlation-request-id": [
- "7d293153-11bd-4d6c-8690-fac602a5f857"
+ "0c66ad16-4cc9-4ad8-8144-9bb9b8aed564"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233124Z:7d293153-11bd-4d6c-8690-fac602a5f857"
+ "WESTINDIA:20200624T104124Z:0c66ad16-4cc9-4ad8-8144-9bb9b8aed564"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:24 GMT"
+ "Wed, 24 Jun 2020 10:41:23 GMT"
],
"Content-Length": [
- "2760"
+ "4955"
],
"Content-Type": [
"application/json"
@@ -1158,26 +1158,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps1159\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps1159.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-123.api.azurewebsites.windows.net:454/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/webspaces/ps2650-WestUSwebspace/sites/ps1159\",\r\n \"repositorySiteName\": \"ps1159\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps1159.azurewebsites.net\",\r\n \"ps1159.scm.azurewebsites.net\"\r\n ],\r\n \"siteProperties\": {\r\n \"metadata\": null,\r\n \"properties\": [\r\n {\r\n \"name\": \"LinuxFxVersion\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"WindowsFxVersion\",\r\n \"value\": null\r\n }\r\n ],\r\n \"appSettings\": null\r\n },\r\n \"availabilityState\": \"Normal\",\r\n \"sslCertificates\": null,\r\n \"csrs\": [],\r\n \"cers\": null,\r\n \"siteMode\": null,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps1159.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps1159.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"computeMode\": null,\r\n \"serverFarm\": null,\r\n \"serverFarmId\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2019-06-24T23:22:29.8333333\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps1159\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Premium\",\r\n \"scmSiteAlsoStopped\": false,\r\n \"targetSwapSlot\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"clientCertExclusionPaths\": null,\r\n \"hostNamesDisabled\": false,\r\n \"domainVerificationIdentifiers\": null,\r\n \"kind\": \"app\",\r\n \"outboundIpAddresses\": \"40.112.243.0,13.91.46.203,40.112.255.35,13.91.41.7,13.91.40.30\",\r\n \"possibleOutboundIpAddresses\": \"40.112.243.0,13.91.46.203,40.112.255.35,13.91.41.7,13.91.40.30,40.112.164.63,40.83.181.150,40.112.248.128\",\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"suspendedTill\": null,\r\n \"siteDisabledReason\": 0,\r\n \"functionExecutionUnitsCache\": null,\r\n \"maxNumberOfWorkers\": null,\r\n \"homeStamp\": \"waws-prod-bay-123\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2650\",\r\n \"defaultHostName\": \"ps1159.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": false,\r\n \"redundancyMode\": \"None\",\r\n \"inProgressOperationId\": null,\r\n \"geoDistributions\": null\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664\",\r\n \"name\": \"ps9664\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps9664\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps9664.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-043.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2472-WestUSwebspace/sites/ps9664\",\r\n \"repositorySiteName\": \"ps9664\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps9664.azurewebsites.net\",\r\n \"ps9664.scm.azurewebsites.net\"\r\n ],\r\n \"siteProperties\": {\r\n \"metadata\": null,\r\n \"properties\": [\r\n {\r\n \"name\": \"LinuxFxVersion\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"WindowsFxVersion\",\r\n \"value\": null\r\n }\r\n ],\r\n \"appSettings\": null\r\n },\r\n \"availabilityState\": \"Normal\",\r\n \"sslCertificates\": null,\r\n \"csrs\": [],\r\n \"cers\": null,\r\n \"siteMode\": null,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps9664.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps9664.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"computeMode\": null,\r\n \"serverFarm\": null,\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-24T10:24:09.383\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": {\r\n \"numberOfWorkers\": null,\r\n \"defaultDocuments\": null,\r\n \"netFrameworkVersion\": null,\r\n \"phpVersion\": null,\r\n \"pythonVersion\": null,\r\n \"nodeVersion\": null,\r\n \"powerShellVersion\": null,\r\n \"linuxFxVersion\": null,\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": null,\r\n \"remoteDebuggingEnabled\": null,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": null,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": null,\r\n \"detailedErrorLoggingEnabled\": null,\r\n \"publishingUsername\": null,\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": null,\r\n \"use32BitWorkerProcess\": null,\r\n \"webSocketsEnabled\": null,\r\n \"alwaysOn\": null,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": null,\r\n \"managedPipelineMode\": null,\r\n \"virtualApplications\": null,\r\n \"winAuthAdminState\": null,\r\n \"winAuthTenantState\": null,\r\n \"customAppPoolIdentityAdminState\": null,\r\n \"customAppPoolIdentityTenantState\": null,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": null,\r\n \"routingRules\": null,\r\n \"experiments\": null,\r\n \"limits\": null,\r\n \"autoHealEnabled\": null,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": null,\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": null,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": null,\r\n \"scmIpSecurityRestrictions\": null,\r\n \"scmIpSecurityRestrictionsUseMain\": null,\r\n \"http20Enabled\": null,\r\n \"minTlsVersion\": null,\r\n \"ftpsState\": null,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null,\r\n \"fileChangeAuditEnabled\": null,\r\n \"functionsRuntimeScaleMonitoringEnabled\": null,\r\n \"websiteTimeZone\": null,\r\n \"minimumElasticInstanceCount\": 0\r\n },\r\n \"deploymentId\": \"ps9664\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Premium\",\r\n \"scmSiteAlsoStopped\": false,\r\n \"targetSwapSlot\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"clientCertMode\": \"Required\",\r\n \"clientCertExclusionPaths\": null,\r\n \"hostNamesDisabled\": false,\r\n \"domainVerificationIdentifiers\": null,\r\n \"customDomainVerificationId\": \"C3E7C05FE8A97695B3AE08C1935F4251C48E338FE439627B2E788D9D718C8A70\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"104.40.92.107\",\r\n \"possibleInboundIpAddresses\": \"104.40.92.107,40.112.243.23\",\r\n \"ftpUsername\": \"ps9664\\\\$ps9664\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-043.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"104.40.88.152,104.40.87.132,104.40.95.34,104.40.88.78\",\r\n \"possibleOutboundIpAddresses\": \"104.40.88.152,104.40.87.132,104.40.95.34,104.40.88.78,13.93.199.41,13.93.207.234,13.93.207.237,13.93.207.141,13.93.207.166,104.40.92.107,40.112.243.23\",\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"suspendedTill\": null,\r\n \"siteDisabledReason\": 0,\r\n \"functionExecutionUnitsCache\": null,\r\n \"maxNumberOfWorkers\": null,\r\n \"homeStamp\": \"waws-prod-bay-043\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2472\",\r\n \"defaultHostName\": \"ps9664.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": false,\r\n \"redundancyMode\": \"None\",\r\n \"inProgressOperationId\": null,\r\n \"geoDistributions\": null,\r\n \"privateEndpointConnections\": [],\r\n \"buildVersion\": null,\r\n \"targetBuildVersion\": null\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourcegroups/ps2650?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlZ3JvdXBzL3BzMjY1MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourcegroups/ps2472?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlZ3JvdXBzL3BzMjQ3Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a5837d67-ab01-4da5-a0f2-9925c4c03a5f"
+ "50dd2c0f-5a88-426c-963f-7e6bbdb09007"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15"
]
},
"ResponseHeaders": {
@@ -1188,16 +1188,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11998"
],
"x-ms-request-id": [
- "e12cc56b-62ab-490f-b7b0-10b993cd89f2"
+ "6e8e7221-33d8-463b-b89f-b11ccd5c04aa"
],
"x-ms-correlation-request-id": [
- "e12cc56b-62ab-490f-b7b0-10b993cd89f2"
+ "6e8e7221-33d8-463b-b89f-b11ccd5c04aa"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232227Z:e12cc56b-62ab-490f-b7b0-10b993cd89f2"
+ "WESTINDIA:20200624T102402Z:6e8e7221-33d8-463b-b89f-b11ccd5c04aa"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1206,7 +1206,7 @@
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:27 GMT"
+ "Wed, 24 Jun 2020 10:24:01 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1218,26 +1218,26 @@
"165"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650\",\r\n \"name\": \"ps2650\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472\",\r\n \"name\": \"ps2472\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourcegroups/ps2650?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlZ3JvdXBzL3BzMjY1MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourcegroups/ps2472?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlZ3JvdXBzL3BzMjQ3Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6b86561a-5e32-449b-953e-90a9924344ca"
+ "42f80ed6-90ed-48cb-89d6-f085938e0db5"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0"
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15"
]
},
"ResponseHeaders": {
@@ -1248,16 +1248,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11997"
],
"x-ms-request-id": [
- "a8c11f68-1c1d-45b1-8160-ff94090a0ac5"
+ "273f83a6-2354-42e2-a34a-ef8332292036"
],
"x-ms-correlation-request-id": [
- "a8c11f68-1c1d-45b1-8160-ff94090a0ac5"
+ "273f83a6-2354-42e2-a34a-ef8332292036"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232308Z:a8c11f68-1c1d-45b1-8160-ff94090a0ac5"
+ "WESTINDIA:20200624T102510Z:273f83a6-2354-42e2-a34a-ef8332292036"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1266,7 +1266,7 @@
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:07 GMT"
+ "Wed, 24 Jun 2020 10:25:09 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1278,25 +1278,25 @@
"165"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650\",\r\n \"name\": \"ps2650\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472\",\r\n \"name\": \"ps2472\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTk/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQ/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverFarms/ps3274\"\r\n },\r\n \"location\": \"West US\"\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverFarms/ps3160\"\r\n },\r\n \"location\": \"West US\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "e115c4ac-8674-42ec-ad2d-7de417c430a6"
+ "8c22900e-a211-4a3b-9e6a-fabdb742b87a"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
],
"Content-Type": [
@@ -1314,13 +1314,13 @@
"no-cache"
],
"ETag": [
- "\"1D52AE3B1545095\""
+ "\"1D64A1198E19B70\""
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "8147536d-e64c-4f61-8293-ab832206b1a5"
+ "a0a5d96a-5052-4c09-a22e-1a168fc73ed0"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -1335,19 +1335,19 @@
"499"
],
"x-ms-correlation-request-id": [
- "84443296-6a15-4d54-b48a-626cd5ba42ec"
+ "1614fde9-e48c-4ec3-9fb5-85f5720ab3ce"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232246Z:84443296-6a15-4d54-b48a-626cd5ba42ec"
+ "WESTINDIA:20200624T102426Z:1614fde9-e48c-4ec3-9fb5-85f5720ab3ce"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:45 GMT"
+ "Wed, 24 Jun 2020 10:24:26 GMT"
],
"Content-Length": [
- "2760"
+ "5155"
],
"Content-Type": [
"application/json"
@@ -1356,25 +1356,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps1159\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps1159.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-123.api.azurewebsites.windows.net:454/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/webspaces/ps2650-WestUSwebspace/sites/ps1159\",\r\n \"repositorySiteName\": \"ps1159\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps1159.azurewebsites.net\",\r\n \"ps1159.scm.azurewebsites.net\"\r\n ],\r\n \"siteProperties\": {\r\n \"metadata\": null,\r\n \"properties\": [\r\n {\r\n \"name\": \"LinuxFxVersion\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"WindowsFxVersion\",\r\n \"value\": null\r\n }\r\n ],\r\n \"appSettings\": null\r\n },\r\n \"availabilityState\": \"Normal\",\r\n \"sslCertificates\": null,\r\n \"csrs\": [],\r\n \"cers\": null,\r\n \"siteMode\": null,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps1159.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps1159.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"computeMode\": null,\r\n \"serverFarm\": null,\r\n \"serverFarmId\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2019-06-24T23:22:29.7833333\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps1159\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Premium\",\r\n \"scmSiteAlsoStopped\": false,\r\n \"targetSwapSlot\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"clientCertExclusionPaths\": null,\r\n \"hostNamesDisabled\": false,\r\n \"domainVerificationIdentifiers\": null,\r\n \"kind\": \"app\",\r\n \"outboundIpAddresses\": \"40.112.243.0,13.91.46.203,40.112.255.35,13.91.41.7,13.91.40.30\",\r\n \"possibleOutboundIpAddresses\": \"40.112.243.0,13.91.46.203,40.112.255.35,13.91.41.7,13.91.40.30,40.112.164.63,40.83.181.150,40.112.248.128\",\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"suspendedTill\": null,\r\n \"siteDisabledReason\": 0,\r\n \"functionExecutionUnitsCache\": null,\r\n \"maxNumberOfWorkers\": null,\r\n \"homeStamp\": \"waws-prod-bay-123\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2650\",\r\n \"defaultHostName\": \"ps1159.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": false,\r\n \"redundancyMode\": \"None\",\r\n \"inProgressOperationId\": null,\r\n \"geoDistributions\": null\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664\",\r\n \"name\": \"ps9664\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps9664\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps9664.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-043.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2472-WestUSwebspace/sites/ps9664\",\r\n \"repositorySiteName\": \"ps9664\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps9664.azurewebsites.net\",\r\n \"ps9664.scm.azurewebsites.net\"\r\n ],\r\n \"siteProperties\": {\r\n \"metadata\": null,\r\n \"properties\": [\r\n {\r\n \"name\": \"LinuxFxVersion\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"WindowsFxVersion\",\r\n \"value\": null\r\n }\r\n ],\r\n \"appSettings\": null\r\n },\r\n \"availabilityState\": \"Normal\",\r\n \"sslCertificates\": null,\r\n \"csrs\": [],\r\n \"cers\": null,\r\n \"siteMode\": null,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps9664.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps9664.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"computeMode\": null,\r\n \"serverFarm\": null,\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-24T10:24:09.307\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": {\r\n \"numberOfWorkers\": null,\r\n \"defaultDocuments\": null,\r\n \"netFrameworkVersion\": null,\r\n \"phpVersion\": null,\r\n \"pythonVersion\": null,\r\n \"nodeVersion\": null,\r\n \"powerShellVersion\": null,\r\n \"linuxFxVersion\": null,\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": null,\r\n \"remoteDebuggingEnabled\": null,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": null,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": null,\r\n \"detailedErrorLoggingEnabled\": null,\r\n \"publishingUsername\": null,\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": null,\r\n \"use32BitWorkerProcess\": null,\r\n \"webSocketsEnabled\": null,\r\n \"alwaysOn\": null,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": null,\r\n \"managedPipelineMode\": null,\r\n \"virtualApplications\": null,\r\n \"winAuthAdminState\": null,\r\n \"winAuthTenantState\": null,\r\n \"customAppPoolIdentityAdminState\": null,\r\n \"customAppPoolIdentityTenantState\": null,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": null,\r\n \"routingRules\": null,\r\n \"experiments\": null,\r\n \"limits\": null,\r\n \"autoHealEnabled\": null,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": null,\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": null,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": null,\r\n \"http20Enabled\": null,\r\n \"minTlsVersion\": null,\r\n \"ftpsState\": null,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null,\r\n \"fileChangeAuditEnabled\": null,\r\n \"functionsRuntimeScaleMonitoringEnabled\": null,\r\n \"websiteTimeZone\": null,\r\n \"minimumElasticInstanceCount\": 0\r\n },\r\n \"deploymentId\": \"ps9664\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Premium\",\r\n \"scmSiteAlsoStopped\": false,\r\n \"targetSwapSlot\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"clientCertMode\": \"Required\",\r\n \"clientCertExclusionPaths\": null,\r\n \"hostNamesDisabled\": false,\r\n \"domainVerificationIdentifiers\": null,\r\n \"customDomainVerificationId\": \"C3E7C05FE8A97695B3AE08C1935F4251C48E338FE439627B2E788D9D718C8A70\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"104.40.92.107\",\r\n \"possibleInboundIpAddresses\": \"104.40.92.107,40.112.243.23\",\r\n \"ftpUsername\": \"ps9664\\\\$ps9664\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-043.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"104.40.88.152,104.40.87.132,104.40.95.34,104.40.88.78\",\r\n \"possibleOutboundIpAddresses\": \"104.40.88.152,104.40.87.132,104.40.95.34,104.40.88.78,13.93.199.41,13.93.207.234,13.93.207.237,13.93.207.141,13.93.207.166,104.40.92.107,40.112.243.23\",\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"suspendedTill\": null,\r\n \"siteDisabledReason\": 0,\r\n \"functionExecutionUnitsCache\": null,\r\n \"maxNumberOfWorkers\": null,\r\n \"homeStamp\": \"waws-prod-bay-043\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2472\",\r\n \"defaultHostName\": \"ps9664.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": false,\r\n \"redundancyMode\": \"None\",\r\n \"inProgressOperationId\": null,\r\n \"geoDistributions\": null,\r\n \"privateEndpointConnections\": null,\r\n \"buildVersion\": null,\r\n \"targetBuildVersion\": null\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/web?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/web?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d2ef6b18-648f-499d-8294-600aaa6246c7"
+ "c2f42565-89ce-4d46-bd3a-fb54a2775bd2"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -1389,7 +1389,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "1ee57836-d06c-447e-a31b-5ede18d1f7e6"
+ "13ec28ec-97d4-429c-9c07-5af5e883f1bd"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -1401,22 +1401,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11993"
+ "11994"
],
"x-ms-correlation-request-id": [
- "75cdcdbe-8bd3-4794-a9b2-bc3a14b3e0b1"
+ "7ede989d-0ea9-4e6c-b285-ede90d088684"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232246Z:75cdcdbe-8bd3-4794-a9b2-bc3a14b3e0b1"
+ "WESTINDIA:20200624T102427Z:7ede989d-0ea9-4e6c-b285-ede90d088684"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:45 GMT"
+ "Wed, 24 Jun 2020 10:24:27 GMT"
],
"Content-Length": [
- "2859"
+ "3115"
],
"Content-Type": [
"application/json"
@@ -1425,25 +1425,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/web\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"defaultDocuments\": [\r\n \"Default.htm\",\r\n \"Default.html\",\r\n \"Default.asp\",\r\n \"index.htm\",\r\n \"index.html\",\r\n \"iisstart.htm\",\r\n \"default.aspx\",\r\n \"index.php\",\r\n \"hostingstart.html\"\r\n ],\r\n \"netFrameworkVersion\": \"v4.0\",\r\n \"phpVersion\": \"5.6\",\r\n \"pythonVersion\": \"\",\r\n \"nodeVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": false,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps1159\",\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": false,\r\n \"virtualDirectories\": null\r\n }\r\n ],\r\n \"winAuthAdminState\": 0,\r\n \"winAuthTenantState\": 0,\r\n \"customAppPoolIdentityAdminState\": false,\r\n \"customAppPoolIdentityTenantState\": false,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"routingRules\": [],\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"limits\": null,\r\n \"autoHealEnabled\": false,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": \"\",\r\n \"siteAuthEnabled\": false,\r\n \"siteAuthSettings\": {\r\n \"enabled\": null,\r\n \"unauthenticatedClientAction\": null,\r\n \"tokenStoreEnabled\": null,\r\n \"allowedExternalRedirectUrls\": null,\r\n \"defaultProvider\": null,\r\n \"clientId\": null,\r\n \"clientSecret\": null,\r\n \"clientSecretCertificateThumbprint\": null,\r\n \"issuer\": null,\r\n \"allowedAudiences\": null,\r\n \"additionalLoginParams\": null,\r\n \"isAadAutoProvisioned\": false,\r\n \"googleClientId\": null,\r\n \"googleClientSecret\": null,\r\n \"googleOAuthScopes\": null,\r\n \"facebookAppId\": null,\r\n \"facebookAppSecret\": null,\r\n \"facebookOAuthScopes\": null,\r\n \"twitterConsumerKey\": null,\r\n \"twitterConsumerSecret\": null,\r\n \"microsoftAccountClientId\": null,\r\n \"microsoftAccountClientSecret\": null,\r\n \"microsoftAccountOAuthScopes\": null\r\n },\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": false,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": false,\r\n \"http20Enabled\": false,\r\n \"minTlsVersion\": \"1.2\",\r\n \"ftpsState\": \"AllAllowed\",\r\n \"reservedInstanceCount\": 0,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/web\",\r\n \"name\": \"ps9664\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"defaultDocuments\": [\r\n \"Default.htm\",\r\n \"Default.html\",\r\n \"Default.asp\",\r\n \"index.htm\",\r\n \"index.html\",\r\n \"iisstart.htm\",\r\n \"default.aspx\",\r\n \"index.php\",\r\n \"hostingstart.html\"\r\n ],\r\n \"netFrameworkVersion\": \"v4.0\",\r\n \"phpVersion\": \"5.6\",\r\n \"pythonVersion\": \"\",\r\n \"nodeVersion\": \"\",\r\n \"powerShellVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": false,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps9664\",\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": false,\r\n \"virtualDirectories\": null\r\n }\r\n ],\r\n \"winAuthAdminState\": 0,\r\n \"winAuthTenantState\": 0,\r\n \"customAppPoolIdentityAdminState\": false,\r\n \"customAppPoolIdentityTenantState\": false,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"routingRules\": [],\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"limits\": null,\r\n \"autoHealEnabled\": false,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": \"\",\r\n \"siteAuthEnabled\": false,\r\n \"siteAuthSettings\": {\r\n \"enabled\": null,\r\n \"unauthenticatedClientAction\": null,\r\n \"tokenStoreEnabled\": null,\r\n \"allowedExternalRedirectUrls\": null,\r\n \"defaultProvider\": null,\r\n \"clientId\": null,\r\n \"clientSecret\": null,\r\n \"clientSecretCertificateThumbprint\": null,\r\n \"issuer\": null,\r\n \"allowedAudiences\": null,\r\n \"additionalLoginParams\": null,\r\n \"isAadAutoProvisioned\": false,\r\n \"googleClientId\": null,\r\n \"googleClientSecret\": null,\r\n \"googleOAuthScopes\": null,\r\n \"facebookAppId\": null,\r\n \"facebookAppSecret\": null,\r\n \"facebookOAuthScopes\": null,\r\n \"twitterConsumerKey\": null,\r\n \"twitterConsumerSecret\": null,\r\n \"microsoftAccountClientId\": null,\r\n \"microsoftAccountClientSecret\": null,\r\n \"microsoftAccountOAuthScopes\": null\r\n },\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": false,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": false,\r\n \"http20Enabled\": false,\r\n \"minTlsVersion\": \"1.2\",\r\n \"ftpsState\": \"AllAllowed\",\r\n \"reservedInstanceCount\": 0,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null,\r\n \"fileChangeAuditEnabled\": false,\r\n \"functionsRuntimeScaleMonitoringEnabled\": false,\r\n \"websiteTimeZone\": null,\r\n \"minimumElasticInstanceCount\": 0\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/web?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/web?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d2bfd5ba-6783-4ff6-a0be-0a77cf0e962b"
+ "6f522435-f431-4796-a854-2ad25d2c0ef3"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -1458,7 +1458,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "4e15f2b3-ee37-479a-9896-d3ba014d514b"
+ "fccd2687-8a07-457a-b789-9f32765ec07d"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -1470,22 +1470,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11991"
+ "11992"
],
"x-ms-correlation-request-id": [
- "5d6f87a3-4123-4987-afda-0a8428254d41"
+ "1139df37-4a7d-41e9-82f2-4f7da5e8c872"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232247Z:5d6f87a3-4123-4987-afda-0a8428254d41"
+ "WESTINDIA:20200624T102433Z:1139df37-4a7d-41e9-82f2-4f7da5e8c872"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:46 GMT"
+ "Wed, 24 Jun 2020 10:24:33 GMT"
],
"Content-Length": [
- "2859"
+ "3115"
],
"Content-Type": [
"application/json"
@@ -1494,25 +1494,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/web\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"defaultDocuments\": [\r\n \"Default.htm\",\r\n \"Default.html\",\r\n \"Default.asp\",\r\n \"index.htm\",\r\n \"index.html\",\r\n \"iisstart.htm\",\r\n \"default.aspx\",\r\n \"index.php\",\r\n \"hostingstart.html\"\r\n ],\r\n \"netFrameworkVersion\": \"v4.0\",\r\n \"phpVersion\": \"5.6\",\r\n \"pythonVersion\": \"\",\r\n \"nodeVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": false,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps1159\",\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": false,\r\n \"virtualDirectories\": null\r\n }\r\n ],\r\n \"winAuthAdminState\": 0,\r\n \"winAuthTenantState\": 0,\r\n \"customAppPoolIdentityAdminState\": false,\r\n \"customAppPoolIdentityTenantState\": false,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"routingRules\": [],\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"limits\": null,\r\n \"autoHealEnabled\": false,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": \"\",\r\n \"siteAuthEnabled\": false,\r\n \"siteAuthSettings\": {\r\n \"enabled\": null,\r\n \"unauthenticatedClientAction\": null,\r\n \"tokenStoreEnabled\": null,\r\n \"allowedExternalRedirectUrls\": null,\r\n \"defaultProvider\": null,\r\n \"clientId\": null,\r\n \"clientSecret\": null,\r\n \"clientSecretCertificateThumbprint\": null,\r\n \"issuer\": null,\r\n \"allowedAudiences\": null,\r\n \"additionalLoginParams\": null,\r\n \"isAadAutoProvisioned\": false,\r\n \"googleClientId\": null,\r\n \"googleClientSecret\": null,\r\n \"googleOAuthScopes\": null,\r\n \"facebookAppId\": null,\r\n \"facebookAppSecret\": null,\r\n \"facebookOAuthScopes\": null,\r\n \"twitterConsumerKey\": null,\r\n \"twitterConsumerSecret\": null,\r\n \"microsoftAccountClientId\": null,\r\n \"microsoftAccountClientSecret\": null,\r\n \"microsoftAccountOAuthScopes\": null\r\n },\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": false,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": false,\r\n \"http20Enabled\": false,\r\n \"minTlsVersion\": \"1.2\",\r\n \"ftpsState\": \"AllAllowed\",\r\n \"reservedInstanceCount\": 0,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/web\",\r\n \"name\": \"ps9664\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"defaultDocuments\": [\r\n \"Default.htm\",\r\n \"Default.html\",\r\n \"Default.asp\",\r\n \"index.htm\",\r\n \"index.html\",\r\n \"iisstart.htm\",\r\n \"default.aspx\",\r\n \"index.php\",\r\n \"hostingstart.html\"\r\n ],\r\n \"netFrameworkVersion\": \"v4.0\",\r\n \"phpVersion\": \"5.6\",\r\n \"pythonVersion\": \"\",\r\n \"nodeVersion\": \"\",\r\n \"powerShellVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": false,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps9664\",\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": false,\r\n \"virtualDirectories\": null\r\n }\r\n ],\r\n \"winAuthAdminState\": 0,\r\n \"winAuthTenantState\": 0,\r\n \"customAppPoolIdentityAdminState\": false,\r\n \"customAppPoolIdentityTenantState\": false,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"routingRules\": [],\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"limits\": null,\r\n \"autoHealEnabled\": false,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": \"\",\r\n \"siteAuthEnabled\": false,\r\n \"siteAuthSettings\": {\r\n \"enabled\": null,\r\n \"unauthenticatedClientAction\": null,\r\n \"tokenStoreEnabled\": null,\r\n \"allowedExternalRedirectUrls\": null,\r\n \"defaultProvider\": null,\r\n \"clientId\": null,\r\n \"clientSecret\": null,\r\n \"clientSecretCertificateThumbprint\": null,\r\n \"issuer\": null,\r\n \"allowedAudiences\": null,\r\n \"additionalLoginParams\": null,\r\n \"isAadAutoProvisioned\": false,\r\n \"googleClientId\": null,\r\n \"googleClientSecret\": null,\r\n \"googleOAuthScopes\": null,\r\n \"facebookAppId\": null,\r\n \"facebookAppSecret\": null,\r\n \"facebookOAuthScopes\": null,\r\n \"twitterConsumerKey\": null,\r\n \"twitterConsumerSecret\": null,\r\n \"microsoftAccountClientId\": null,\r\n \"microsoftAccountClientSecret\": null,\r\n \"microsoftAccountOAuthScopes\": null\r\n },\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": false,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": false,\r\n \"http20Enabled\": false,\r\n \"minTlsVersion\": \"1.2\",\r\n \"ftpsState\": \"AllAllowed\",\r\n \"reservedInstanceCount\": 0,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null,\r\n \"fileChangeAuditEnabled\": false,\r\n \"functionsRuntimeScaleMonitoringEnabled\": false,\r\n \"websiteTimeZone\": null,\r\n \"minimumElasticInstanceCount\": 0\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/web?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/web?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "9b2ec9f8-b774-4311-8693-ac7a6293396d"
+ "49ab8673-fb19-4974-a2c8-c77e72ff765b"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -1527,7 +1527,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "a23f834b-fbff-4be0-a00d-dba900f96fa5"
+ "cb5b3a34-c567-48ab-b996-669828ecc01a"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -1539,22 +1539,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
+ "11994"
],
"x-ms-correlation-request-id": [
- "8bd1af12-12c2-44f9-8248-4d1da0a0f575"
+ "12d24559-66be-4914-a991-98735bd160dd"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233124Z:8bd1af12-12c2-44f9-8248-4d1da0a0f575"
+ "WESTINDIA:20200624T104125Z:12d24559-66be-4914-a991-98735bd160dd"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:24 GMT"
+ "Wed, 24 Jun 2020 10:41:24 GMT"
],
"Content-Length": [
- "2859"
+ "3115"
],
"Content-Type": [
"application/json"
@@ -1563,25 +1563,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/web\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"defaultDocuments\": [\r\n \"Default.htm\",\r\n \"Default.html\",\r\n \"Default.asp\",\r\n \"index.htm\",\r\n \"index.html\",\r\n \"iisstart.htm\",\r\n \"default.aspx\",\r\n \"index.php\",\r\n \"hostingstart.html\"\r\n ],\r\n \"netFrameworkVersion\": \"v4.0\",\r\n \"phpVersion\": \"5.6\",\r\n \"pythonVersion\": \"\",\r\n \"nodeVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": false,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps1159\",\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": false,\r\n \"virtualDirectories\": null\r\n }\r\n ],\r\n \"winAuthAdminState\": 0,\r\n \"winAuthTenantState\": 0,\r\n \"customAppPoolIdentityAdminState\": false,\r\n \"customAppPoolIdentityTenantState\": false,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"routingRules\": [],\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"limits\": null,\r\n \"autoHealEnabled\": false,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": \"\",\r\n \"siteAuthEnabled\": false,\r\n \"siteAuthSettings\": {\r\n \"enabled\": null,\r\n \"unauthenticatedClientAction\": null,\r\n \"tokenStoreEnabled\": null,\r\n \"allowedExternalRedirectUrls\": null,\r\n \"defaultProvider\": null,\r\n \"clientId\": null,\r\n \"clientSecret\": null,\r\n \"clientSecretCertificateThumbprint\": null,\r\n \"issuer\": null,\r\n \"allowedAudiences\": null,\r\n \"additionalLoginParams\": null,\r\n \"isAadAutoProvisioned\": false,\r\n \"googleClientId\": null,\r\n \"googleClientSecret\": null,\r\n \"googleOAuthScopes\": null,\r\n \"facebookAppId\": null,\r\n \"facebookAppSecret\": null,\r\n \"facebookOAuthScopes\": null,\r\n \"twitterConsumerKey\": null,\r\n \"twitterConsumerSecret\": null,\r\n \"microsoftAccountClientId\": null,\r\n \"microsoftAccountClientSecret\": null,\r\n \"microsoftAccountOAuthScopes\": null\r\n },\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": false,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": false,\r\n \"http20Enabled\": false,\r\n \"minTlsVersion\": \"1.2\",\r\n \"ftpsState\": \"AllAllowed\",\r\n \"reservedInstanceCount\": 0,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/web\",\r\n \"name\": \"ps9664\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"defaultDocuments\": [\r\n \"Default.htm\",\r\n \"Default.html\",\r\n \"Default.asp\",\r\n \"index.htm\",\r\n \"index.html\",\r\n \"iisstart.htm\",\r\n \"default.aspx\",\r\n \"index.php\",\r\n \"hostingstart.html\"\r\n ],\r\n \"netFrameworkVersion\": \"v4.0\",\r\n \"phpVersion\": \"5.6\",\r\n \"pythonVersion\": \"\",\r\n \"nodeVersion\": \"\",\r\n \"powerShellVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": false,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps9664\",\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": false,\r\n \"virtualDirectories\": null\r\n }\r\n ],\r\n \"winAuthAdminState\": 0,\r\n \"winAuthTenantState\": 0,\r\n \"customAppPoolIdentityAdminState\": false,\r\n \"customAppPoolIdentityTenantState\": false,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"routingRules\": [],\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"limits\": null,\r\n \"autoHealEnabled\": false,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": \"\",\r\n \"siteAuthEnabled\": false,\r\n \"siteAuthSettings\": {\r\n \"enabled\": null,\r\n \"unauthenticatedClientAction\": null,\r\n \"tokenStoreEnabled\": null,\r\n \"allowedExternalRedirectUrls\": null,\r\n \"defaultProvider\": null,\r\n \"clientId\": null,\r\n \"clientSecret\": null,\r\n \"clientSecretCertificateThumbprint\": null,\r\n \"issuer\": null,\r\n \"allowedAudiences\": null,\r\n \"additionalLoginParams\": null,\r\n \"isAadAutoProvisioned\": false,\r\n \"googleClientId\": null,\r\n \"googleClientSecret\": null,\r\n \"googleOAuthScopes\": null,\r\n \"facebookAppId\": null,\r\n \"facebookAppSecret\": null,\r\n \"facebookOAuthScopes\": null,\r\n \"twitterConsumerKey\": null,\r\n \"twitterConsumerSecret\": null,\r\n \"microsoftAccountClientId\": null,\r\n \"microsoftAccountClientSecret\": null,\r\n \"microsoftAccountOAuthScopes\": null\r\n },\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": false,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": false,\r\n \"http20Enabled\": false,\r\n \"minTlsVersion\": \"1.2\",\r\n \"ftpsState\": \"AllAllowed\",\r\n \"reservedInstanceCount\": 0,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null,\r\n \"fileChangeAuditEnabled\": false,\r\n \"functionsRuntimeScaleMonitoringEnabled\": false,\r\n \"websiteTimeZone\": null,\r\n \"minimumElasticInstanceCount\": 0\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/appsettings/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/appsettings/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "24dae838-63d8-444b-b7e0-fd5f0f470681"
+ "2c3f54da-546e-4435-b998-760f2d424929"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -1596,7 +1596,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "f92f8b17-6a78-4ffa-88ce-09f71ab6b2c8"
+ "a848fb0a-de97-4642-8c05-18f87659ac1e"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -1611,16 +1611,16 @@
"11999"
],
"x-ms-correlation-request-id": [
- "c286b33b-562a-43a4-837c-ff6dd9547bdc"
+ "0c3ce9cc-b418-4404-b938-cdd3815a0178"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232246Z:c286b33b-562a-43a4-837c-ff6dd9547bdc"
+ "WESTINDIA:20200624T102428Z:0c3ce9cc-b418-4404-b938-cdd3815a0178"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:46 GMT"
+ "Wed, 24 Jun 2020 10:24:27 GMT"
],
"Content-Length": [
"270"
@@ -1632,25 +1632,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/appsettings\",\r\n \"name\": \"appsettings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/appsettings\",\r\n \"name\": \"appsettings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/appsettings/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/appsettings/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "2819f296-4b5b-4647-9aed-9eb83088d76d"
+ "54debf06-f68c-4ef9-a8b8-0173f780e609"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -1665,7 +1665,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "e14593ae-ff0b-4018-83c5-c70657f02661"
+ "0164c66e-f750-41e1-836f-331aa10f72d5"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -1680,16 +1680,16 @@
"11997"
],
"x-ms-correlation-request-id": [
- "8d7282cc-1be2-4da3-9834-87e86e45a023"
+ "b76d0e27-37c5-41af-9dfa-99e62d7ef27c"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232247Z:8d7282cc-1be2-4da3-9834-87e86e45a023"
+ "WESTINDIA:20200624T102434Z:b76d0e27-37c5-41af-9dfa-99e62d7ef27c"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:47 GMT"
+ "Wed, 24 Jun 2020 10:24:33 GMT"
],
"Content-Length": [
"270"
@@ -1701,25 +1701,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/appsettings\",\r\n \"name\": \"appsettings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/appsettings\",\r\n \"name\": \"appsettings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/appsettings/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/appsettings/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "7ed91fa7-f05f-4638-af79-325e05e3b59b"
+ "e0faed78-5a56-4492-890c-06a029e69f67"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -1734,7 +1734,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "41365831-9e10-4932-96d6-278366cf4145"
+ "620a70c1-a8c9-4d1a-853d-284553b95fd6"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -1749,16 +1749,16 @@
"11999"
],
"x-ms-correlation-request-id": [
- "ade44844-99a6-4a76-9bbc-26adf9b5e4ac"
+ "a3df3fe0-ea60-49a4-a2d9-ae40969f757a"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233124Z:ade44844-99a6-4a76-9bbc-26adf9b5e4ac"
+ "WESTINDIA:20200624T104125Z:a3df3fe0-ea60-49a4-a2d9-ae40969f757a"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:24 GMT"
+ "Wed, 24 Jun 2020 10:41:24 GMT"
],
"Content-Length": [
"270"
@@ -1770,25 +1770,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/appsettings\",\r\n \"name\": \"appsettings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/appsettings\",\r\n \"name\": \"appsettings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/connectionstrings/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/connectionstrings/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "498cb3b5-b23d-4468-9725-4b16d291d329"
+ "d56f21ff-1225-4b7a-b64f-7bed6c6b9f0f"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -1803,7 +1803,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "e4096883-1cc7-45c1-988f-19a54b5f740f"
+ "dd415298-23c7-4fa6-bf22-4520cc57295a"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -1818,16 +1818,16 @@
"11998"
],
"x-ms-correlation-request-id": [
- "17ad253a-126c-4974-a725-23cafc9ccd1b"
+ "7ca15cbc-6201-4fbd-9ac6-73bcc98af5bc"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232246Z:17ad253a-126c-4974-a725-23cafc9ccd1b"
+ "WESTINDIA:20200624T102429Z:7ca15cbc-6201-4fbd-9ac6-73bcc98af5bc"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:46 GMT"
+ "Wed, 24 Jun 2020 10:24:28 GMT"
],
"Content-Length": [
"244"
@@ -1839,25 +1839,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/connectionstrings\",\r\n \"name\": \"connectionstrings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/connectionstrings\",\r\n \"name\": \"connectionstrings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/connectionstrings/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/connectionstrings/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "cb89dc4e-a156-4fcc-bbae-3a39de7e01fd"
+ "f0bdaead-0e54-478c-a13e-ab5765c8d56c"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -1872,7 +1872,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "a762a721-9e7f-4f24-ac3c-70a98a6a4c27"
+ "7d593db6-3f7b-4051-85b7-f273585da541"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -1887,16 +1887,16 @@
"11996"
],
"x-ms-correlation-request-id": [
- "5e3a120d-149a-490d-b82f-3ac3dffa9b80"
+ "fc3c0c42-763f-4e7b-9229-5a5cdd29c1fc"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232247Z:5e3a120d-149a-490d-b82f-3ac3dffa9b80"
+ "WESTINDIA:20200624T102435Z:fc3c0c42-763f-4e7b-9229-5a5cdd29c1fc"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:47 GMT"
+ "Wed, 24 Jun 2020 10:24:34 GMT"
],
"Content-Length": [
"244"
@@ -1908,25 +1908,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/connectionstrings\",\r\n \"name\": \"connectionstrings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/connectionstrings\",\r\n \"name\": \"connectionstrings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/connectionstrings/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/connectionstrings/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "43f809c0-594d-44c7-954f-62e555c7d66f"
+ "64d8536f-873c-485c-b9b1-a000decaa5e3"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -1941,7 +1941,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "0bcc850d-d8fd-4946-b6eb-e820d304713c"
+ "86053a0a-2c44-4498-ba39-d53dd9348fc1"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -1956,16 +1956,16 @@
"11998"
],
"x-ms-correlation-request-id": [
- "41c761d8-40ed-4733-99f9-08fb8ca23ca4"
+ "bc576835-a012-4dda-88db-2b43c9d82bce"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233125Z:41c761d8-40ed-4733-99f9-08fb8ca23ca4"
+ "WESTINDIA:20200624T104125Z:bc576835-a012-4dda-88db-2b43c9d82bce"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:24 GMT"
+ "Wed, 24 Jun 2020 10:41:25 GMT"
],
"Content-Length": [
"244"
@@ -1977,25 +1977,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/connectionstrings\",\r\n \"name\": \"connectionstrings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/connectionstrings\",\r\n \"name\": \"connectionstrings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/publishxml?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvcHVibGlzaHhtbD9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/publishxml?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvcHVibGlzaHhtbD9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"format\": \"WebDeploy\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "959e4da3-a41e-479d-a3e1-d7c4c19da594"
+ "d23d58c3-b638-4564-b1d2-af2e6bb62dba"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
],
"Content-Type": [
@@ -2028,19 +2028,19 @@
"11999"
],
"x-ms-request-id": [
- "1a2e47b6-9adf-4a9d-98e3-f1e8e0a8c934"
+ "20ccce36-c99c-47f9-af5d-9252874b74de"
],
"x-ms-correlation-request-id": [
- "1a2e47b6-9adf-4a9d-98e3-f1e8e0a8c934"
+ "20ccce36-c99c-47f9-af5d-9252874b74de"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232247Z:1a2e47b6-9adf-4a9d-98e3-f1e8e0a8c934"
+ "WESTINDIA:20200624T102429Z:20ccce36-c99c-47f9-af5d-9252874b74de"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:46 GMT"
+ "Wed, 24 Jun 2020 10:24:29 GMT"
],
"Content-Length": [
"1496"
@@ -2052,25 +2052,25 @@
"-1"
]
},
- "ResponseBody": "\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n",
+ "ResponseBody": "\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/azurestorageaccounts/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/azurestorageaccounts/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "7485c181-1112-4396-90c6-96ab0bea2acb"
+ "49537944-cf3c-47e8-b178-733f4f78e28c"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -2085,7 +2085,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "6b268a19-7fdc-48c2-aa1e-5eabce7106f9"
+ "f76ab828-0250-4ae6-9e8f-c79c99584c3a"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -2100,16 +2100,16 @@
"11995"
],
"x-ms-correlation-request-id": [
- "30edb033-7a54-4571-8985-bcbdfc0cd2a2"
+ "2e2dc7eb-b978-428c-9b85-5c4936e2c0e1"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232248Z:30edb033-7a54-4571-8985-bcbdfc0cd2a2"
+ "WESTINDIA:20200624T102435Z:2e2dc7eb-b978-428c-9b85-5c4936e2c0e1"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:22:47 GMT"
+ "Wed, 24 Jun 2020 10:24:34 GMT"
],
"Content-Length": [
"241"
@@ -2121,25 +2121,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/appsettings\",\r\n \"name\": \"azurestorageaccounts\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/appsettings\",\r\n \"name\": \"azurestorageaccounts\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/azurestorageaccounts/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/azurestorageaccounts/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "622877b9-6428-444d-8f8f-716760ccce6e"
+ "cb138252-2398-4bf7-93d0-c1d3658f6352"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -2154,7 +2154,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "d0298087-9838-4d9a-a1bd-b29829e21c51"
+ "a9411395-2154-45e3-8c71-4f3bc5e62337"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -2169,16 +2169,16 @@
"11997"
],
"x-ms-correlation-request-id": [
- "eb525277-d47d-4933-9162-6f8be2e5f105"
+ "d9b3cb06-d93a-4527-9663-cb049cedff13"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233125Z:eb525277-d47d-4933-9162-6f8be2e5f105"
+ "WESTINDIA:20200624T104126Z:d9b3cb06-d93a-4527-9663-cb049cedff13"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:25 GMT"
+ "Wed, 24 Jun 2020 10:41:25 GMT"
],
"Content-Length": [
"241"
@@ -2190,25 +2190,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/config/appsettings\",\r\n \"name\": \"azurestorageaccounts\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/config/appsettings\",\r\n \"name\": \"azurestorageaccounts\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274\"\r\n },\r\n \"location\": \"West US\"\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160\"\r\n },\r\n \"location\": \"West US\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "77af4d84-1d89-4645-9558-9befd6da5170"
+ "ae2959e1-b834-452b-bcdd-bac16b868019"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
],
"Content-Type": [
@@ -2226,13 +2226,13 @@
"no-cache"
],
"ETag": [
- "\"1D52AE3B1545095\""
+ "\"1D64A1198E19B70\""
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "4c12760c-e848-4e87-9508-ec33bb4d3a9e"
+ "a2c95750-0fa1-45c5-8233-986ab9af7269"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -2247,19 +2247,19 @@
"499"
],
"x-ms-correlation-request-id": [
- "3573b845-8801-4a9d-82a8-4a24c5fee708"
+ "0f0bc179-e530-4b9e-9c61-8e82bd3f8d19"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232307Z:3573b845-8801-4a9d-82a8-4a24c5fee708"
+ "WESTINDIA:20200624T102456Z:0f0bc179-e530-4b9e-9c61-8e82bd3f8d19"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:06 GMT"
+ "Wed, 24 Jun 2020 10:24:55 GMT"
],
"Content-Length": [
- "2851"
+ "5264"
],
"Content-Type": [
"application/json"
@@ -2268,25 +2268,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging\",\r\n \"name\": \"ps1159/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps1159(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps1159-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-123.api.azurewebsites.windows.net:454/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/webspaces/ps2650-WestUSwebspace/sites/ps1159\",\r\n \"repositorySiteName\": \"ps1159\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps1159-staging.azurewebsites.net\",\r\n \"ps1159-staging.scm.azurewebsites.net\"\r\n ],\r\n \"siteProperties\": {\r\n \"metadata\": null,\r\n \"properties\": [\r\n {\r\n \"name\": \"LinuxFxVersion\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"WindowsFxVersion\",\r\n \"value\": null\r\n }\r\n ],\r\n \"appSettings\": null\r\n },\r\n \"availabilityState\": \"Normal\",\r\n \"sslCertificates\": null,\r\n \"csrs\": [],\r\n \"cers\": null,\r\n \"siteMode\": null,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps1159-staging.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps1159-staging.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"computeMode\": null,\r\n \"serverFarm\": null,\r\n \"serverFarmId\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2019-06-24T23:22:50.7466667\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps1159__5670\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Premium\",\r\n \"scmSiteAlsoStopped\": false,\r\n \"targetSwapSlot\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"clientCertExclusionPaths\": null,\r\n \"hostNamesDisabled\": false,\r\n \"domainVerificationIdentifiers\": null,\r\n \"kind\": \"app\",\r\n \"outboundIpAddresses\": \"40.112.243.0,13.91.46.203,40.112.255.35,13.91.41.7,13.91.40.30\",\r\n \"possibleOutboundIpAddresses\": \"40.112.243.0,13.91.46.203,40.112.255.35,13.91.41.7,13.91.40.30,40.112.164.63,40.83.181.150,40.112.248.128\",\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"suspendedTill\": null,\r\n \"siteDisabledReason\": 0,\r\n \"functionExecutionUnitsCache\": null,\r\n \"maxNumberOfWorkers\": null,\r\n \"homeStamp\": \"waws-prod-bay-123\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2650\",\r\n \"defaultHostName\": \"ps1159-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": false,\r\n \"redundancyMode\": \"None\",\r\n \"inProgressOperationId\": null,\r\n \"geoDistributions\": null\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging\",\r\n \"name\": \"ps9664/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps9664(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps9664-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-043.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2472-WestUSwebspace/sites/ps9664\",\r\n \"repositorySiteName\": \"ps9664\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps9664-staging.azurewebsites.net\",\r\n \"ps9664-staging.scm.azurewebsites.net\"\r\n ],\r\n \"siteProperties\": {\r\n \"metadata\": null,\r\n \"properties\": [\r\n {\r\n \"name\": \"LinuxFxVersion\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"WindowsFxVersion\",\r\n \"value\": null\r\n }\r\n ],\r\n \"appSettings\": null\r\n },\r\n \"availabilityState\": \"Normal\",\r\n \"sslCertificates\": null,\r\n \"csrs\": [],\r\n \"cers\": null,\r\n \"siteMode\": null,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps9664-staging.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps9664-staging.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"computeMode\": null,\r\n \"serverFarm\": null,\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-24T10:24:38.843\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": {\r\n \"numberOfWorkers\": null,\r\n \"defaultDocuments\": null,\r\n \"netFrameworkVersion\": null,\r\n \"phpVersion\": null,\r\n \"pythonVersion\": null,\r\n \"nodeVersion\": null,\r\n \"powerShellVersion\": null,\r\n \"linuxFxVersion\": null,\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": null,\r\n \"remoteDebuggingEnabled\": null,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": null,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": null,\r\n \"detailedErrorLoggingEnabled\": null,\r\n \"publishingUsername\": null,\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": null,\r\n \"use32BitWorkerProcess\": null,\r\n \"webSocketsEnabled\": null,\r\n \"alwaysOn\": null,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": null,\r\n \"managedPipelineMode\": null,\r\n \"virtualApplications\": null,\r\n \"winAuthAdminState\": null,\r\n \"winAuthTenantState\": null,\r\n \"customAppPoolIdentityAdminState\": null,\r\n \"customAppPoolIdentityTenantState\": null,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": null,\r\n \"routingRules\": null,\r\n \"experiments\": null,\r\n \"limits\": null,\r\n \"autoHealEnabled\": null,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": null,\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": null,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": null,\r\n \"http20Enabled\": null,\r\n \"minTlsVersion\": null,\r\n \"ftpsState\": null,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null,\r\n \"fileChangeAuditEnabled\": null,\r\n \"functionsRuntimeScaleMonitoringEnabled\": null,\r\n \"websiteTimeZone\": null,\r\n \"minimumElasticInstanceCount\": 0\r\n },\r\n \"deploymentId\": \"ps9664__f84e\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Premium\",\r\n \"scmSiteAlsoStopped\": false,\r\n \"targetSwapSlot\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"clientCertMode\": \"Required\",\r\n \"clientCertExclusionPaths\": null,\r\n \"hostNamesDisabled\": false,\r\n \"domainVerificationIdentifiers\": null,\r\n \"customDomainVerificationId\": \"C3E7C05FE8A97695B3AE08C1935F4251C48E338FE439627B2E788D9D718C8A70\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"104.40.92.107\",\r\n \"possibleInboundIpAddresses\": \"104.40.92.107,40.112.243.23\",\r\n \"ftpUsername\": \"ps9664__staging\\\\$ps9664__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-043.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"104.40.88.152,104.40.87.132,104.40.95.34,104.40.88.78\",\r\n \"possibleOutboundIpAddresses\": \"104.40.88.152,104.40.87.132,104.40.95.34,104.40.88.78,13.93.199.41,13.93.207.234,13.93.207.237,13.93.207.141,13.93.207.166,104.40.92.107,40.112.243.23\",\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"suspendedTill\": null,\r\n \"siteDisabledReason\": 0,\r\n \"functionExecutionUnitsCache\": null,\r\n \"maxNumberOfWorkers\": null,\r\n \"homeStamp\": \"waws-prod-bay-043\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2472\",\r\n \"defaultHostName\": \"ps9664-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": false,\r\n \"redundancyMode\": \"None\",\r\n \"inProgressOperationId\": null,\r\n \"geoDistributions\": null,\r\n \"privateEndpointConnections\": null,\r\n \"buildVersion\": null,\r\n \"targetBuildVersion\": null\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging/config/web?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/config/web?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4c4e7358-47f7-4f99-ab52-ca61688faa48"
+ "0839fd2f-f6b7-427d-8660-a7a17260c55e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -2301,7 +2301,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "13879152-9997-4cef-8624-dc330a3ecde5"
+ "995e88f7-3843-4611-bfb4-aaff86a9f219"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -2313,22 +2313,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11990"
+ "11991"
],
"x-ms-correlation-request-id": [
- "dd6db98a-779d-4a69-acfb-548f368b65e2"
+ "d01c23fa-bf41-43bb-88eb-e98b09820b60"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232307Z:dd6db98a-779d-4a69-acfb-548f368b65e2"
+ "WESTINDIA:20200624T102457Z:d01c23fa-bf41-43bb-88eb-e98b09820b60"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:07 GMT"
+ "Wed, 24 Jun 2020 10:24:56 GMT"
],
"Content-Length": [
- "2886"
+ "3142"
],
"Content-Type": [
"application/json"
@@ -2337,25 +2337,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging/config/web\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"defaultDocuments\": [\r\n \"Default.htm\",\r\n \"Default.html\",\r\n \"Default.asp\",\r\n \"index.htm\",\r\n \"index.html\",\r\n \"iisstart.htm\",\r\n \"default.aspx\",\r\n \"index.php\",\r\n \"hostingstart.html\"\r\n ],\r\n \"netFrameworkVersion\": \"v4.0\",\r\n \"phpVersion\": \"5.6\",\r\n \"pythonVersion\": \"\",\r\n \"nodeVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2017\",\r\n \"httpLoggingEnabled\": false,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps1159__staging\",\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": false,\r\n \"virtualDirectories\": null\r\n }\r\n ],\r\n \"winAuthAdminState\": 0,\r\n \"winAuthTenantState\": 0,\r\n \"customAppPoolIdentityAdminState\": false,\r\n \"customAppPoolIdentityTenantState\": false,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"routingRules\": [],\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"limits\": null,\r\n \"autoHealEnabled\": false,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": \"\",\r\n \"siteAuthEnabled\": false,\r\n \"siteAuthSettings\": {\r\n \"enabled\": null,\r\n \"unauthenticatedClientAction\": null,\r\n \"tokenStoreEnabled\": null,\r\n \"allowedExternalRedirectUrls\": null,\r\n \"defaultProvider\": null,\r\n \"clientId\": null,\r\n \"clientSecret\": null,\r\n \"clientSecretCertificateThumbprint\": null,\r\n \"issuer\": null,\r\n \"allowedAudiences\": null,\r\n \"additionalLoginParams\": null,\r\n \"isAadAutoProvisioned\": false,\r\n \"googleClientId\": null,\r\n \"googleClientSecret\": null,\r\n \"googleOAuthScopes\": null,\r\n \"facebookAppId\": null,\r\n \"facebookAppSecret\": null,\r\n \"facebookOAuthScopes\": null,\r\n \"twitterConsumerKey\": null,\r\n \"twitterConsumerSecret\": null,\r\n \"microsoftAccountClientId\": null,\r\n \"microsoftAccountClientSecret\": null,\r\n \"microsoftAccountOAuthScopes\": null\r\n },\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": false,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": false,\r\n \"http20Enabled\": false,\r\n \"minTlsVersion\": \"1.2\",\r\n \"ftpsState\": \"AllAllowed\",\r\n \"reservedInstanceCount\": 0,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/config/web\",\r\n \"name\": \"ps9664\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"defaultDocuments\": [\r\n \"Default.htm\",\r\n \"Default.html\",\r\n \"Default.asp\",\r\n \"index.htm\",\r\n \"index.html\",\r\n \"iisstart.htm\",\r\n \"default.aspx\",\r\n \"index.php\",\r\n \"hostingstart.html\"\r\n ],\r\n \"netFrameworkVersion\": \"v4.0\",\r\n \"phpVersion\": \"5.6\",\r\n \"pythonVersion\": \"\",\r\n \"nodeVersion\": \"\",\r\n \"powerShellVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": false,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps9664__staging\",\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": false,\r\n \"virtualDirectories\": null\r\n }\r\n ],\r\n \"winAuthAdminState\": 0,\r\n \"winAuthTenantState\": 0,\r\n \"customAppPoolIdentityAdminState\": false,\r\n \"customAppPoolIdentityTenantState\": false,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"routingRules\": [],\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"limits\": null,\r\n \"autoHealEnabled\": false,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": \"\",\r\n \"siteAuthEnabled\": false,\r\n \"siteAuthSettings\": {\r\n \"enabled\": null,\r\n \"unauthenticatedClientAction\": null,\r\n \"tokenStoreEnabled\": null,\r\n \"allowedExternalRedirectUrls\": null,\r\n \"defaultProvider\": null,\r\n \"clientId\": null,\r\n \"clientSecret\": null,\r\n \"clientSecretCertificateThumbprint\": null,\r\n \"issuer\": null,\r\n \"allowedAudiences\": null,\r\n \"additionalLoginParams\": null,\r\n \"isAadAutoProvisioned\": false,\r\n \"googleClientId\": null,\r\n \"googleClientSecret\": null,\r\n \"googleOAuthScopes\": null,\r\n \"facebookAppId\": null,\r\n \"facebookAppSecret\": null,\r\n \"facebookOAuthScopes\": null,\r\n \"twitterConsumerKey\": null,\r\n \"twitterConsumerSecret\": null,\r\n \"microsoftAccountClientId\": null,\r\n \"microsoftAccountClientSecret\": null,\r\n \"microsoftAccountOAuthScopes\": null\r\n },\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": false,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": false,\r\n \"http20Enabled\": false,\r\n \"minTlsVersion\": \"1.2\",\r\n \"ftpsState\": \"AllAllowed\",\r\n \"reservedInstanceCount\": 0,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null,\r\n \"fileChangeAuditEnabled\": false,\r\n \"functionsRuntimeScaleMonitoringEnabled\": false,\r\n \"websiteTimeZone\": null,\r\n \"minimumElasticInstanceCount\": 0\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging/config/web?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/config/web?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "74da44c6-ff91-421e-bac7-264916a2f945"
+ "7654e3fc-63e6-4e72-9bf1-1e0e83e09682"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -2370,7 +2370,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "8c437f14-d775-40ae-afd3-6c80d4a47e0d"
+ "c94edab4-6ec7-4538-a6bf-0d545c3ac7d3"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -2382,22 +2382,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
+ "11993"
],
"x-ms-correlation-request-id": [
- "7ee72c52-b7cd-4d0d-a356-cac1889ca534"
+ "3192352e-94d8-4d6f-95d4-01664358ee22"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234634Z:7ee72c52-b7cd-4d0d-a356-cac1889ca534"
+ "WESTINDIA:20200624T105734Z:3192352e-94d8-4d6f-95d4-01664358ee22"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:33 GMT"
+ "Wed, 24 Jun 2020 10:57:34 GMT"
],
"Content-Length": [
- "2886"
+ "3142"
],
"Content-Type": [
"application/json"
@@ -2406,25 +2406,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging/config/web\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"defaultDocuments\": [\r\n \"Default.htm\",\r\n \"Default.html\",\r\n \"Default.asp\",\r\n \"index.htm\",\r\n \"index.html\",\r\n \"iisstart.htm\",\r\n \"default.aspx\",\r\n \"index.php\",\r\n \"hostingstart.html\"\r\n ],\r\n \"netFrameworkVersion\": \"v4.0\",\r\n \"phpVersion\": \"5.6\",\r\n \"pythonVersion\": \"\",\r\n \"nodeVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2017\",\r\n \"httpLoggingEnabled\": false,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps1159__staging\",\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": false,\r\n \"virtualDirectories\": null\r\n }\r\n ],\r\n \"winAuthAdminState\": 0,\r\n \"winAuthTenantState\": 0,\r\n \"customAppPoolIdentityAdminState\": false,\r\n \"customAppPoolIdentityTenantState\": false,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"routingRules\": [],\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"limits\": null,\r\n \"autoHealEnabled\": false,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": \"\",\r\n \"siteAuthEnabled\": false,\r\n \"siteAuthSettings\": {\r\n \"enabled\": null,\r\n \"unauthenticatedClientAction\": null,\r\n \"tokenStoreEnabled\": null,\r\n \"allowedExternalRedirectUrls\": null,\r\n \"defaultProvider\": null,\r\n \"clientId\": null,\r\n \"clientSecret\": null,\r\n \"clientSecretCertificateThumbprint\": null,\r\n \"issuer\": null,\r\n \"allowedAudiences\": null,\r\n \"additionalLoginParams\": null,\r\n \"isAadAutoProvisioned\": false,\r\n \"googleClientId\": null,\r\n \"googleClientSecret\": null,\r\n \"googleOAuthScopes\": null,\r\n \"facebookAppId\": null,\r\n \"facebookAppSecret\": null,\r\n \"facebookOAuthScopes\": null,\r\n \"twitterConsumerKey\": null,\r\n \"twitterConsumerSecret\": null,\r\n \"microsoftAccountClientId\": null,\r\n \"microsoftAccountClientSecret\": null,\r\n \"microsoftAccountOAuthScopes\": null\r\n },\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": false,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": false,\r\n \"http20Enabled\": false,\r\n \"minTlsVersion\": \"1.2\",\r\n \"ftpsState\": \"AllAllowed\",\r\n \"reservedInstanceCount\": 0,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/config/web\",\r\n \"name\": \"ps9664\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"defaultDocuments\": [\r\n \"Default.htm\",\r\n \"Default.html\",\r\n \"Default.asp\",\r\n \"index.htm\",\r\n \"index.html\",\r\n \"iisstart.htm\",\r\n \"default.aspx\",\r\n \"index.php\",\r\n \"hostingstart.html\"\r\n ],\r\n \"netFrameworkVersion\": \"v4.0\",\r\n \"phpVersion\": \"5.6\",\r\n \"pythonVersion\": \"\",\r\n \"nodeVersion\": \"\",\r\n \"powerShellVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": false,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps9664__staging\",\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": false,\r\n \"virtualDirectories\": null\r\n }\r\n ],\r\n \"winAuthAdminState\": 0,\r\n \"winAuthTenantState\": 0,\r\n \"customAppPoolIdentityAdminState\": false,\r\n \"customAppPoolIdentityTenantState\": false,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"routingRules\": [],\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"limits\": null,\r\n \"autoHealEnabled\": false,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": \"\",\r\n \"siteAuthEnabled\": false,\r\n \"siteAuthSettings\": {\r\n \"enabled\": null,\r\n \"unauthenticatedClientAction\": null,\r\n \"tokenStoreEnabled\": null,\r\n \"allowedExternalRedirectUrls\": null,\r\n \"defaultProvider\": null,\r\n \"clientId\": null,\r\n \"clientSecret\": null,\r\n \"clientSecretCertificateThumbprint\": null,\r\n \"issuer\": null,\r\n \"allowedAudiences\": null,\r\n \"additionalLoginParams\": null,\r\n \"isAadAutoProvisioned\": false,\r\n \"googleClientId\": null,\r\n \"googleClientSecret\": null,\r\n \"googleOAuthScopes\": null,\r\n \"facebookAppId\": null,\r\n \"facebookAppSecret\": null,\r\n \"facebookOAuthScopes\": null,\r\n \"twitterConsumerKey\": null,\r\n \"twitterConsumerSecret\": null,\r\n \"microsoftAccountClientId\": null,\r\n \"microsoftAccountClientSecret\": null,\r\n \"microsoftAccountOAuthScopes\": null\r\n },\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": false,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": false,\r\n \"http20Enabled\": false,\r\n \"minTlsVersion\": \"1.2\",\r\n \"ftpsState\": \"AllAllowed\",\r\n \"reservedInstanceCount\": 0,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null,\r\n \"fileChangeAuditEnabled\": false,\r\n \"functionsRuntimeScaleMonitoringEnabled\": false,\r\n \"websiteTimeZone\": null,\r\n \"minimumElasticInstanceCount\": 0\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging/config/appsettings/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/config/appsettings/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "081eb597-88c0-4727-8800-2e8aef4f8418"
+ "9ce9a86d-75b5-4e71-a0b8-c46434c61817"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -2439,7 +2439,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "a6531824-e384-4d85-ab13-02e0a9667cd1"
+ "3b5a4cfe-ea79-40dc-b15d-d28856ef8f39"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -2454,16 +2454,16 @@
"11999"
],
"x-ms-correlation-request-id": [
- "5a6f3a1b-d52c-473d-ac4b-35fd016bca9b"
+ "8f388c67-73d6-4e00-b949-a3dff840fd7b"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232307Z:5a6f3a1b-d52c-473d-ac4b-35fd016bca9b"
+ "WESTINDIA:20200624T102458Z:8f388c67-73d6-4e00-b949-a3dff840fd7b"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:07 GMT"
+ "Wed, 24 Jun 2020 10:24:58 GMT"
],
"Content-Length": [
"284"
@@ -2475,25 +2475,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging/config/appsettings\",\r\n \"name\": \"appsettings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/config/appsettings\",\r\n \"name\": \"appsettings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging/config/appsettings/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/config/appsettings/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "007493f5-fcbd-45e3-877f-2b7e2277d772"
+ "0bc8fd16-4a0e-457a-b94b-71b4273cf6b3"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -2508,7 +2508,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "ca556962-39af-4e59-92d3-1ec3e038915d"
+ "26b7eb9a-eaf5-4e84-a597-378c02719aac"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -2523,16 +2523,16 @@
"11999"
],
"x-ms-correlation-request-id": [
- "9db06f23-a3c8-4784-a712-5fa100baa001"
+ "5c1190f7-f837-4d30-bb7c-b17ae8607db9"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234634Z:9db06f23-a3c8-4784-a712-5fa100baa001"
+ "WESTINDIA:20200624T105735Z:5c1190f7-f837-4d30-bb7c-b17ae8607db9"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:33 GMT"
+ "Wed, 24 Jun 2020 10:57:34 GMT"
],
"Content-Length": [
"284"
@@ -2544,25 +2544,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging/config/appsettings\",\r\n \"name\": \"appsettings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/config/appsettings\",\r\n \"name\": \"appsettings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging/config/connectionstrings/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/config/connectionstrings/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "07ccc67a-e4df-4e71-8edd-5e27743a2960"
+ "c0cb8fab-79ff-477e-a220-1b11ed547192"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -2577,7 +2577,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "dfa4b16c-26b8-4b4d-b061-3116401ed886"
+ "90120991-6d66-4866-8c80-6f0e90e6f7cc"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -2592,16 +2592,16 @@
"11998"
],
"x-ms-correlation-request-id": [
- "0a8f7377-8121-4dce-8156-5af65976544f"
+ "4a67fc9e-be87-4c67-a150-a15c2b20b26e"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232307Z:0a8f7377-8121-4dce-8156-5af65976544f"
+ "WESTINDIA:20200624T102459Z:4a67fc9e-be87-4c67-a150-a15c2b20b26e"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:07 GMT"
+ "Wed, 24 Jun 2020 10:24:59 GMT"
],
"Content-Length": [
"258"
@@ -2613,25 +2613,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging/config/connectionstrings\",\r\n \"name\": \"connectionstrings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/config/connectionstrings\",\r\n \"name\": \"connectionstrings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging/config/connectionstrings/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/config/connectionstrings/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "85409c28-6df7-44c3-b0fa-a765e3dba92f"
+ "4f252f45-1eac-47d7-b13b-1f50c7f1a6e0"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -2646,7 +2646,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "aeb17b6c-14c6-4b02-afdd-7c11c2713a60"
+ "f60b9f76-6257-408d-ae5b-78aaffa34a63"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -2661,16 +2661,16 @@
"11998"
],
"x-ms-correlation-request-id": [
- "e8003521-ddad-47b9-a4ea-7e0eefafbf59"
+ "ad882d9c-caed-482e-aefd-3084ad1e0f4a"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234634Z:e8003521-ddad-47b9-a4ea-7e0eefafbf59"
+ "WESTINDIA:20200624T105735Z:ad882d9c-caed-482e-aefd-3084ad1e0f4a"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:34 GMT"
+ "Wed, 24 Jun 2020 10:57:35 GMT"
],
"Content-Length": [
"258"
@@ -2682,25 +2682,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging/config/connectionstrings\",\r\n \"name\": \"connectionstrings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/config/connectionstrings\",\r\n \"name\": \"connectionstrings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4e29e131-2417-4225-8db6-4ba2f136dbb8"
+ "aaf7cae0-c636-48f4-a8ae-8770c93df3e1"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -2715,7 +2715,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "3580ba22-be02-4966-a332-3d898a424d9b"
+ "7943e460-d9de-49a0-a604-d2bc3b326214"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -2730,16 +2730,16 @@
"11997"
],
"x-ms-correlation-request-id": [
- "70668edd-7fe3-4971-8366-a4a9b037efdb"
+ "2219eb0f-1f75-45c2-95a6-94d9f921ef2a"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232308Z:70668edd-7fe3-4971-8366-a4a9b037efdb"
+ "WESTINDIA:20200624T102502Z:2219eb0f-1f75-45c2-95a6-94d9f921ef2a"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:07 GMT"
+ "Wed, 24 Jun 2020 10:25:01 GMT"
],
"Content-Length": [
"255"
@@ -2751,25 +2751,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging/config/appsettings\",\r\n \"name\": \"azurestorageaccounts\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/config/appsettings\",\r\n \"name\": \"azurestorageaccounts\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f3f7aa05-fdf4-4237-be0a-f486b949b811"
+ "9936cdc3-6ad8-49e5-9db7-ad11fc15e603"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -2784,7 +2784,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "debff8d5-cf8e-411e-90ff-79c2300c30a8"
+ "eaf041b5-3299-4bc6-b4ae-a172808cffc9"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -2799,16 +2799,16 @@
"11997"
],
"x-ms-correlation-request-id": [
- "f80c6bde-e0e1-47dd-8356-f062ac606fd6"
+ "d03103be-e590-44f1-b339-55e4c1e6c6be"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234635Z:f80c6bde-e0e1-47dd-8356-f062ac606fd6"
+ "WESTINDIA:20200624T105736Z:d03103be-e590-44f1-b339-55e4c1e6c6be"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:34 GMT"
+ "Wed, 24 Jun 2020 10:57:36 GMT"
],
"Content-Length": [
"255"
@@ -2820,25 +2820,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging/config/appsettings\",\r\n \"name\": \"azurestorageaccounts\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/config/appsettings\",\r\n \"name\": \"azurestorageaccounts\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzY/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njk/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f0847438-d178-4694-901e-aa54b8ca029e"
+ "230c83ec-a111-4c3b-9e5e-1056721b0fed"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -2853,13 +2853,13 @@
"gateway"
],
"x-ms-request-id": [
- "98f92ef9-0790-4d5a-be8e-05bdbba7489d"
+ "5d911e50-f00e-4236-b090-a9c84311a618"
],
"x-ms-correlation-request-id": [
- "98f92ef9-0790-4d5a-be8e-05bdbba7489d"
+ "5d911e50-f00e-4236-b090-a9c84311a618"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232308Z:98f92ef9-0790-4d5a-be8e-05bdbba7489d"
+ "WESTINDIA:20200624T102509Z:5d911e50-f00e-4236-b090-a9c84311a618"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2868,7 +2868,7 @@
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:08 GMT"
+ "Wed, 24 Jun 2020 10:25:08 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2877,28 +2877,28 @@
"-1"
],
"Content-Length": [
- "136"
+ "204"
]
},
- "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Web/sites/ps9476' under resource group 'ps2650' was not found.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Web/sites/ps6869' under resource group 'ps2472' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}",
"StatusCode": 404
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzY/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njk/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "fcc695b5-76a2-45b6-81f4-6a120d803f53"
+ "37a3ec32-fe4d-47c2-813f-ef7a10a1885e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -2910,13 +2910,13 @@
"no-cache"
],
"ETag": [
- "\"1D52AE3CA17D540\""
+ "\"1D64A11C0FB4340\""
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "403e1e25-6412-4981-86c9-b52e396e73b6"
+ "cd7f1f04-15ef-4dd5-9faf-5ddc4eb07ea6"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -2928,22 +2928,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11983"
+ "11984"
],
"x-ms-correlation-request-id": [
- "7ce08f75-217b-4e34-820b-cb69f820ea21"
+ "7135eb10-e629-4b02-bc0f-358f10499952"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232329Z:7ce08f75-217b-4e34-820b-cb69f820ea21"
+ "WESTINDIA:20200624T102538Z:7135eb10-e629-4b02-bc0f-358f10499952"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:28 GMT"
+ "Wed, 24 Jun 2020 10:25:38 GMT"
],
"Content-Length": [
- "2755"
+ "4954"
],
"Content-Type": [
"application/json"
@@ -2952,25 +2952,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps9476\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps9476.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-123.api.azurewebsites.windows.net:454/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/webspaces/ps2650-WestUSwebspace/sites/ps9476\",\r\n \"repositorySiteName\": \"ps9476\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps9476.azurewebsites.net\",\r\n \"ps9476.scm.azurewebsites.net\"\r\n ],\r\n \"siteProperties\": {\r\n \"metadata\": null,\r\n \"properties\": [\r\n {\r\n \"name\": \"LinuxFxVersion\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"WindowsFxVersion\",\r\n \"value\": null\r\n }\r\n ],\r\n \"appSettings\": null\r\n },\r\n \"availabilityState\": \"Normal\",\r\n \"sslCertificates\": null,\r\n \"csrs\": [],\r\n \"cers\": null,\r\n \"siteMode\": null,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps9476.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps9476.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"computeMode\": null,\r\n \"serverFarm\": null,\r\n \"serverFarmId\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2019-06-24T23:23:11.38\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps9476\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Premium\",\r\n \"scmSiteAlsoStopped\": false,\r\n \"targetSwapSlot\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"clientCertExclusionPaths\": null,\r\n \"hostNamesDisabled\": false,\r\n \"domainVerificationIdentifiers\": null,\r\n \"kind\": \"app\",\r\n \"outboundIpAddresses\": \"40.112.243.0,13.91.46.203,40.112.255.35,13.91.41.7,13.91.40.30\",\r\n \"possibleOutboundIpAddresses\": \"40.112.243.0,13.91.46.203,40.112.255.35,13.91.41.7,13.91.40.30,40.112.164.63,40.83.181.150,40.112.248.128\",\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"suspendedTill\": null,\r\n \"siteDisabledReason\": 0,\r\n \"functionExecutionUnitsCache\": null,\r\n \"maxNumberOfWorkers\": null,\r\n \"homeStamp\": \"waws-prod-bay-123\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2650\",\r\n \"defaultHostName\": \"ps9476.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": false,\r\n \"redundancyMode\": \"None\",\r\n \"inProgressOperationId\": null,\r\n \"geoDistributions\": null\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869\",\r\n \"name\": \"ps6869\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps6869\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps6869.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-043.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2472-WestUSwebspace/sites/ps6869\",\r\n \"repositorySiteName\": \"ps6869\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps6869.azurewebsites.net\",\r\n \"ps6869.scm.azurewebsites.net\"\r\n ],\r\n \"siteProperties\": {\r\n \"metadata\": null,\r\n \"properties\": [\r\n {\r\n \"name\": \"LinuxFxVersion\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"WindowsFxVersion\",\r\n \"value\": null\r\n }\r\n ],\r\n \"appSettings\": null\r\n },\r\n \"availabilityState\": \"Normal\",\r\n \"sslCertificates\": null,\r\n \"csrs\": [],\r\n \"cers\": null,\r\n \"siteMode\": null,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps6869.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps6869.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"computeMode\": null,\r\n \"serverFarm\": null,\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-24T10:25:16.66\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": {\r\n \"numberOfWorkers\": null,\r\n \"defaultDocuments\": null,\r\n \"netFrameworkVersion\": null,\r\n \"phpVersion\": null,\r\n \"pythonVersion\": null,\r\n \"nodeVersion\": null,\r\n \"powerShellVersion\": null,\r\n \"linuxFxVersion\": null,\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": null,\r\n \"remoteDebuggingEnabled\": null,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": null,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": null,\r\n \"detailedErrorLoggingEnabled\": null,\r\n \"publishingUsername\": null,\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": null,\r\n \"use32BitWorkerProcess\": null,\r\n \"webSocketsEnabled\": null,\r\n \"alwaysOn\": null,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": null,\r\n \"managedPipelineMode\": null,\r\n \"virtualApplications\": null,\r\n \"winAuthAdminState\": null,\r\n \"winAuthTenantState\": null,\r\n \"customAppPoolIdentityAdminState\": null,\r\n \"customAppPoolIdentityTenantState\": null,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": null,\r\n \"routingRules\": null,\r\n \"experiments\": null,\r\n \"limits\": null,\r\n \"autoHealEnabled\": null,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": null,\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": null,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": null,\r\n \"scmIpSecurityRestrictions\": null,\r\n \"scmIpSecurityRestrictionsUseMain\": null,\r\n \"http20Enabled\": null,\r\n \"minTlsVersion\": null,\r\n \"ftpsState\": null,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null,\r\n \"fileChangeAuditEnabled\": null,\r\n \"functionsRuntimeScaleMonitoringEnabled\": null,\r\n \"websiteTimeZone\": null,\r\n \"minimumElasticInstanceCount\": 0\r\n },\r\n \"deploymentId\": \"ps6869\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Premium\",\r\n \"scmSiteAlsoStopped\": false,\r\n \"targetSwapSlot\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"clientCertMode\": \"Required\",\r\n \"clientCertExclusionPaths\": null,\r\n \"hostNamesDisabled\": false,\r\n \"domainVerificationIdentifiers\": null,\r\n \"customDomainVerificationId\": \"C3E7C05FE8A97695B3AE08C1935F4251C48E338FE439627B2E788D9D718C8A70\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"104.40.92.107\",\r\n \"possibleInboundIpAddresses\": \"104.40.92.107,40.112.243.23\",\r\n \"ftpUsername\": \"ps6869\\\\$ps6869\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-043.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"104.40.88.152,104.40.87.132,104.40.95.34,104.40.88.78\",\r\n \"possibleOutboundIpAddresses\": \"104.40.88.152,104.40.87.132,104.40.95.34,104.40.88.78,13.93.199.41,13.93.207.234,13.93.207.237,13.93.207.141,13.93.207.166,104.40.92.107,40.112.243.23\",\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"suspendedTill\": null,\r\n \"siteDisabledReason\": 0,\r\n \"functionExecutionUnitsCache\": null,\r\n \"maxNumberOfWorkers\": null,\r\n \"homeStamp\": \"waws-prod-bay-043\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2472\",\r\n \"defaultHostName\": \"ps6869.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": false,\r\n \"redundancyMode\": \"None\",\r\n \"inProgressOperationId\": null,\r\n \"geoDistributions\": null,\r\n \"privateEndpointConnections\": [],\r\n \"buildVersion\": null,\r\n \"targetBuildVersion\": null\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzY/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njk/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverFarms/ps3274\"\r\n },\r\n \"location\": \"West US\"\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverFarms/ps3160\"\r\n },\r\n \"location\": \"West US\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "9c5fce94-baf1-434d-a19b-805ebfadc467"
+ "9c1f6d85-fcd9-409c-8770-8a6a38653e79"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
],
"Content-Type": [
@@ -2988,13 +2988,13 @@
"no-cache"
],
"ETag": [
- "\"1D52AE3CA17D540\""
+ "\"1D64A11C0FB4340\""
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "e0f7e2ea-464e-480a-89a7-2673bf91d586"
+ "0e476a08-71e1-433f-9f56-96206139d019"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -3009,19 +3009,19 @@
"498"
],
"x-ms-correlation-request-id": [
- "29de6ef7-07da-4bd8-93ad-505777c11dd5"
+ "1c4cfc97-5bfe-4d54-9833-e8e858c05453"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232327Z:29de6ef7-07da-4bd8-93ad-505777c11dd5"
+ "WESTINDIA:20200624T102534Z:1c4cfc97-5bfe-4d54-9833-e8e858c05453"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:27 GMT"
+ "Wed, 24 Jun 2020 10:25:33 GMT"
],
"Content-Length": [
- "2760"
+ "5155"
],
"Content-Type": [
"application/json"
@@ -3030,25 +3030,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps9476\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps9476.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-123.api.azurewebsites.windows.net:454/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/webspaces/ps2650-WestUSwebspace/sites/ps9476\",\r\n \"repositorySiteName\": \"ps9476\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps9476.azurewebsites.net\",\r\n \"ps9476.scm.azurewebsites.net\"\r\n ],\r\n \"siteProperties\": {\r\n \"metadata\": null,\r\n \"properties\": [\r\n {\r\n \"name\": \"LinuxFxVersion\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"WindowsFxVersion\",\r\n \"value\": null\r\n }\r\n ],\r\n \"appSettings\": null\r\n },\r\n \"availabilityState\": \"Normal\",\r\n \"sslCertificates\": null,\r\n \"csrs\": [],\r\n \"cers\": null,\r\n \"siteMode\": null,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps9476.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps9476.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"computeMode\": null,\r\n \"serverFarm\": null,\r\n \"serverFarmId\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2019-06-24T23:23:11.3233333\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps9476\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Premium\",\r\n \"scmSiteAlsoStopped\": false,\r\n \"targetSwapSlot\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"clientCertExclusionPaths\": null,\r\n \"hostNamesDisabled\": false,\r\n \"domainVerificationIdentifiers\": null,\r\n \"kind\": \"app\",\r\n \"outboundIpAddresses\": \"40.112.243.0,13.91.46.203,40.112.255.35,13.91.41.7,13.91.40.30\",\r\n \"possibleOutboundIpAddresses\": \"40.112.243.0,13.91.46.203,40.112.255.35,13.91.41.7,13.91.40.30,40.112.164.63,40.83.181.150,40.112.248.128\",\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"suspendedTill\": null,\r\n \"siteDisabledReason\": 0,\r\n \"functionExecutionUnitsCache\": null,\r\n \"maxNumberOfWorkers\": null,\r\n \"homeStamp\": \"waws-prod-bay-123\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2650\",\r\n \"defaultHostName\": \"ps9476.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": false,\r\n \"redundancyMode\": \"None\",\r\n \"inProgressOperationId\": null,\r\n \"geoDistributions\": null\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869\",\r\n \"name\": \"ps6869\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps6869\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps6869.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-043.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2472-WestUSwebspace/sites/ps6869\",\r\n \"repositorySiteName\": \"ps6869\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps6869.azurewebsites.net\",\r\n \"ps6869.scm.azurewebsites.net\"\r\n ],\r\n \"siteProperties\": {\r\n \"metadata\": null,\r\n \"properties\": [\r\n {\r\n \"name\": \"LinuxFxVersion\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"WindowsFxVersion\",\r\n \"value\": null\r\n }\r\n ],\r\n \"appSettings\": null\r\n },\r\n \"availabilityState\": \"Normal\",\r\n \"sslCertificates\": null,\r\n \"csrs\": [],\r\n \"cers\": null,\r\n \"siteMode\": null,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps6869.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps6869.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"computeMode\": null,\r\n \"serverFarm\": null,\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-24T10:25:16.577\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": {\r\n \"numberOfWorkers\": null,\r\n \"defaultDocuments\": null,\r\n \"netFrameworkVersion\": null,\r\n \"phpVersion\": null,\r\n \"pythonVersion\": null,\r\n \"nodeVersion\": null,\r\n \"powerShellVersion\": null,\r\n \"linuxFxVersion\": null,\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": null,\r\n \"remoteDebuggingEnabled\": null,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": null,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": null,\r\n \"detailedErrorLoggingEnabled\": null,\r\n \"publishingUsername\": null,\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": null,\r\n \"use32BitWorkerProcess\": null,\r\n \"webSocketsEnabled\": null,\r\n \"alwaysOn\": null,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": null,\r\n \"managedPipelineMode\": null,\r\n \"virtualApplications\": null,\r\n \"winAuthAdminState\": null,\r\n \"winAuthTenantState\": null,\r\n \"customAppPoolIdentityAdminState\": null,\r\n \"customAppPoolIdentityTenantState\": null,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": null,\r\n \"routingRules\": null,\r\n \"experiments\": null,\r\n \"limits\": null,\r\n \"autoHealEnabled\": null,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": null,\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": null,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": null,\r\n \"http20Enabled\": null,\r\n \"minTlsVersion\": null,\r\n \"ftpsState\": null,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null,\r\n \"fileChangeAuditEnabled\": null,\r\n \"functionsRuntimeScaleMonitoringEnabled\": null,\r\n \"websiteTimeZone\": null,\r\n \"minimumElasticInstanceCount\": 0\r\n },\r\n \"deploymentId\": \"ps6869\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Premium\",\r\n \"scmSiteAlsoStopped\": false,\r\n \"targetSwapSlot\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"clientCertMode\": \"Required\",\r\n \"clientCertExclusionPaths\": null,\r\n \"hostNamesDisabled\": false,\r\n \"domainVerificationIdentifiers\": null,\r\n \"customDomainVerificationId\": \"C3E7C05FE8A97695B3AE08C1935F4251C48E338FE439627B2E788D9D718C8A70\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"104.40.92.107\",\r\n \"possibleInboundIpAddresses\": \"104.40.92.107,40.112.243.23\",\r\n \"ftpUsername\": \"ps6869\\\\$ps6869\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-043.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"104.40.88.152,104.40.87.132,104.40.95.34,104.40.88.78\",\r\n \"possibleOutboundIpAddresses\": \"104.40.88.152,104.40.87.132,104.40.95.34,104.40.88.78,13.93.199.41,13.93.207.234,13.93.207.237,13.93.207.141,13.93.207.166,104.40.92.107,40.112.243.23\",\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"suspendedTill\": null,\r\n \"siteDisabledReason\": 0,\r\n \"functionExecutionUnitsCache\": null,\r\n \"maxNumberOfWorkers\": null,\r\n \"homeStamp\": \"waws-prod-bay-043\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2472\",\r\n \"defaultHostName\": \"ps6869.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": false,\r\n \"redundancyMode\": \"None\",\r\n \"inProgressOperationId\": null,\r\n \"geoDistributions\": null,\r\n \"privateEndpointConnections\": null,\r\n \"buildVersion\": null,\r\n \"targetBuildVersion\": null\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/config/web?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/config/web?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4NjkvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "bf0a593a-b0cf-4c00-971c-2cdead2ae818"
+ "b8c8ed4a-bdac-4574-8e08-f3eabbcfc42e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -3063,7 +3063,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "53bff97a-6171-42f8-9515-46bc46639005"
+ "15777892-c5d9-4e36-b2b2-15b320452a4e"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -3075,22 +3075,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11984"
+ "11985"
],
"x-ms-correlation-request-id": [
- "b80be956-183e-4524-80a8-194ede9f7025"
+ "dd6c3301-bd96-4872-8021-7775194d2cd0"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232327Z:b80be956-183e-4524-80a8-194ede9f7025"
+ "WESTINDIA:20200624T102534Z:dd6c3301-bd96-4872-8021-7775194d2cd0"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:27 GMT"
+ "Wed, 24 Jun 2020 10:25:34 GMT"
],
"Content-Length": [
- "2859"
+ "3115"
],
"Content-Type": [
"application/json"
@@ -3099,25 +3099,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/config/web\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"defaultDocuments\": [\r\n \"Default.htm\",\r\n \"Default.html\",\r\n \"Default.asp\",\r\n \"index.htm\",\r\n \"index.html\",\r\n \"iisstart.htm\",\r\n \"default.aspx\",\r\n \"index.php\",\r\n \"hostingstart.html\"\r\n ],\r\n \"netFrameworkVersion\": \"v4.0\",\r\n \"phpVersion\": \"5.6\",\r\n \"pythonVersion\": \"\",\r\n \"nodeVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": false,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps9476\",\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": false,\r\n \"virtualDirectories\": null\r\n }\r\n ],\r\n \"winAuthAdminState\": 0,\r\n \"winAuthTenantState\": 0,\r\n \"customAppPoolIdentityAdminState\": false,\r\n \"customAppPoolIdentityTenantState\": false,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"routingRules\": [],\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"limits\": null,\r\n \"autoHealEnabled\": false,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": \"\",\r\n \"siteAuthEnabled\": false,\r\n \"siteAuthSettings\": {\r\n \"enabled\": null,\r\n \"unauthenticatedClientAction\": null,\r\n \"tokenStoreEnabled\": null,\r\n \"allowedExternalRedirectUrls\": null,\r\n \"defaultProvider\": null,\r\n \"clientId\": null,\r\n \"clientSecret\": null,\r\n \"clientSecretCertificateThumbprint\": null,\r\n \"issuer\": null,\r\n \"allowedAudiences\": null,\r\n \"additionalLoginParams\": null,\r\n \"isAadAutoProvisioned\": false,\r\n \"googleClientId\": null,\r\n \"googleClientSecret\": null,\r\n \"googleOAuthScopes\": null,\r\n \"facebookAppId\": null,\r\n \"facebookAppSecret\": null,\r\n \"facebookOAuthScopes\": null,\r\n \"twitterConsumerKey\": null,\r\n \"twitterConsumerSecret\": null,\r\n \"microsoftAccountClientId\": null,\r\n \"microsoftAccountClientSecret\": null,\r\n \"microsoftAccountOAuthScopes\": null\r\n },\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": false,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": false,\r\n \"http20Enabled\": false,\r\n \"minTlsVersion\": \"1.2\",\r\n \"ftpsState\": \"AllAllowed\",\r\n \"reservedInstanceCount\": 0,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/config/web\",\r\n \"name\": \"ps6869\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"defaultDocuments\": [\r\n \"Default.htm\",\r\n \"Default.html\",\r\n \"Default.asp\",\r\n \"index.htm\",\r\n \"index.html\",\r\n \"iisstart.htm\",\r\n \"default.aspx\",\r\n \"index.php\",\r\n \"hostingstart.html\"\r\n ],\r\n \"netFrameworkVersion\": \"v4.0\",\r\n \"phpVersion\": \"5.6\",\r\n \"pythonVersion\": \"\",\r\n \"nodeVersion\": \"\",\r\n \"powerShellVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": false,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps6869\",\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": false,\r\n \"virtualDirectories\": null\r\n }\r\n ],\r\n \"winAuthAdminState\": 0,\r\n \"winAuthTenantState\": 0,\r\n \"customAppPoolIdentityAdminState\": false,\r\n \"customAppPoolIdentityTenantState\": false,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"routingRules\": [],\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"limits\": null,\r\n \"autoHealEnabled\": false,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": \"\",\r\n \"siteAuthEnabled\": false,\r\n \"siteAuthSettings\": {\r\n \"enabled\": null,\r\n \"unauthenticatedClientAction\": null,\r\n \"tokenStoreEnabled\": null,\r\n \"allowedExternalRedirectUrls\": null,\r\n \"defaultProvider\": null,\r\n \"clientId\": null,\r\n \"clientSecret\": null,\r\n \"clientSecretCertificateThumbprint\": null,\r\n \"issuer\": null,\r\n \"allowedAudiences\": null,\r\n \"additionalLoginParams\": null,\r\n \"isAadAutoProvisioned\": false,\r\n \"googleClientId\": null,\r\n \"googleClientSecret\": null,\r\n \"googleOAuthScopes\": null,\r\n \"facebookAppId\": null,\r\n \"facebookAppSecret\": null,\r\n \"facebookOAuthScopes\": null,\r\n \"twitterConsumerKey\": null,\r\n \"twitterConsumerSecret\": null,\r\n \"microsoftAccountClientId\": null,\r\n \"microsoftAccountClientSecret\": null,\r\n \"microsoftAccountOAuthScopes\": null\r\n },\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": false,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": false,\r\n \"http20Enabled\": false,\r\n \"minTlsVersion\": \"1.2\",\r\n \"ftpsState\": \"AllAllowed\",\r\n \"reservedInstanceCount\": 0,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null,\r\n \"fileChangeAuditEnabled\": false,\r\n \"functionsRuntimeScaleMonitoringEnabled\": false,\r\n \"websiteTimeZone\": null,\r\n \"minimumElasticInstanceCount\": 0\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/config/web?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/config/web?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4NjkvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "ddd1515a-c7b4-4260-a1e5-267901375861"
+ "494335d4-d44b-4c5e-8e96-122a1590eafc"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -3132,7 +3132,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "d0ab7587-35a8-4efb-b583-f0122951e413"
+ "01dc60e3-00cf-43de-88fb-342f3d052be7"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -3144,22 +3144,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11982"
+ "11983"
],
"x-ms-correlation-request-id": [
- "fed7e51b-891e-4f90-9616-7deededaa9a9"
+ "5ca06bf8-b0a2-4354-88f1-551fe898d331"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232329Z:fed7e51b-891e-4f90-9616-7deededaa9a9"
+ "WESTINDIA:20200624T102539Z:5ca06bf8-b0a2-4354-88f1-551fe898d331"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:28 GMT"
+ "Wed, 24 Jun 2020 10:25:38 GMT"
],
"Content-Length": [
- "2859"
+ "3115"
],
"Content-Type": [
"application/json"
@@ -3168,25 +3168,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/config/web\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"defaultDocuments\": [\r\n \"Default.htm\",\r\n \"Default.html\",\r\n \"Default.asp\",\r\n \"index.htm\",\r\n \"index.html\",\r\n \"iisstart.htm\",\r\n \"default.aspx\",\r\n \"index.php\",\r\n \"hostingstart.html\"\r\n ],\r\n \"netFrameworkVersion\": \"v4.0\",\r\n \"phpVersion\": \"5.6\",\r\n \"pythonVersion\": \"\",\r\n \"nodeVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": false,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps9476\",\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": false,\r\n \"virtualDirectories\": null\r\n }\r\n ],\r\n \"winAuthAdminState\": 0,\r\n \"winAuthTenantState\": 0,\r\n \"customAppPoolIdentityAdminState\": false,\r\n \"customAppPoolIdentityTenantState\": false,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"routingRules\": [],\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"limits\": null,\r\n \"autoHealEnabled\": false,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": \"\",\r\n \"siteAuthEnabled\": false,\r\n \"siteAuthSettings\": {\r\n \"enabled\": null,\r\n \"unauthenticatedClientAction\": null,\r\n \"tokenStoreEnabled\": null,\r\n \"allowedExternalRedirectUrls\": null,\r\n \"defaultProvider\": null,\r\n \"clientId\": null,\r\n \"clientSecret\": null,\r\n \"clientSecretCertificateThumbprint\": null,\r\n \"issuer\": null,\r\n \"allowedAudiences\": null,\r\n \"additionalLoginParams\": null,\r\n \"isAadAutoProvisioned\": false,\r\n \"googleClientId\": null,\r\n \"googleClientSecret\": null,\r\n \"googleOAuthScopes\": null,\r\n \"facebookAppId\": null,\r\n \"facebookAppSecret\": null,\r\n \"facebookOAuthScopes\": null,\r\n \"twitterConsumerKey\": null,\r\n \"twitterConsumerSecret\": null,\r\n \"microsoftAccountClientId\": null,\r\n \"microsoftAccountClientSecret\": null,\r\n \"microsoftAccountOAuthScopes\": null\r\n },\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": false,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": false,\r\n \"http20Enabled\": false,\r\n \"minTlsVersion\": \"1.2\",\r\n \"ftpsState\": \"AllAllowed\",\r\n \"reservedInstanceCount\": 0,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/config/web\",\r\n \"name\": \"ps6869\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"defaultDocuments\": [\r\n \"Default.htm\",\r\n \"Default.html\",\r\n \"Default.asp\",\r\n \"index.htm\",\r\n \"index.html\",\r\n \"iisstart.htm\",\r\n \"default.aspx\",\r\n \"index.php\",\r\n \"hostingstart.html\"\r\n ],\r\n \"netFrameworkVersion\": \"v4.0\",\r\n \"phpVersion\": \"5.6\",\r\n \"pythonVersion\": \"\",\r\n \"nodeVersion\": \"\",\r\n \"powerShellVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": false,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps6869\",\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": false,\r\n \"virtualDirectories\": null\r\n }\r\n ],\r\n \"winAuthAdminState\": 0,\r\n \"winAuthTenantState\": 0,\r\n \"customAppPoolIdentityAdminState\": false,\r\n \"customAppPoolIdentityTenantState\": false,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"routingRules\": [],\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"limits\": null,\r\n \"autoHealEnabled\": false,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": \"\",\r\n \"siteAuthEnabled\": false,\r\n \"siteAuthSettings\": {\r\n \"enabled\": null,\r\n \"unauthenticatedClientAction\": null,\r\n \"tokenStoreEnabled\": null,\r\n \"allowedExternalRedirectUrls\": null,\r\n \"defaultProvider\": null,\r\n \"clientId\": null,\r\n \"clientSecret\": null,\r\n \"clientSecretCertificateThumbprint\": null,\r\n \"issuer\": null,\r\n \"allowedAudiences\": null,\r\n \"additionalLoginParams\": null,\r\n \"isAadAutoProvisioned\": false,\r\n \"googleClientId\": null,\r\n \"googleClientSecret\": null,\r\n \"googleOAuthScopes\": null,\r\n \"facebookAppId\": null,\r\n \"facebookAppSecret\": null,\r\n \"facebookOAuthScopes\": null,\r\n \"twitterConsumerKey\": null,\r\n \"twitterConsumerSecret\": null,\r\n \"microsoftAccountClientId\": null,\r\n \"microsoftAccountClientSecret\": null,\r\n \"microsoftAccountOAuthScopes\": null\r\n },\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": false,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": false,\r\n \"http20Enabled\": false,\r\n \"minTlsVersion\": \"1.2\",\r\n \"ftpsState\": \"AllAllowed\",\r\n \"reservedInstanceCount\": 0,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null,\r\n \"fileChangeAuditEnabled\": false,\r\n \"functionsRuntimeScaleMonitoringEnabled\": false,\r\n \"websiteTimeZone\": null,\r\n \"minimumElasticInstanceCount\": 0\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/config/appsettings/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/config/appsettings/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4NjkvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "05b535b2-2c1d-4550-a8ad-98b63ed4f17d"
+ "a8002366-0026-453c-a615-0e5e2d92f04f"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -3201,7 +3201,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "8b3be954-ffc0-420c-a390-64627578858f"
+ "423a09bf-4e24-4d6b-9f8d-02be981f7e28"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -3216,16 +3216,16 @@
"11994"
],
"x-ms-correlation-request-id": [
- "049eeaac-f51d-4ae7-96b0-c8d76de1776c"
+ "f0c375cc-7f97-479d-97b7-1de3e536f8e5"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232328Z:049eeaac-f51d-4ae7-96b0-c8d76de1776c"
+ "WESTINDIA:20200624T102536Z:f0c375cc-7f97-479d-97b7-1de3e536f8e5"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:27 GMT"
+ "Wed, 24 Jun 2020 10:25:36 GMT"
],
"Content-Length": [
"270"
@@ -3237,25 +3237,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/config/appsettings\",\r\n \"name\": \"appsettings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/config/appsettings\",\r\n \"name\": \"appsettings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/config/appsettings/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/config/appsettings/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4NjkvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f6c20042-c7ff-485d-aeaa-bf4e642c70f3"
+ "7660edcf-8d4a-41fb-ac7c-f73e8753e618"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -3270,7 +3270,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "6e4e367c-cfec-489f-9b22-361ffe76f8d9"
+ "bd7ed7f1-b3b0-499c-9dd4-4a017d6227d7"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -3285,16 +3285,16 @@
"11992"
],
"x-ms-correlation-request-id": [
- "20db7fce-fe80-412c-8f52-e9f53b24e15f"
+ "4acd5845-60ac-4a7d-83da-37e8d6160ef5"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232329Z:20db7fce-fe80-412c-8f52-e9f53b24e15f"
+ "WESTINDIA:20200624T102540Z:4acd5845-60ac-4a7d-83da-37e8d6160ef5"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:29 GMT"
+ "Wed, 24 Jun 2020 10:25:39 GMT"
],
"Content-Length": [
"270"
@@ -3306,25 +3306,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/config/appsettings\",\r\n \"name\": \"appsettings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/config/appsettings\",\r\n \"name\": \"appsettings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/config/connectionstrings/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/config/connectionstrings/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4NjkvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "b78ac36c-89c2-4213-aa86-cfb457c66a81"
+ "a4cf56a5-3c2b-4a19-9b4a-c4a30a3bc3f0"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -3339,7 +3339,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "4c1e1616-3e23-4666-b7ea-4e2b796ad46d"
+ "f11cc69d-7f24-44ae-a81e-8fd6e2af6618"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -3354,16 +3354,16 @@
"11993"
],
"x-ms-correlation-request-id": [
- "cfbb4962-8ebe-485d-b47c-d82b5c2be1a7"
+ "50e34028-3bd0-4277-a481-8a35eb0ec5d0"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232328Z:cfbb4962-8ebe-485d-b47c-d82b5c2be1a7"
+ "WESTINDIA:20200624T102537Z:50e34028-3bd0-4277-a481-8a35eb0ec5d0"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:27 GMT"
+ "Wed, 24 Jun 2020 10:25:36 GMT"
],
"Content-Length": [
"244"
@@ -3375,25 +3375,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/config/connectionstrings\",\r\n \"name\": \"connectionstrings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/config/connectionstrings\",\r\n \"name\": \"connectionstrings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/config/connectionstrings/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/config/connectionstrings/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4NjkvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "c69300e9-903f-4033-a666-6e65e0f497d4"
+ "336a5ca1-944c-4b18-a66d-6ce793b3ecb5"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -3408,7 +3408,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "c2ee1d4c-ea35-4f64-8463-3b3f930894f2"
+ "8df19fed-baaf-495b-9dca-ad391dfa5a9e"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -3423,16 +3423,16 @@
"11991"
],
"x-ms-correlation-request-id": [
- "c18352d5-30a5-4601-b54a-5dd64e9097e8"
+ "b026f34d-61f2-4f42-9419-5b701e9b3fc6"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232329Z:c18352d5-30a5-4601-b54a-5dd64e9097e8"
+ "WESTINDIA:20200624T102541Z:b026f34d-61f2-4f42-9419-5b701e9b3fc6"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:29 GMT"
+ "Wed, 24 Jun 2020 10:25:41 GMT"
],
"Content-Length": [
"244"
@@ -3444,25 +3444,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/config/connectionstrings\",\r\n \"name\": \"connectionstrings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/config/connectionstrings\",\r\n \"name\": \"connectionstrings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/publishxml?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvcHVibGlzaHhtbD9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/publishxml?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4NjkvcHVibGlzaHhtbD9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"format\": \"WebDeploy\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "51369a19-a9ed-4a8e-876b-ac36922a1452"
+ "c7730bb7-0784-425c-82ee-9b03e60fcd05"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
],
"Content-Type": [
@@ -3495,19 +3495,19 @@
"11998"
],
"x-ms-request-id": [
- "e4a9e55f-6f11-4fe7-b9f7-5a0c4cb7f11a"
+ "7e0727ab-887c-422f-bd31-94b45d10f7fb"
],
"x-ms-correlation-request-id": [
- "e4a9e55f-6f11-4fe7-b9f7-5a0c4cb7f11a"
+ "7e0727ab-887c-422f-bd31-94b45d10f7fb"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232328Z:e4a9e55f-6f11-4fe7-b9f7-5a0c4cb7f11a"
+ "WESTINDIA:20200624T102537Z:7e0727ab-887c-422f-bd31-94b45d10f7fb"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:28 GMT"
+ "Wed, 24 Jun 2020 10:25:37 GMT"
],
"Content-Length": [
"1496"
@@ -3519,25 +3519,25 @@
"-1"
]
},
- "ResponseBody": "\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n",
+ "ResponseBody": "\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/config/azurestorageaccounts/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/config/azurestorageaccounts/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4NjkvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "9ab4bc31-ba38-44d2-a8ca-732bd61dbf19"
+ "e204f378-5980-432f-b0ce-48b88a085f8c"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -3552,7 +3552,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "a9245430-e981-4f56-ab64-c1d1ffd886e6"
+ "baa5bdf5-2145-499d-9f33-becb943a1ccb"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -3567,16 +3567,16 @@
"11990"
],
"x-ms-correlation-request-id": [
- "aef66287-193a-43f1-be07-50daac9b8a5b"
+ "83338a2c-a9ce-42ea-83ed-ab1a2c9476eb"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232330Z:aef66287-193a-43f1-be07-50daac9b8a5b"
+ "WESTINDIA:20200624T102543Z:83338a2c-a9ce-42ea-83ed-ab1a2c9476eb"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:29 GMT"
+ "Wed, 24 Jun 2020 10:25:42 GMT"
],
"Content-Length": [
"241"
@@ -3588,25 +3588,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/config/appsettings\",\r\n \"name\": \"azurestorageaccounts\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/config/appsettings\",\r\n \"name\": \"azurestorageaccounts\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/slots/testslot?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvc2xvdHMvdGVzdHNsb3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/slots/testslot?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc2xvdHMvdGVzdHNsb3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274\"\r\n },\r\n \"location\": \"West US\"\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160\"\r\n },\r\n \"location\": \"West US\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "cb67685f-8e1e-4920-9467-991952d33443"
+ "38804520-e896-445f-a384-657766f134af"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
],
"Content-Type": [
@@ -3624,13 +3624,13 @@
"no-cache"
],
"ETag": [
- "\"1D52AE3CA17D540\""
+ "\"1D64A11C0FB4340\""
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "126b7411-5905-41b4-a66e-4e10c17693ed"
+ "eef82b17-ea8e-4e0e-94da-23dd6e1f93ea"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -3645,19 +3645,19 @@
"498"
],
"x-ms-correlation-request-id": [
- "09af7c69-0a48-4dbe-ad33-3820075ea7af"
+ "6eba437f-f3c2-4151-a0e6-b02351352f79"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232347Z:09af7c69-0a48-4dbe-ad33-3820075ea7af"
+ "WESTINDIA:20200624T102604Z:6eba437f-f3c2-4151-a0e6-b02351352f79"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:47 GMT"
+ "Wed, 24 Jun 2020 10:26:04 GMT"
],
"Content-Length": [
- "2860"
+ "5275"
],
"Content-Type": [
"application/json"
@@ -3666,25 +3666,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/slots/testslot\",\r\n \"name\": \"ps9476/testslot\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps9476(testslot)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps9476-testslot.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-123.api.azurewebsites.windows.net:454/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/webspaces/ps2650-WestUSwebspace/sites/ps9476\",\r\n \"repositorySiteName\": \"ps9476\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps9476-testslot.azurewebsites.net\",\r\n \"ps9476-testslot.scm.azurewebsites.net\"\r\n ],\r\n \"siteProperties\": {\r\n \"metadata\": null,\r\n \"properties\": [\r\n {\r\n \"name\": \"LinuxFxVersion\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"WindowsFxVersion\",\r\n \"value\": null\r\n }\r\n ],\r\n \"appSettings\": null\r\n },\r\n \"availabilityState\": \"Normal\",\r\n \"sslCertificates\": null,\r\n \"csrs\": [],\r\n \"cers\": null,\r\n \"siteMode\": null,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps9476-testslot.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps9476-testslot.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"computeMode\": null,\r\n \"serverFarm\": null,\r\n \"serverFarmId\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/serverfarms/ps3274\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2019-06-24T23:23:31.6033333\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps9476__080d\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Premium\",\r\n \"scmSiteAlsoStopped\": false,\r\n \"targetSwapSlot\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"clientCertExclusionPaths\": null,\r\n \"hostNamesDisabled\": false,\r\n \"domainVerificationIdentifiers\": null,\r\n \"kind\": \"app\",\r\n \"outboundIpAddresses\": \"40.112.243.0,13.91.46.203,40.112.255.35,13.91.41.7,13.91.40.30\",\r\n \"possibleOutboundIpAddresses\": \"40.112.243.0,13.91.46.203,40.112.255.35,13.91.41.7,13.91.40.30,40.112.164.63,40.83.181.150,40.112.248.128\",\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"suspendedTill\": null,\r\n \"siteDisabledReason\": 0,\r\n \"functionExecutionUnitsCache\": null,\r\n \"maxNumberOfWorkers\": null,\r\n \"homeStamp\": \"waws-prod-bay-123\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2650\",\r\n \"defaultHostName\": \"ps9476-testslot.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": false,\r\n \"redundancyMode\": \"None\",\r\n \"inProgressOperationId\": null,\r\n \"geoDistributions\": null\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/slots/testslot\",\r\n \"name\": \"ps6869/testslot\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps6869(testslot)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps6869-testslot.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-043.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2472-WestUSwebspace/sites/ps6869\",\r\n \"repositorySiteName\": \"ps6869\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps6869-testslot.azurewebsites.net\",\r\n \"ps6869-testslot.scm.azurewebsites.net\"\r\n ],\r\n \"siteProperties\": {\r\n \"metadata\": null,\r\n \"properties\": [\r\n {\r\n \"name\": \"LinuxFxVersion\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"WindowsFxVersion\",\r\n \"value\": null\r\n }\r\n ],\r\n \"appSettings\": null\r\n },\r\n \"availabilityState\": \"Normal\",\r\n \"sslCertificates\": null,\r\n \"csrs\": [],\r\n \"cers\": null,\r\n \"siteMode\": null,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps6869-testslot.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps6869-testslot.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"ipBasedSslResult\": null,\r\n \"virtualIP\": null,\r\n \"thumbprint\": null,\r\n \"toUpdate\": null,\r\n \"toUpdateIpBasedSsl\": null,\r\n \"ipBasedSslState\": \"NotConfigured\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"computeMode\": null,\r\n \"serverFarm\": null,\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/serverfarms/ps3160\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-24T10:25:46.607\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": {\r\n \"numberOfWorkers\": null,\r\n \"defaultDocuments\": null,\r\n \"netFrameworkVersion\": null,\r\n \"phpVersion\": null,\r\n \"pythonVersion\": null,\r\n \"nodeVersion\": null,\r\n \"powerShellVersion\": null,\r\n \"linuxFxVersion\": null,\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": null,\r\n \"remoteDebuggingEnabled\": null,\r\n \"remoteDebuggingVersion\": null,\r\n \"httpLoggingEnabled\": null,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": null,\r\n \"detailedErrorLoggingEnabled\": null,\r\n \"publishingUsername\": null,\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": null,\r\n \"use32BitWorkerProcess\": null,\r\n \"webSocketsEnabled\": null,\r\n \"alwaysOn\": null,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": null,\r\n \"managedPipelineMode\": null,\r\n \"virtualApplications\": null,\r\n \"winAuthAdminState\": null,\r\n \"winAuthTenantState\": null,\r\n \"customAppPoolIdentityAdminState\": null,\r\n \"customAppPoolIdentityTenantState\": null,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": null,\r\n \"routingRules\": null,\r\n \"experiments\": null,\r\n \"limits\": null,\r\n \"autoHealEnabled\": null,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": null,\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": null,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": null,\r\n \"http20Enabled\": null,\r\n \"minTlsVersion\": null,\r\n \"ftpsState\": null,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null,\r\n \"fileChangeAuditEnabled\": null,\r\n \"functionsRuntimeScaleMonitoringEnabled\": null,\r\n \"websiteTimeZone\": null,\r\n \"minimumElasticInstanceCount\": 0\r\n },\r\n \"deploymentId\": \"ps6869__a2a0\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Premium\",\r\n \"scmSiteAlsoStopped\": false,\r\n \"targetSwapSlot\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"clientCertMode\": \"Required\",\r\n \"clientCertExclusionPaths\": null,\r\n \"hostNamesDisabled\": false,\r\n \"domainVerificationIdentifiers\": null,\r\n \"customDomainVerificationId\": \"C3E7C05FE8A97695B3AE08C1935F4251C48E338FE439627B2E788D9D718C8A70\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"104.40.92.107\",\r\n \"possibleInboundIpAddresses\": \"104.40.92.107,40.112.243.23\",\r\n \"ftpUsername\": \"ps6869__testslot\\\\$ps6869__testslot\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-043.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"104.40.88.152,104.40.87.132,104.40.95.34,104.40.88.78\",\r\n \"possibleOutboundIpAddresses\": \"104.40.88.152,104.40.87.132,104.40.95.34,104.40.88.78,13.93.199.41,13.93.207.234,13.93.207.237,13.93.207.141,13.93.207.166,104.40.92.107,40.112.243.23\",\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"suspendedTill\": null,\r\n \"siteDisabledReason\": 0,\r\n \"functionExecutionUnitsCache\": null,\r\n \"maxNumberOfWorkers\": null,\r\n \"homeStamp\": \"waws-prod-bay-043\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2472\",\r\n \"defaultHostName\": \"ps6869-testslot.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": false,\r\n \"redundancyMode\": \"None\",\r\n \"inProgressOperationId\": null,\r\n \"geoDistributions\": null,\r\n \"privateEndpointConnections\": null,\r\n \"buildVersion\": null,\r\n \"targetBuildVersion\": null\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/slots/testslot/config/web?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvc2xvdHMvdGVzdHNsb3QvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/slots/testslot/config/web?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc2xvdHMvdGVzdHNsb3QvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "bfbf00ba-98fa-473f-aaac-a6e2a7c4a929"
+ "b1833dca-ea13-4979-b391-a321e485674d"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -3699,7 +3699,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "7e5e89b5-0937-440d-b20e-1492addecfe9"
+ "11678c58-08be-41a9-bdc6-46f14eeefa76"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -3711,22 +3711,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11981"
+ "11982"
],
"x-ms-correlation-request-id": [
- "6d737ea0-f6c3-4f6f-9129-e2172b33eec6"
+ "50093b59-bd62-4951-99ea-cca2f738d443"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232347Z:6d737ea0-f6c3-4f6f-9129-e2172b33eec6"
+ "WESTINDIA:20200624T102605Z:50093b59-bd62-4951-99ea-cca2f738d443"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:47 GMT"
+ "Wed, 24 Jun 2020 10:26:05 GMT"
],
"Content-Length": [
- "2888"
+ "3144"
],
"Content-Type": [
"application/json"
@@ -3735,25 +3735,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/slots/testslot/config/web\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"defaultDocuments\": [\r\n \"Default.htm\",\r\n \"Default.html\",\r\n \"Default.asp\",\r\n \"index.htm\",\r\n \"index.html\",\r\n \"iisstart.htm\",\r\n \"default.aspx\",\r\n \"index.php\",\r\n \"hostingstart.html\"\r\n ],\r\n \"netFrameworkVersion\": \"v4.0\",\r\n \"phpVersion\": \"5.6\",\r\n \"pythonVersion\": \"\",\r\n \"nodeVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2017\",\r\n \"httpLoggingEnabled\": false,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps9476__testslot\",\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": false,\r\n \"virtualDirectories\": null\r\n }\r\n ],\r\n \"winAuthAdminState\": 0,\r\n \"winAuthTenantState\": 0,\r\n \"customAppPoolIdentityAdminState\": false,\r\n \"customAppPoolIdentityTenantState\": false,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"routingRules\": [],\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"limits\": null,\r\n \"autoHealEnabled\": false,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": \"\",\r\n \"siteAuthEnabled\": false,\r\n \"siteAuthSettings\": {\r\n \"enabled\": null,\r\n \"unauthenticatedClientAction\": null,\r\n \"tokenStoreEnabled\": null,\r\n \"allowedExternalRedirectUrls\": null,\r\n \"defaultProvider\": null,\r\n \"clientId\": null,\r\n \"clientSecret\": null,\r\n \"clientSecretCertificateThumbprint\": null,\r\n \"issuer\": null,\r\n \"allowedAudiences\": null,\r\n \"additionalLoginParams\": null,\r\n \"isAadAutoProvisioned\": false,\r\n \"googleClientId\": null,\r\n \"googleClientSecret\": null,\r\n \"googleOAuthScopes\": null,\r\n \"facebookAppId\": null,\r\n \"facebookAppSecret\": null,\r\n \"facebookOAuthScopes\": null,\r\n \"twitterConsumerKey\": null,\r\n \"twitterConsumerSecret\": null,\r\n \"microsoftAccountClientId\": null,\r\n \"microsoftAccountClientSecret\": null,\r\n \"microsoftAccountOAuthScopes\": null\r\n },\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": false,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": false,\r\n \"http20Enabled\": false,\r\n \"minTlsVersion\": \"1.2\",\r\n \"ftpsState\": \"AllAllowed\",\r\n \"reservedInstanceCount\": 0,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/slots/testslot/config/web\",\r\n \"name\": \"ps6869\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"defaultDocuments\": [\r\n \"Default.htm\",\r\n \"Default.html\",\r\n \"Default.asp\",\r\n \"index.htm\",\r\n \"index.html\",\r\n \"iisstart.htm\",\r\n \"default.aspx\",\r\n \"index.php\",\r\n \"hostingstart.html\"\r\n ],\r\n \"netFrameworkVersion\": \"v4.0\",\r\n \"phpVersion\": \"5.6\",\r\n \"pythonVersion\": \"\",\r\n \"nodeVersion\": \"\",\r\n \"powerShellVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": false,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps6869__testslot\",\r\n \"publishingPassword\": null,\r\n \"appSettings\": null,\r\n \"metadata\": null,\r\n \"connectionStrings\": null,\r\n \"machineKey\": null,\r\n \"handlerMappings\": null,\r\n \"documentRoot\": null,\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\r\n \"javaVersion\": null,\r\n \"javaContainer\": null,\r\n \"javaContainerVersion\": null,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": false,\r\n \"virtualDirectories\": null\r\n }\r\n ],\r\n \"winAuthAdminState\": 0,\r\n \"winAuthTenantState\": 0,\r\n \"customAppPoolIdentityAdminState\": false,\r\n \"customAppPoolIdentityTenantState\": false,\r\n \"runtimeADUser\": null,\r\n \"runtimeADUserPassword\": null,\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"routingRules\": [],\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"limits\": null,\r\n \"autoHealEnabled\": false,\r\n \"autoHealRules\": null,\r\n \"tracingOptions\": null,\r\n \"vnetName\": \"\",\r\n \"siteAuthEnabled\": false,\r\n \"siteAuthSettings\": {\r\n \"enabled\": null,\r\n \"unauthenticatedClientAction\": null,\r\n \"tokenStoreEnabled\": null,\r\n \"allowedExternalRedirectUrls\": null,\r\n \"defaultProvider\": null,\r\n \"clientId\": null,\r\n \"clientSecret\": null,\r\n \"clientSecretCertificateThumbprint\": null,\r\n \"issuer\": null,\r\n \"allowedAudiences\": null,\r\n \"additionalLoginParams\": null,\r\n \"isAadAutoProvisioned\": false,\r\n \"googleClientId\": null,\r\n \"googleClientSecret\": null,\r\n \"googleOAuthScopes\": null,\r\n \"facebookAppId\": null,\r\n \"facebookAppSecret\": null,\r\n \"facebookOAuthScopes\": null,\r\n \"twitterConsumerKey\": null,\r\n \"twitterConsumerSecret\": null,\r\n \"microsoftAccountClientId\": null,\r\n \"microsoftAccountClientSecret\": null,\r\n \"microsoftAccountOAuthScopes\": null\r\n },\r\n \"cors\": null,\r\n \"push\": null,\r\n \"apiDefinition\": null,\r\n \"apiManagementConfig\": null,\r\n \"autoSwapSlotName\": null,\r\n \"localMySqlEnabled\": false,\r\n \"managedServiceIdentityId\": null,\r\n \"xManagedServiceIdentityId\": null,\r\n \"ipSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictions\": [\r\n {\r\n \"ipAddress\": \"Any\",\r\n \"action\": \"Allow\",\r\n \"priority\": 1,\r\n \"name\": \"Allow all\",\r\n \"description\": \"Allow all access\"\r\n }\r\n ],\r\n \"scmIpSecurityRestrictionsUseMain\": false,\r\n \"http20Enabled\": false,\r\n \"minTlsVersion\": \"1.2\",\r\n \"ftpsState\": \"AllAllowed\",\r\n \"reservedInstanceCount\": 0,\r\n \"preWarmedInstanceCount\": null,\r\n \"healthCheckPath\": null,\r\n \"fileChangeAuditEnabled\": false,\r\n \"functionsRuntimeScaleMonitoringEnabled\": false,\r\n \"websiteTimeZone\": null,\r\n \"minimumElasticInstanceCount\": 0\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/slots/testslot/config/appsettings/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvc2xvdHMvdGVzdHNsb3QvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/slots/testslot/config/appsettings/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc2xvdHMvdGVzdHNsb3QvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4d5c43b0-94f5-46b2-aa45-a58485c16a78"
+ "d6e7b991-accf-4760-9759-58f0587c5c66"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -3768,7 +3768,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "545f48ed-d584-4274-86c2-00d82fb38bda"
+ "a160ce38-1e83-4e1b-bd94-0d3394be47d7"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -3783,16 +3783,16 @@
"11996"
],
"x-ms-correlation-request-id": [
- "06a2f680-2f0c-47c6-a60d-f6cc7ed6e9ae"
+ "cef6febf-2658-4f9f-a2fa-6e0d805b502d"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232348Z:06a2f680-2f0c-47c6-a60d-f6cc7ed6e9ae"
+ "WESTINDIA:20200624T102607Z:cef6febf-2658-4f9f-a2fa-6e0d805b502d"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:47 GMT"
+ "Wed, 24 Jun 2020 10:26:06 GMT"
],
"Content-Length": [
"285"
@@ -3804,25 +3804,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/slots/testslot/config/appsettings\",\r\n \"name\": \"appsettings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/slots/testslot/config/appsettings\",\r\n \"name\": \"appsettings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/slots/testslot/config/connectionstrings/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvc2xvdHMvdGVzdHNsb3QvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/slots/testslot/config/connectionstrings/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc2xvdHMvdGVzdHNsb3QvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "22a367f2-e749-4536-9aa3-93664f62e469"
+ "c2a48279-f5b5-487b-b09f-936e3456f529"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -3837,7 +3837,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "409eb4fc-6eae-47d9-8d07-c14580cd4f18"
+ "60632059-5071-47b5-901e-3d7ca8cf32ba"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -3852,16 +3852,16 @@
"11995"
],
"x-ms-correlation-request-id": [
- "6e44d832-ffa4-4388-9b12-2e077795317c"
+ "eeaefa49-fc24-4e63-a162-fbcd994f7e57"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232348Z:6e44d832-ffa4-4388-9b12-2e077795317c"
+ "WESTINDIA:20200624T102607Z:eeaefa49-fc24-4e63-a162-fbcd994f7e57"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:47 GMT"
+ "Wed, 24 Jun 2020 10:26:06 GMT"
],
"Content-Length": [
"259"
@@ -3873,25 +3873,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/slots/testslot/config/connectionstrings\",\r\n \"name\": \"connectionstrings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/slots/testslot/config/connectionstrings\",\r\n \"name\": \"connectionstrings\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/slots/testslot/config/azurestorageaccounts/list?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvc2xvdHMvdGVzdHNsb3QvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/slots/testslot/config/azurestorageaccounts/list?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc2xvdHMvdGVzdHNsb3QvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "661b6891-d8bc-466b-aac9-863c892f1379"
+ "28c918b5-760a-466e-9c68-7336b35edeb0"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -3906,7 +3906,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "2fb87ca0-8de2-4b29-b1ad-de709ee18ead"
+ "e9bf5957-f37d-4d1a-9d97-0ed7d8a5fd82"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -3921,16 +3921,16 @@
"11994"
],
"x-ms-correlation-request-id": [
- "57c2e509-3e8e-4faa-b0e2-6afa62ac33c5"
+ "ed1a79fd-601e-421c-9110-760af8410bd7"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232348Z:57c2e509-3e8e-4faa-b0e2-6afa62ac33c5"
+ "WESTINDIA:20200624T102610Z:ed1a79fd-601e-421c-9110-760af8410bd7"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:48 GMT"
+ "Wed, 24 Jun 2020 10:26:09 GMT"
],
"Content-Length": [
"256"
@@ -3942,25 +3942,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/slots/testslot/config/appsettings\",\r\n \"name\": \"azurestorageaccounts\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/slots/testslot/config/appsettings\",\r\n \"name\": \"azurestorageaccounts\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {}\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/snapshots?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/snapshots?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "3f2d41fa-c72a-4eb3-b825-5a54ecdc1d0d"
+ "e4e5c86a-6d17-4591-a83f-8bc37a8b3d45"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -3972,13 +3972,13 @@
"no-cache"
],
"ETag": [
- "\"1D52AE3CA17D540\""
+ "\"1D64A11C0FB4340\""
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "e28797db-67ad-4cda-bb09-55d3badc9106"
+ "e01a140e-6797-47a8-9186-a18d5a0fae69"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -3990,19 +3990,19 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11980"
+ "11981"
],
"x-ms-correlation-request-id": [
- "0e8eee6c-20cf-4483-9448-d8998ec6f94c"
+ "3634fb29-27c4-44b5-94dc-64ab374a14e7"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232352Z:0e8eee6c-20cf-4483-9448-d8998ec6f94c"
+ "WESTINDIA:20200624T102611Z:3634fb29-27c4-44b5-94dc-64ab374a14e7"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:23:51 GMT"
+ "Wed, 24 Jun 2020 10:26:10 GMT"
],
"Content-Length": [
"38"
@@ -4018,21 +4018,21 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/snapshots?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/snapshots?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "5b0e6ab7-9417-4a5c-888c-50005b7b5170"
+ "289d7b7c-6743-45cf-83b7-9174ece93979"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -4044,13 +4044,13 @@
"no-cache"
],
"ETag": [
- "\"1D52AE3CA17D540\""
+ "\"1D64A11C0FB4340\""
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "c4476291-e08c-4fc3-874e-3b8a845f8dbc"
+ "762fa494-bf54-4a76-a2fb-28a1add4cfe2"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -4062,19 +4062,19 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11979"
+ "11980"
],
"x-ms-correlation-request-id": [
- "3fa07e96-efb5-4294-b5b3-b3bdd4f42b8f"
+ "816db1a7-2986-43d7-aef7-5b1e9dd3e34a"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232454Z:3fa07e96-efb5-4294-b5b3-b3bdd4f42b8f"
+ "WESTINDIA:20200624T102712Z:816db1a7-2986-43d7-aef7-5b1e9dd3e34a"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:24:53 GMT"
+ "Wed, 24 Jun 2020 10:27:11 GMT"
],
"Content-Length": [
"38"
@@ -4090,21 +4090,21 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/snapshots?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/snapshots?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d8ffca7c-faa1-4ec0-9824-909f991cf949"
+ "9ee45fe9-6d61-4fb6-b536-fd537141ad7d"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -4116,13 +4116,13 @@
"no-cache"
],
"ETag": [
- "\"1D52AE3CA17D540\""
+ "\"1D64A11C0FB4340\""
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "ecebc6d9-8747-46e9-a762-6d7a3385d990"
+ "5c8cde05-5f3b-426a-9369-aea7c8f7e54a"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -4134,19 +4134,19 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11978"
+ "11979"
],
"x-ms-correlation-request-id": [
- "0aff100e-8dca-4063-b2b6-a7dfca215582"
+ "f3dabf79-2e12-4a50-95ac-ec2b7fced3a4"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232556Z:0aff100e-8dca-4063-b2b6-a7dfca215582"
+ "WESTINDIA:20200624T102813Z:f3dabf79-2e12-4a50-95ac-ec2b7fced3a4"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:25:55 GMT"
+ "Wed, 24 Jun 2020 10:28:13 GMT"
],
"Content-Length": [
"38"
@@ -4162,21 +4162,21 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/snapshots?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/snapshots?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6118b70b-ffae-42a0-8665-2810f545b217"
+ "a532b06e-7824-4c28-830b-2901fed412d4"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -4188,13 +4188,13 @@
"no-cache"
],
"ETag": [
- "\"1D52AE3CA17D540\""
+ "\"1D64A11C0FB4340\""
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "2012208e-dd08-4721-a232-154d8f5dec82"
+ "f801aad5-ef4c-4a69-bb46-51948e5f6839"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -4206,19 +4206,19 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11977"
+ "11978"
],
"x-ms-correlation-request-id": [
- "e8703422-c4c4-485d-8be2-38c7a2dc97b0"
+ "191cdad1-6d6e-4228-9385-fb9712b3cc99"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232657Z:e8703422-c4c4-485d-8be2-38c7a2dc97b0"
+ "WESTINDIA:20200624T102914Z:191cdad1-6d6e-4228-9385-fb9712b3cc99"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:26:57 GMT"
+ "Wed, 24 Jun 2020 10:29:14 GMT"
],
"Content-Length": [
"38"
@@ -4234,21 +4234,21 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/snapshots?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/snapshots?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "166c2f93-5ce4-4528-b25a-0961a2daa120"
+ "e7483b70-0c70-4910-ba71-29f4089d9cf9"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -4260,13 +4260,13 @@
"no-cache"
],
"ETag": [
- "\"1D52AE3CA17D540\""
+ "\"1D64A11C0FB4340\""
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "52111f15-cefc-4b33-bd53-71bb92d6a564"
+ "f2d16fd9-3ca6-444a-b0f4-d7fcc0298075"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -4278,19 +4278,19 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11976"
+ "11977"
],
"x-ms-correlation-request-id": [
- "de196448-44ff-491b-9036-520038345ea9"
+ "554cfe03-df83-470f-b34d-90247176b7c5"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232803Z:de196448-44ff-491b-9036-520038345ea9"
+ "WESTINDIA:20200624T103015Z:554cfe03-df83-470f-b34d-90247176b7c5"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:28:03 GMT"
+ "Wed, 24 Jun 2020 10:30:14 GMT"
],
"Content-Length": [
"38"
@@ -4306,21 +4306,21 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/snapshots?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/snapshots?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "24eb14a7-4d15-470e-a621-a437b52ea679"
+ "f50f9190-be31-415a-a027-f138b92541f7"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -4332,13 +4332,13 @@
"no-cache"
],
"ETag": [
- "\"1D52AE3CA17D540\""
+ "\"1D64A11C0FB4340\""
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "5fe0d9ac-dca0-45e7-a7a9-35c78d9cba30"
+ "ac6bfb94-12c3-4330-96fc-53cc02e866db"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -4350,19 +4350,19 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11975"
+ "11976"
],
"x-ms-correlation-request-id": [
- "8f9b8c0f-2992-4f04-8994-e3188ff18e2e"
+ "2d56f15f-d412-4c0d-b476-db76dc465cb5"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T232905Z:8f9b8c0f-2992-4f04-8994-e3188ff18e2e"
+ "WESTINDIA:20200624T103117Z:2d56f15f-d412-4c0d-b476-db76dc465cb5"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:29:05 GMT"
+ "Wed, 24 Jun 2020 10:31:16 GMT"
],
"Content-Length": [
"38"
@@ -4378,21 +4378,21 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/snapshots?api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/snapshots?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "e1a1c4a8-15bb-458c-85e8-7b188ab4ff3f"
+ "1b3b5c85-a84c-4656-8cfa-9993276bf3e0"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -4404,13 +4404,13 @@
"no-cache"
],
"ETag": [
- "\"1D52AE3CA17D540\""
+ "\"1D64A11C0FB4340\""
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "408c747a-398d-4637-a67a-31f3c19899ed"
+ "2bf08c18-f452-4868-8cda-d758a8273382"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -4422,22 +4422,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11974"
+ "11975"
],
"x-ms-correlation-request-id": [
- "3ca2ed17-0725-4d63-b80e-56c6e4a387a3"
+ "77a5ddb9-f7c4-44b2-9eda-ef3132ce9930"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233013Z:3ca2ed17-0725-4d63-b80e-56c6e4a387a3"
+ "WESTINDIA:20200624T103218Z:77a5ddb9-f7c4-44b2-9eda-ef3132ce9930"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:30:13 GMT"
+ "Wed, 24 Jun 2020 10:32:18 GMT"
],
"Content-Length": [
- "323"
+ "38"
],
"Content-Type": [
"application/json"
@@ -4446,25 +4446,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/snapshots/2019-06-24T23_29_07_6026052\",\r\n \"name\": \"2019-06-24T23:29:07.6026052\",\r\n \"type\": \"Microsoft.Web/sites/snapshots\",\r\n \"properties\": {\r\n \"time\": \"2019-06-24T23:29:07.6026052\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476/slots/testslot?deleteMetrics=true&deleteEmptyServerFarm=false&api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzYvc2xvdHMvdGVzdHNsb3Q/ZGVsZXRlTWV0cmljcz10cnVlJmRlbGV0ZUVtcHR5U2VydmVyRmFybT1mYWxzZSZhcGktdmVyc2lvbj0yMDE4LTExLTAx",
- "RequestMethod": "DELETE",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/snapshots?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
+ "RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "e7d0101b-ba45-4036-8f4e-a6ba09e5a6e1"
+ "bf9a1e06-6b49-4099-b5b8-c4f825a9d644"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -4476,13 +4476,13 @@
"no-cache"
],
"ETag": [
- "\"1D52AE3D699A2B5\""
+ "\"1D64A11C0FB4340\""
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "afebe76e-59ce-4fc4-8cbb-6d6ff2a6421a"
+ "c9aabdee-ee62-4e4f-b00a-9aba02f8ed3b"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -4493,47 +4493,50 @@
"X-Powered-By": [
"ASP.NET"
],
- "x-ms-ratelimit-remaining-subscription-deletes": [
- "14999"
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11974"
],
"x-ms-correlation-request-id": [
- "a16c7c23-190d-4e45-8887-d0f72fea276a"
+ "199393b1-589b-4a87-a36f-3e973c0e1211"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233115Z:a16c7c23-190d-4e45-8887-d0f72fea276a"
+ "WESTINDIA:20200624T103319Z:199393b1-589b-4a87-a36f-3e973c0e1211"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:15 GMT"
+ "Wed, 24 Jun 2020 10:33:19 GMT"
+ ],
+ "Content-Length": [
+ "38"
+ ],
+ "Content-Type": [
+ "application/json"
],
"Expires": [
"-1"
- ],
- "Content-Length": [
- "0"
]
},
- "ResponseBody": "",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps9476?deleteMetrics=true&deleteEmptyServerFarm=false&api-version=2018-11-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk0NzY/ZGVsZXRlTWV0cmljcz10cnVlJmRlbGV0ZUVtcHR5U2VydmVyRmFybT1mYWxzZSZhcGktdmVyc2lvbj0yMDE4LTExLTAx",
- "RequestMethod": "DELETE",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/snapshots?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
+ "RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "aeab6261-cb05-4467-bef0-8a0b29252b1a"
+ "7ca74085-9b7f-403a-85aa-1381a37663e5"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -4545,13 +4548,13 @@
"no-cache"
],
"ETag": [
- "\"1D52AE3CA17D540\""
+ "\"1D64A11C0FB4340\""
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "67c303e4-9d48-4843-9454-051026ebd980"
+ "cd28d45a-5c35-4172-a56d-64c103c738f2"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -4562,47 +4565,50 @@
"X-Powered-By": [
"ASP.NET"
],
- "x-ms-ratelimit-remaining-subscription-deletes": [
- "14998"
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11973"
],
"x-ms-correlation-request-id": [
- "5cef147c-e54b-450d-98d0-ad07f50a04bd"
+ "7640345d-8e82-4833-b06f-31fd9ed153ca"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233117Z:5cef147c-e54b-450d-98d0-ad07f50a04bd"
+ "WESTINDIA:20200624T103421Z:7640345d-8e82-4833-b06f-31fd9ed153ca"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:16 GMT"
+ "Wed, 24 Jun 2020 10:34:20 GMT"
+ ],
+ "Content-Length": [
+ "38"
+ ],
+ "Content-Type": [
+ "application/json"
],
"Expires": [
"-1"
- ],
- "Content-Length": [
- "0"
]
},
- "ResponseBody": "",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West%20Central%20US/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwQ2VudHJhbCUyMFVTL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/snapshots?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "8bc08db7-455e-4b51-adb4-e56aec3eed06"
+ "75693077-6b38-40d8-84f0-8f037092d8d1"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -4613,11 +4619,14 @@
"Pragma": [
"no-cache"
],
+ "ETag": [
+ "\"1D64A11C0FB4340\""
+ ],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "8cae3b59-d99d-4035-8217-a1597014d126"
+ "5f2c57d3-4f8e-4ea1-9663-c80bc628fccf"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -4629,19 +4638,19 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11972"
],
"x-ms-correlation-request-id": [
- "055566a1-f305-4cf1-bc9a-b412e1d162e4"
+ "8690ac2b-33d1-4fd8-b22b-ae2c12939830"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:055566a1-f305-4cf1-bc9a-b412e1d162e4"
+ "WESTINDIA:20200624T103521Z:8690ac2b-33d1-4fd8-b22b-ae2c12939830"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:18 GMT"
+ "Wed, 24 Jun 2020 10:35:21 GMT"
],
"Content-Length": [
"38"
@@ -4657,21 +4666,21 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West%20Central%20US/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwQ2VudHJhbCUyMFVTL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/snapshots?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "32a80697-a51b-4ca5-8ce5-1ef6405305fc"
+ "66511b80-7bd4-4128-92e3-48d42f5e5b7d"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -4682,11 +4691,14 @@
"Pragma": [
"no-cache"
],
+ "ETag": [
+ "\"1D64A11C0FB4340\""
+ ],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "af29a5f7-512d-45c7-93e9-5e2d7dd7640b"
+ "3f37504b-ec01-489e-b89d-bb85f649fa75"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -4698,19 +4710,19 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11971"
],
"x-ms-correlation-request-id": [
- "003f0ff0-bf4c-413d-8453-41f836910deb"
+ "6472cbf0-6766-427d-a79f-fdab24aa23f9"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:003f0ff0-bf4c-413d-8453-41f836910deb"
+ "WESTINDIA:20200624T103622Z:6472cbf0-6766-427d-a79f-fdab24aa23f9"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:36:22 GMT"
],
"Content-Length": [
"38"
@@ -4726,21 +4738,21 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central%20US%20EUAP/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DZW50cmFsJTIwVVMlMjBFVUFQL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/snapshots?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "8573ff80-9b0c-454e-9b95-5d9b0360c123"
+ "22994cc0-1831-4f64-9e3b-3c160bac22d6"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -4751,11 +4763,14 @@
"Pragma": [
"no-cache"
],
+ "ETag": [
+ "\"1D64A11C0FB4340\""
+ ],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "89762716-4656-4f98-a248-7560d257aa4c"
+ "32df5e82-b59f-4c84-98bb-9e5b34a23d29"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -4767,19 +4782,19 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11970"
],
"x-ms-correlation-request-id": [
- "a4abd8fb-8fc4-4b34-93ac-849a61cc6c5d"
+ "427a9dc4-5ce8-4a31-91aa-cf0ceffa3b50"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:a4abd8fb-8fc4-4b34-93ac-849a61cc6c5d"
+ "WESTINDIA:20200624T103723Z:427a9dc4-5ce8-4a31-91aa-cf0ceffa3b50"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:17 GMT"
+ "Wed, 24 Jun 2020 10:37:22 GMT"
],
"Content-Length": [
"38"
@@ -4795,21 +4810,21 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central%20US%20EUAP/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DZW50cmFsJTIwVVMlMjBFVUFQL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/snapshots?api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "5ffdf8bd-e992-4adf-be4c-7827d12ea4d4"
+ "fce798d1-6983-42e3-979c-0304210cc3a6"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -4820,11 +4835,14 @@
"Pragma": [
"no-cache"
],
+ "ETag": [
+ "\"1D64A11C0FB4340\""
+ ],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "a4f11c7a-0488-4862-8fde-f4244c55b641"
+ "90e0567e-b8d3-487e-90fe-11644d3febd2"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -4836,22 +4854,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11969"
],
"x-ms-correlation-request-id": [
- "0036132a-e221-405a-ad08-3af3327658e8"
+ "0baa1e63-468c-4728-b49c-a9a6c9a78090"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:0036132a-e221-405a-ad08-3af3327658e8"
+ "WESTINDIA:20200624T103823Z:0baa1e63-468c-4728-b49c-a9a6c9a78090"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:25 GMT"
+ "Wed, 24 Jun 2020 10:38:23 GMT"
],
"Content-Length": [
- "38"
+ "323"
],
"Content-Type": [
"application/json"
@@ -4860,25 +4878,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/snapshots/2020-06-24T10_37_48_3787113\",\r\n \"name\": \"2020-06-24T10:37:48.3787113\",\r\n \"type\": \"Microsoft.Web/sites/snapshots\",\r\n \"properties\": {\r\n \"time\": \"2020-06-24T10:37:48.3787113\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East%20US%202%20EUAP/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwVVMlMjAyJTIwRVVBUC9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
- "RequestMethod": "GET",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869/slots/testslot?deleteMetrics=true&deleteEmptyServerFarm=false&api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njkvc2xvdHMvdGVzdHNsb3Q/ZGVsZXRlTWV0cmljcz10cnVlJmRlbGV0ZUVtcHR5U2VydmVyRmFybT1mYWxzZSZhcGktdmVyc2lvbj0yMDE4LTExLTAx",
+ "RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "646c114a-ce36-4169-992c-69642b03b5a4"
+ "3301d13d-8b97-4a4e-9914-0aa588d34a80"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -4889,11 +4907,14 @@
"Pragma": [
"no-cache"
],
+ "ETag": [
+ "\"1D64A11D3546030\""
+ ],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "0693d267-7723-491a-ac34-78051c733fba"
+ "030ae089-b1bb-4505-a814-8dc2925fc00a"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -4904,50 +4925,47 @@
"X-Powered-By": [
"ASP.NET"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
],
"x-ms-correlation-request-id": [
- "24365ea3-1745-4d90-b002-32b507ae4338"
+ "9392f453-0c7d-4583-87b3-15dd2654ebb7"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:24365ea3-1745-4d90-b002-32b507ae4338"
+ "WESTINDIA:20200624T103931Z:9392f453-0c7d-4583-87b3-15dd2654ebb7"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:18 GMT"
- ],
- "Content-Length": [
- "38"
- ],
- "Content-Type": [
- "application/json"
+ "Wed, 24 Jun 2020 10:39:30 GMT"
],
"Expires": [
"-1"
+ ],
+ "Content-Length": [
+ "0"
]
},
- "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East%20US%202%20EUAP/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwVVMlMjAyJTIwRVVBUC9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
- "RequestMethod": "GET",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps6869?deleteMetrics=true&deleteEmptyServerFarm=false&api-version=2018-11-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY4Njk/ZGVsZXRlTWV0cmljcz10cnVlJmRlbGV0ZUVtcHR5U2VydmVyRmFybT1mYWxzZSZhcGktdmVyc2lvbj0yMDE4LTExLTAx",
+ "RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "73e55bb4-3058-4d66-b5ff-010033da17f2"
+ "cb0aa799-9e52-4ce3-8356-5edb24095b8c"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -4958,11 +4976,14 @@
"Pragma": [
"no-cache"
],
+ "ETag": [
+ "\"1D64A11C0FB4340\""
+ ],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "a0ef7b1d-ac70-457f-9dd9-92df2effb111"
+ "36dc503c-7547-408a-a4bd-8156ee1d0c2d"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -4973,50 +4994,47 @@
"X-Powered-By": [
"ASP.NET"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14998"
],
"x-ms-correlation-request-id": [
- "c78e39a9-81c1-4871-bee7-8c5381c67591"
+ "6742e0a0-e7e7-4808-8379-44d30c1fd8bd"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:c78e39a9-81c1-4871-bee7-8c5381c67591"
+ "WESTINDIA:20200624T103934Z:6742e0a0-e7e7-4808-8379-44d30c1fd8bd"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
- ],
- "Content-Length": [
- "38"
- ],
- "Content-Type": [
- "application/json"
+ "Wed, 24 Jun 2020 10:39:33 GMT"
],
"Expires": [
"-1"
+ ],
+ "Content-Length": [
+ "0"
]
},
- "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central%20US/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DZW50cmFsJTIwVVMvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East%20US%202/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwVVMlMjAyL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6ce2b575-2733-4c17-96d8-777c662b0229"
+ "f39f954a-525d-4ea9-a0a0-eed9a23100d4"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -5031,7 +5049,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "fbf37673-6b8a-4170-aeb0-f73ba161ad1b"
+ "b3b774a0-2d98-4902-a1e2-ffa90cbcf01f"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -5043,22 +5061,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11973"
+ "11998"
],
"x-ms-correlation-request-id": [
- "2e68df0e-57bd-4a81-a519-e7059372f498"
+ "4324b698-08c7-4f71-b2fc-3a51028a9c23"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:2e68df0e-57bd-4a81-a519-e7059372f498"
+ "WESTINDIA:20200624T103938Z:4324b698-08c7-4f71-b2fc-3a51028a9c23"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:17 GMT"
+ "Wed, 24 Jun 2020 10:39:37 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -5067,25 +5085,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central%20US/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DZW50cmFsJTIwVVMvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East%20US%202/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwVVMlMjAyL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "49d9f8d8-cd55-4d4e-abc4-265e758c0fe2"
+ "fc9168d7-2a97-468d-aeb5-7d091fb86256"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -5100,7 +5118,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "ecce0604-fdd3-42eb-af0a-c1151fc5746c"
+ "3de0e2b8-1650-46a8-af7c-34e0c8f471dc"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -5115,19 +5133,19 @@
"11997"
],
"x-ms-correlation-request-id": [
- "dd9ead39-a0c9-4158-880e-ba0cd6c9fdcb"
+ "5786ca70-3ef9-4d5a-8d43-d78cd6e017ff"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:dd9ead39-a0c9-4158-880e-ba0cd6c9fdcb"
+ "WESTINDIA:20200624T105639Z:5786ca70-3ef9-4d5a-8d43-d78cd6e017ff"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:38 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -5136,25 +5154,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/UK%20West/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9VSyUyMFdlc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central%20US/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DZW50cmFsJTIwVVMvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "8d3ff405-e787-4d3a-ab52-a0bd0fc61e7b"
+ "a65df950-82ee-4e5e-a21d-97b037e3a1e9"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -5169,7 +5187,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "0f064329-c9a9-43d6-97a0-6d010855424e"
+ "85f24341-234c-4677-8747-deba62226d1d"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -5181,22 +5199,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11998"
],
"x-ms-correlation-request-id": [
- "0ec2254e-54ff-454e-978f-0e3e170572cd"
+ "63932b2a-4199-40aa-9084-2c65fe858868"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:0ec2254e-54ff-454e-978f-0e3e170572cd"
+ "WESTINDIA:20200624T103938Z:63932b2a-4199-40aa-9084-2c65fe858868"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:18 GMT"
+ "Wed, 24 Jun 2020 10:39:37 GMT"
],
"Content-Length": [
- "108959"
+ "5647"
],
"Content-Type": [
"application/json"
@@ -5205,25 +5223,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/703350\",\r\n \"name\": \"clonetest345\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 703350,\r\n \"deletedTimestamp\": \"2020-03-29T09:05:59.4270268\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"7682RG\",\r\n \"webSpace\": \"7682RG-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-083\",\r\n \"deletedSiteName\": \"clonetest345\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/881436\",\r\n \"name\": \"13257-testing1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 881436,\r\n \"deletedTimestamp\": \"2020-05-05T13:34:55.5657589\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_centralus\",\r\n \"webSpace\": \"v-kotred_rg_Windows_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-031\",\r\n \"deletedSiteName\": \"13257-testing1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/881437\",\r\n \"name\": \"git13257-testing1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 881437,\r\n \"deletedTimestamp\": \"2020-05-05T13:34:57.1313875\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_centralus\",\r\n \"webSpace\": \"v-kotred_rg_Windows_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-031\",\r\n \"deletedSiteName\": \"git13257-testing1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/881438\",\r\n \"name\": \"testing020\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 881438,\r\n \"deletedTimestamp\": \"2020-05-05T13:35:02.9579823\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_centralus\",\r\n \"webSpace\": \"v-kotred_rg_Windows_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-031\",\r\n \"deletedSiteName\": \"testing020\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/1008753\",\r\n \"name\": \"testedp12\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1008753,\r\n \"deletedTimestamp\": \"2020-05-29T06:08:35.9948224\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"10517RG\",\r\n \"webSpace\": \"10517RG-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"testedp12\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/1008754\",\r\n \"name\": \"testfsapp1704\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1008754,\r\n \"deletedTimestamp\": \"2020-05-29T06:08:36.4337059\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \".NETSDKRG\",\r\n \"webSpace\": \".NETSDKRG-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-031\",\r\n \"deletedSiteName\": \"testfsapp1704\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/1008853\",\r\n \"name\": \"testapppr123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1008853,\r\n \"deletedTimestamp\": \"2020-05-29T06:38:00.160717\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"10517RG\",\r\n \"webSpace\": \"10517RG-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"testapppr123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/1128953\",\r\n \"name\": \"11862-testing2W\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1128953,\r\n \"deletedTimestamp\": \"2020-06-22T12:42:06.9266027\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11862RG\",\r\n \"webSpace\": \"11862RG-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-111\",\r\n \"deletedSiteName\": \"11862-testing2W\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/1128955\",\r\n \"name\": \"11862-testing1W\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1128955,\r\n \"deletedTimestamp\": \"2020-06-22T12:42:33.9831075\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11862RG\",\r\n \"webSpace\": \"11862RG-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-111\",\r\n \"deletedSiteName\": \"11862-testing1W\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/1128982\",\r\n \"name\": \"11862-testing1W\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1128982,\r\n \"deletedTimestamp\": \"2020-06-22T12:49:00.6512966\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11862RG\",\r\n \"webSpace\": \"11862RG-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-083\",\r\n \"deletedSiteName\": \"11862-testing1W\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/UK%20West/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9VSyUyMFdlc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central%20US/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DZW50cmFsJTIwVVMvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "ce563720-d2f6-4093-b4ce-7a3b28fc7e01"
+ "ee44253b-c7fe-4487-8673-a8599b6fb59e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -5238,7 +5256,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "c59e08e5-ec16-428f-abd5-9634e521d87e"
+ "b7b1d803-e947-4792-909e-0b772e7d6651"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -5250,22 +5268,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11993"
],
"x-ms-correlation-request-id": [
- "1c186046-0879-4dcc-b3d4-3ca434019794"
+ "44f879ff-9b47-4c53-83aa-79f8cf08d2a2"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:1c186046-0879-4dcc-b3d4-3ca434019794"
+ "WESTINDIA:20200624T105639Z:44f879ff-9b47-4c53-83aa-79f8cf08d2a2"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:25 GMT"
+ "Wed, 24 Jun 2020 10:56:39 GMT"
],
"Content-Length": [
- "108959"
+ "5647"
],
"Content-Type": [
"application/json"
@@ -5274,25 +5292,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/703350\",\r\n \"name\": \"clonetest345\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 703350,\r\n \"deletedTimestamp\": \"2020-03-29T09:05:59.4270268\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"7682RG\",\r\n \"webSpace\": \"7682RG-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-083\",\r\n \"deletedSiteName\": \"clonetest345\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/881436\",\r\n \"name\": \"13257-testing1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 881436,\r\n \"deletedTimestamp\": \"2020-05-05T13:34:55.5657589\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_centralus\",\r\n \"webSpace\": \"v-kotred_rg_Windows_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-031\",\r\n \"deletedSiteName\": \"13257-testing1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/881437\",\r\n \"name\": \"git13257-testing1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 881437,\r\n \"deletedTimestamp\": \"2020-05-05T13:34:57.1313875\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_centralus\",\r\n \"webSpace\": \"v-kotred_rg_Windows_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-031\",\r\n \"deletedSiteName\": \"git13257-testing1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/881438\",\r\n \"name\": \"testing020\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 881438,\r\n \"deletedTimestamp\": \"2020-05-05T13:35:02.9579823\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_centralus\",\r\n \"webSpace\": \"v-kotred_rg_Windows_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-031\",\r\n \"deletedSiteName\": \"testing020\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/1008753\",\r\n \"name\": \"testedp12\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1008753,\r\n \"deletedTimestamp\": \"2020-05-29T06:08:35.9948224\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"10517RG\",\r\n \"webSpace\": \"10517RG-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"testedp12\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/1008754\",\r\n \"name\": \"testfsapp1704\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1008754,\r\n \"deletedTimestamp\": \"2020-05-29T06:08:36.4337059\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \".NETSDKRG\",\r\n \"webSpace\": \".NETSDKRG-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-031\",\r\n \"deletedSiteName\": \"testfsapp1704\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/1008853\",\r\n \"name\": \"testapppr123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1008853,\r\n \"deletedTimestamp\": \"2020-05-29T06:38:00.160717\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"10517RG\",\r\n \"webSpace\": \"10517RG-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"testapppr123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/1128953\",\r\n \"name\": \"11862-testing2W\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1128953,\r\n \"deletedTimestamp\": \"2020-06-22T12:42:06.9266027\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11862RG\",\r\n \"webSpace\": \"11862RG-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-111\",\r\n \"deletedSiteName\": \"11862-testing2W\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/1128955\",\r\n \"name\": \"11862-testing1W\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1128955,\r\n \"deletedTimestamp\": \"2020-06-22T12:42:33.9831075\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11862RG\",\r\n \"webSpace\": \"11862RG-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-111\",\r\n \"deletedSiteName\": \"11862-testing1W\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central US/deletedSites/1128982\",\r\n \"name\": \"11862-testing1W\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1128982,\r\n \"deletedTimestamp\": \"2020-06-22T12:49:00.6512966\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11862RG\",\r\n \"webSpace\": \"11862RG-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-083\",\r\n \"deletedSiteName\": \"11862-testing1W\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Korea%20Central/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Lb3JlYSUyMENlbnRyYWwvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central%20India/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DZW50cmFsJTIwSW5kaWEvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "71092e74-188c-4608-b02c-2353f7e041c9"
+ "5614f29a-8b85-48fc-9e76-40390f42fc0d"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -5307,7 +5325,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "c7807f8d-7e15-42d7-b56a-b40750a60794"
+ "9a28b048-c064-4952-88f2-e8bd70e71e8e"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -5319,22 +5337,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11999"
],
"x-ms-correlation-request-id": [
- "22aa114a-e941-4d98-ad89-ebefb1f7a383"
+ "b741af7a-5d43-464c-b254-044d90c926ac"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:22aa114a-e941-4d98-ad89-ebefb1f7a383"
+ "WESTINDIA:20200624T103937Z:b741af7a-5d43-464c-b254-044d90c926ac"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:17 GMT"
+ "Wed, 24 Jun 2020 10:39:36 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -5343,25 +5361,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Korea%20Central/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Lb3JlYSUyMENlbnRyYWwvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central%20India/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DZW50cmFsJTIwSW5kaWEvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d91c5868-f4e1-44c2-8136-f5874618d5a3"
+ "cd09ad5a-cd15-4519-bca4-13e71a29f1d9"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -5376,7 +5394,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "ce551f3f-7a90-47eb-9f28-46951a999f8d"
+ "1d873fe7-c606-4e02-b2c5-dff35c66783f"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -5388,22 +5406,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11964"
],
"x-ms-correlation-request-id": [
- "d779b3d0-560a-45e5-a0e2-cd22cbebbe24"
+ "0ba5c87b-e7c1-4cb0-badb-d08cb0d464c8"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234627Z:d779b3d0-560a-45e5-a0e2-cd22cbebbe24"
+ "WESTINDIA:20200624T105628Z:0ba5c87b-e7c1-4cb0-badb-d08cb0d464c8"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:27 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -5412,25 +5430,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Brazil%20South/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9CcmF6aWwlMjBTb3V0aC9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South%20India/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aCUyMEluZGlhL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "645073cf-3568-4565-b4d5-6acd8848c544"
+ "68cfe2aa-7477-4da1-a5f3-4ca4bd5ce716"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -5445,7 +5463,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "a1d1946a-0176-4ebb-bc93-b756068bf02d"
+ "ce37f0e8-a047-4380-baec-406a8ec90308"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -5457,22 +5475,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11999"
],
"x-ms-correlation-request-id": [
- "0015324c-b920-4df7-9c49-8dd41577fba8"
+ "7937e725-dc08-490e-9372-eacd0b03a6c3"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:0015324c-b920-4df7-9c49-8dd41577fba8"
+ "WESTINDIA:20200624T103938Z:7937e725-dc08-490e-9372-eacd0b03a6c3"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:18 GMT"
+ "Wed, 24 Jun 2020 10:39:37 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -5481,25 +5499,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Brazil%20South/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9CcmF6aWwlMjBTb3V0aC9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South%20India/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aCUyMEluZGlhL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "0d6280ce-e2d8-4eea-8141-a0823cd4ec5a"
+ "c7cdd21c-dc87-4222-a0e3-56ca9c2de30d"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -5514,7 +5532,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "a2513dff-d155-4e84-9ced-ac45576a3b8d"
+ "d3e87a82-c51f-40b3-bc31-8b7acfb981c5"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -5526,22 +5544,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11997"
],
"x-ms-correlation-request-id": [
- "36f3bbc1-289e-4b07-92e6-0de600bc6616"
+ "58bc9e84-d643-4c9b-9ee7-962705269bb7"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:36f3bbc1-289e-4b07-92e6-0de600bc6616"
+ "WESTINDIA:20200624T105638Z:58bc9e84-d643-4c9b-9ee7-962705269bb7"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:37 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -5550,25 +5568,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/MSFT%20East%20US/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwRWFzdCUyMFVTL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West%20India/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwSW5kaWEvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "cb371fe3-7698-410b-bbd1-3b42404033f4"
+ "49018ccc-48f3-4a06-ac88-c8c68f427bb8"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -5583,7 +5601,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "14d6d71c-680c-472e-883e-e05eba6a6d69"
+ "c08014d8-b597-425d-accb-3033da6c9064"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -5595,22 +5613,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11998"
],
"x-ms-correlation-request-id": [
- "8831a28d-8d96-4424-98ba-295210cd7333"
+ "a6204fd3-6889-490b-a175-5f8da2ac6201"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:8831a28d-8d96-4424-98ba-295210cd7333"
+ "WESTINDIA:20200624T103938Z:a6204fd3-6889-490b-a175-5f8da2ac6201"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:17 GMT"
+ "Wed, 24 Jun 2020 10:39:37 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -5619,25 +5637,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/MSFT%20East%20US/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwRWFzdCUyMFVTL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West%20India/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwSW5kaWEvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "0580c524-de94-4ae5-9202-fbf1d87de301"
+ "a7c78f58-59d5-476e-8765-f9ddabbd00e7"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -5652,7 +5670,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "d44cbcb6-4880-40b3-a14b-8117374efd38"
+ "84e493fc-c9f2-4ca4-8a32-a7df0b3dcb37"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -5664,22 +5682,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11996"
],
"x-ms-correlation-request-id": [
- "088ec9f8-a746-4625-9781-812ac96abd35"
+ "b1a9cdea-a925-4f59-9a31-f8fb8b2f5f54"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:088ec9f8-a746-4625-9781-812ac96abd35"
+ "WESTINDIA:20200624T105629Z:b1a9cdea-a925-4f59-9a31-f8fb8b2f5f54"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:29 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -5688,25 +5706,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/South%20India/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aCUyMEluZGlhL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/UK%20South/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9VSyUyMFNvdXRoL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f9014849-8443-40df-b812-015bfd7eb44a"
+ "3905571b-c2eb-4053-af14-0654913b598c"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -5721,7 +5739,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "d755a618-a90e-4bef-acb3-3f4adfff0e7f"
+ "83fd9dbc-5f1e-4703-86cc-e37a340b868b"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -5733,22 +5751,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11997"
],
"x-ms-correlation-request-id": [
- "312262b7-21e5-4252-a61f-03df71c519d7"
+ "2d34b0e0-b042-4f15-add5-48817520619d"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:312262b7-21e5-4252-a61f-03df71c519d7"
+ "WESTINDIA:20200624T103938Z:2d34b0e0-b042-4f15-add5-48817520619d"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:18 GMT"
+ "Wed, 24 Jun 2020 10:39:38 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -5757,25 +5775,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/South%20India/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aCUyMEluZGlhL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/UK%20South/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9VSyUyMFNvdXRoL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "546a5428-5a02-4fe4-a13c-802e00163179"
+ "f51a9d55-90eb-4c14-b37a-cced66edd6d4"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -5790,7 +5808,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "fc50f240-7736-42b4-b550-c3f148b777ad"
+ "3472f43e-21ba-4ed2-a413-448d5d5511b4"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -5805,19 +5823,19 @@
"11997"
],
"x-ms-correlation-request-id": [
- "3f6cf23b-a569-4b40-bc47-689010e2bf5b"
+ "571c9899-78b4-421c-89ef-3cff488933e9"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:3f6cf23b-a569-4b40-bc47-689010e2bf5b"
+ "WESTINDIA:20200624T105629Z:571c9899-78b4-421c-89ef-3cff488933e9"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:28 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -5826,25 +5844,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West%20US%202/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwVVMlMjAyL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/North%20Europe/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Ob3J0aCUyMEV1cm9wZS9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "51fd6b91-14e4-49b9-86c6-64c6660b2bed"
+ "cb06e88e-ea26-4972-ab5a-39a83a603764"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -5859,7 +5877,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "990ba97d-11f1-4886-bea9-7f9c09846aa9"
+ "55e17845-546c-4ae7-8527-4ea88715ca17"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -5871,22 +5889,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11999"
],
"x-ms-correlation-request-id": [
- "89367e0c-0aba-49d8-b6c0-a7bcc3f0dc2c"
+ "261212df-4345-41c1-a783-85cb897668fa"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:89367e0c-0aba-49d8-b6c0-a7bcc3f0dc2c"
+ "WESTINDIA:20200624T103938Z:261212df-4345-41c1-a783-85cb897668fa"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:17 GMT"
+ "Wed, 24 Jun 2020 10:39:37 GMT"
],
"Content-Length": [
- "108959"
+ "1125"
],
"Content-Type": [
"application/json"
@@ -5895,25 +5913,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/North Europe/deletedSites/675036\",\r\n \"name\": \"sdktesting1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 675036,\r\n \"deletedTimestamp\": \"2020-05-15T10:52:32.6053098\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"test\",\r\n \"webSpace\": \"test-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-113\",\r\n \"deletedSiteName\": \"sdktesting1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/North Europe/deletedSites/675159\",\r\n \"name\": \"NetSDKTesting\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 675159,\r\n \"deletedTimestamp\": \"2020-05-15T11:34:25.895466\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"test\",\r\n \"webSpace\": \"test-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-113\",\r\n \"deletedSiteName\": \"NetSDKTesting\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West%20US%202/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwVVMlMjAyL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/North%20Europe/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Ob3J0aCUyMEV1cm9wZS9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a537aca7-756d-4cef-89f4-ab56342cc9aa"
+ "4d43dd90-8347-412a-81c5-640ac4848bdc"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -5928,7 +5946,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "0e57035b-f41b-452f-9e10-b9792775e76f"
+ "91836d45-309b-4fa9-9a17-262f6abedfef"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -5940,22 +5958,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11995"
],
"x-ms-correlation-request-id": [
- "097d46bb-e6d6-49f8-9eea-9592ae9dd59a"
+ "39c97956-2e4f-4a50-914f-f6dee117f084"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:097d46bb-e6d6-49f8-9eea-9592ae9dd59a"
+ "WESTINDIA:20200624T105628Z:39c97956-2e4f-4a50-914f-f6dee117f084"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:28 GMT"
],
"Content-Length": [
- "108959"
+ "1125"
],
"Content-Type": [
"application/json"
@@ -5964,25 +5982,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/North Europe/deletedSites/675036\",\r\n \"name\": \"sdktesting1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 675036,\r\n \"deletedTimestamp\": \"2020-05-15T10:52:32.6053098\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"test\",\r\n \"webSpace\": \"test-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-113\",\r\n \"deletedSiteName\": \"sdktesting1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/North Europe/deletedSites/675159\",\r\n \"name\": \"NetSDKTesting\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 675159,\r\n \"deletedTimestamp\": \"2020-05-15T11:34:25.895466\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"test\",\r\n \"webSpace\": \"test-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-113\",\r\n \"deletedSiteName\": \"NetSDKTesting\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/France%20Central/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9GcmFuY2UlMjBDZW50cmFsL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Southeast%20Asia/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aGVhc3QlMjBBc2lhL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4f6ca305-3c5a-4cf9-a0f8-53d31289a91a"
+ "2e0fc16b-da3c-420d-b9ca-056b13175125"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -5997,7 +6015,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "1ad04657-416c-44bc-8196-d9f2634bf72c"
+ "0ceab612-81ac-45a9-aac3-0933eed3198d"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -6009,22 +6027,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11998"
],
"x-ms-correlation-request-id": [
- "3a6fde09-25ef-4055-bfb0-71d53af51ab4"
+ "204792a7-803f-4428-a9cf-8443d361bb97"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:3a6fde09-25ef-4055-bfb0-71d53af51ab4"
+ "WESTINDIA:20200624T103938Z:204792a7-803f-4428-a9cf-8443d361bb97"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:17 GMT"
+ "Wed, 24 Jun 2020 10:39:37 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -6033,25 +6051,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/France%20Central/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9GcmFuY2UlMjBDZW50cmFsL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Southeast%20Asia/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aGVhc3QlMjBBc2lhL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "64ea7fe3-0597-4324-8f66-569c1896215f"
+ "c7209a27-6ce1-4a10-ae45-4b2023f38aa8"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -6066,7 +6084,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "2feeeeba-a021-43c2-adaf-e99c3418c37f"
+ "b69366e7-f97e-4218-b3a1-b80a77ce19e3"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -6078,22 +6096,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11998"
],
"x-ms-correlation-request-id": [
- "9f0deaae-e6e0-4f5e-b2f6-5e4c4735a16b"
+ "a87edff8-3a31-481d-bf77-298527db06d0"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:9f0deaae-e6e0-4f5e-b2f6-5e4c4735a16b"
+ "WESTINDIA:20200624T105629Z:a87edff8-3a31-481d-bf77-298527db06d0"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:28 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -6102,25 +6120,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East%20US%202/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwVVMlMjAyL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan%20East/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9KYXBhbiUyMEVhc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "706bc19b-fed8-4fc8-b7b3-e40deaeadac5"
+ "4481ce0f-4f13-41a3-a205-30da30a9c76f"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -6135,7 +6153,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "dcd8c4c9-e7a9-425d-b3fb-35a4308d8e41"
+ "7463fbc8-b7de-40a4-b505-aeb2710e4aeb"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -6147,22 +6165,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11966"
],
"x-ms-correlation-request-id": [
- "c7ba500d-8d77-498b-8656-5b131ba7707a"
+ "3780936a-bb63-4f72-823c-1f4edad54573"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:c7ba500d-8d77-498b-8656-5b131ba7707a"
+ "WESTINDIA:20200624T103938Z:3780936a-bb63-4f72-823c-1f4edad54573"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:17 GMT"
+ "Wed, 24 Jun 2020 10:39:38 GMT"
],
"Content-Length": [
- "108959"
+ "3627"
],
"Content-Type": [
"application/json"
@@ -6171,25 +6189,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan East/deletedSites/71928\",\r\n \"name\": \"webapp-quick-linuxlk3ubs\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 71928,\r\n \"deletedTimestamp\": \"2020-03-27T17:27:57.8310862\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgu7nbeaubzzgrgspp7ydg44qxylindxworcod2sntehsfqnm5bmtf3rz3al5eovc42\",\r\n \"webSpace\": \"clitest.rgu7nbeaubzzgrgspp7ydg44qxylindxworcod2sntehsfqnm5bmtf3rz3al5eovc42-JapanEastwebspace\",\r\n \"stamp\": \"waws-prod-ty1-011\",\r\n \"deletedSiteName\": \"webapp-quick-linuxlk3ubs\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Japan East\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan East/deletedSites/71929\",\r\n \"name\": \"webapp-quick-linuxmjygkp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 71929,\r\n \"deletedTimestamp\": \"2020-03-27T17:31:26.7192745\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgw6z3eo2lcb3ixwho73jnkvkwwyjqy45yewmbc7hfnbloumrkrzsrfg72r36y2mkjs\",\r\n \"webSpace\": \"clitest.rgw6z3eo2lcb3ixwho73jnkvkwwyjqy45yewmbc7hfnbloumrkrzsrfg72r36y2mkjs-JapanEastwebspace\",\r\n \"stamp\": \"waws-prod-ty1-023\",\r\n \"deletedSiteName\": \"webapp-quick-linuxmjygkp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Japan East\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan East/deletedSites/72072\",\r\n \"name\": \"webapp-quick-linux3qkq2l\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 72072,\r\n \"deletedTimestamp\": \"2020-03-28T10:26:27.8793459\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgdsqcp2gcpebejzdb6ruwcirs4je6i33q5msqk7bofmid5czz2qnupksb63sdmirnq\",\r\n \"webSpace\": \"clitest.rgdsqcp2gcpebejzdb6ruwcirs4je6i33q5msqk7bofmid5czz2qnupksb63sdmirnq-JapanEastwebspace\",\r\n \"stamp\": \"waws-prod-ty1-023\",\r\n \"deletedSiteName\": \"webapp-quick-linux3qkq2l\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Japan East\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan East/deletedSites/72073\",\r\n \"name\": \"webapp-quick-linux5ymtee\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 72073,\r\n \"deletedTimestamp\": \"2020-03-28T10:31:32.713603\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgm64tessyrjustgfelwx4qydmyqqmlypgw4nvhitijengo33lr5qrgzbrulil67unn\",\r\n \"webSpace\": \"clitest.rgm64tessyrjustgfelwx4qydmyqqmlypgw4nvhitijengo33lr5qrgzbrulil67unn-JapanEastwebspace\",\r\n \"stamp\": \"waws-prod-ty1-011\",\r\n \"deletedSiteName\": \"webapp-quick-linux5ymtee\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Japan East\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan East/deletedSites/74937\",\r\n \"name\": \"webapp-quick-linuxaxrryk\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 74937,\r\n \"deletedTimestamp\": \"2020-04-03T06:35:28.3362109\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgq5pjfd7xtsas3bpajiaw2yupkbzaqjesspms4maa6h2eq5z2cuxzext24mg7gv3la\",\r\n \"webSpace\": \"clitest.rgq5pjfd7xtsas3bpajiaw2yupkbzaqjesspms4maa6h2eq5z2cuxzext24mg7gv3la-JapanEastwebspace\",\r\n \"stamp\": \"waws-prod-ty1-011\",\r\n \"deletedSiteName\": \"webapp-quick-linuxaxrryk\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Japan East\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East%20US%202/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwVVMlMjAyL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan%20East/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9KYXBhbiUyMEVhc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "708f2a79-aaf9-4962-9bcf-8ae5d7bb5cd2"
+ "a6f9a9ce-706e-4fff-b658-871c8e2830b5"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -6204,7 +6222,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "40788984-82dc-4dc5-8b24-db61eb84c7cf"
+ "f80dfdd1-f70b-4fef-90fe-d172cf01f4a4"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -6216,22 +6234,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11997"
],
"x-ms-correlation-request-id": [
- "087527f3-681a-40cc-b492-2170b688eb84"
+ "c5ee5682-d8d5-4816-a4df-01109e72fcee"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:087527f3-681a-40cc-b492-2170b688eb84"
+ "WESTINDIA:20200624T105629Z:c5ee5682-d8d5-4816-a4df-01109e72fcee"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:29 GMT"
],
"Content-Length": [
- "108959"
+ "3627"
],
"Content-Type": [
"application/json"
@@ -6240,25 +6258,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan East/deletedSites/71928\",\r\n \"name\": \"webapp-quick-linuxlk3ubs\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 71928,\r\n \"deletedTimestamp\": \"2020-03-27T17:27:57.8310862\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgu7nbeaubzzgrgspp7ydg44qxylindxworcod2sntehsfqnm5bmtf3rz3al5eovc42\",\r\n \"webSpace\": \"clitest.rgu7nbeaubzzgrgspp7ydg44qxylindxworcod2sntehsfqnm5bmtf3rz3al5eovc42-JapanEastwebspace\",\r\n \"stamp\": \"waws-prod-ty1-011\",\r\n \"deletedSiteName\": \"webapp-quick-linuxlk3ubs\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Japan East\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan East/deletedSites/71929\",\r\n \"name\": \"webapp-quick-linuxmjygkp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 71929,\r\n \"deletedTimestamp\": \"2020-03-27T17:31:26.7192745\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgw6z3eo2lcb3ixwho73jnkvkwwyjqy45yewmbc7hfnbloumrkrzsrfg72r36y2mkjs\",\r\n \"webSpace\": \"clitest.rgw6z3eo2lcb3ixwho73jnkvkwwyjqy45yewmbc7hfnbloumrkrzsrfg72r36y2mkjs-JapanEastwebspace\",\r\n \"stamp\": \"waws-prod-ty1-023\",\r\n \"deletedSiteName\": \"webapp-quick-linuxmjygkp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Japan East\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan East/deletedSites/72072\",\r\n \"name\": \"webapp-quick-linux3qkq2l\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 72072,\r\n \"deletedTimestamp\": \"2020-03-28T10:26:27.8793459\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgdsqcp2gcpebejzdb6ruwcirs4je6i33q5msqk7bofmid5czz2qnupksb63sdmirnq\",\r\n \"webSpace\": \"clitest.rgdsqcp2gcpebejzdb6ruwcirs4je6i33q5msqk7bofmid5czz2qnupksb63sdmirnq-JapanEastwebspace\",\r\n \"stamp\": \"waws-prod-ty1-023\",\r\n \"deletedSiteName\": \"webapp-quick-linux3qkq2l\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Japan East\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan East/deletedSites/72073\",\r\n \"name\": \"webapp-quick-linux5ymtee\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 72073,\r\n \"deletedTimestamp\": \"2020-03-28T10:31:32.713603\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgm64tessyrjustgfelwx4qydmyqqmlypgw4nvhitijengo33lr5qrgzbrulil67unn\",\r\n \"webSpace\": \"clitest.rgm64tessyrjustgfelwx4qydmyqqmlypgw4nvhitijengo33lr5qrgzbrulil67unn-JapanEastwebspace\",\r\n \"stamp\": \"waws-prod-ty1-011\",\r\n \"deletedSiteName\": \"webapp-quick-linux5ymtee\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Japan East\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan East/deletedSites/74937\",\r\n \"name\": \"webapp-quick-linuxaxrryk\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 74937,\r\n \"deletedTimestamp\": \"2020-04-03T06:35:28.3362109\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgq5pjfd7xtsas3bpajiaw2yupkbzaqjesspms4maa6h2eq5z2cuxzext24mg7gv3la\",\r\n \"webSpace\": \"clitest.rgq5pjfd7xtsas3bpajiaw2yupkbzaqjesspms4maa6h2eq5z2cuxzext24mg7gv3la-JapanEastwebspace\",\r\n \"stamp\": \"waws-prod-ty1-011\",\r\n \"deletedSiteName\": \"webapp-quick-linuxaxrryk\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Japan East\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/South%20Central%20US/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aCUyMENlbnRyYWwlMjBVUy9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Australia%20East/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9BdXN0cmFsaWElMjBFYXN0L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d8c3fa13-abb9-4b2a-988f-4fbebe7a70a6"
+ "dc70afd1-60a7-4938-9cda-46b78b5def08"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -6273,7 +6291,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "567ad65b-a9c6-4002-8959-2cd4d7072d80"
+ "b67635aa-8a73-403d-9ab7-90279409db08"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -6285,22 +6303,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11998"
],
"x-ms-correlation-request-id": [
- "1368fc80-1e00-4f60-99d8-66022c506f14"
+ "27f5b397-f3b5-4174-88a9-4ed45d508b43"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:1368fc80-1e00-4f60-99d8-66022c506f14"
+ "WESTINDIA:20200624T103938Z:27f5b397-f3b5-4174-88a9-4ed45d508b43"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:18 GMT"
+ "Wed, 24 Jun 2020 10:39:37 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -6309,25 +6327,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/South%20Central%20US/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aCUyMENlbnRyYWwlMjBVUy9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Australia%20East/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9BdXN0cmFsaWElMjBFYXN0L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "5981f1a5-18b8-4a0e-9590-a77d2ea0eab1"
+ "803fb686-d80a-43df-85ef-184a9950e5ab"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -6342,7 +6360,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "0a08ab53-1711-49e8-bf22-7c75e4af0ed2"
+ "bfe947cf-085f-49b0-9e56-be30ab2a0bd1"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -6354,22 +6372,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11997"
],
"x-ms-correlation-request-id": [
- "5e09a1fd-ad98-4ccc-af72-76bacef21ca0"
+ "a71dc124-58bd-4ad2-8b4b-27f88e543704"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:5e09a1fd-ad98-4ccc-af72-76bacef21ca0"
+ "WESTINDIA:20200624T105629Z:a71dc124-58bd-4ad2-8b4b-27f88e543704"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:29 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -6378,25 +6396,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Korea%20South/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Lb3JlYSUyMFNvdXRoL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan%20West/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9KYXBhbiUyMFdlc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "7608649b-2f36-4b69-8f61-e9b3e2c15143"
+ "7509a64b-7055-4d56-8459-61390e39fea5"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -6411,7 +6429,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "f70c8bc2-19f9-426d-a541-ae6c1aca3eb4"
+ "76c69a88-a5ef-406b-841a-ec3b4057f54f"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -6423,22 +6441,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11999"
],
"x-ms-correlation-request-id": [
- "70c8a92b-33ab-45dc-82b4-cdff94095ecd"
+ "d94c3184-8cb4-4655-926e-893e8d90e7a5"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:70c8a92b-33ab-45dc-82b4-cdff94095ecd"
+ "WESTINDIA:20200624T103938Z:d94c3184-8cb4-4655-926e-893e8d90e7a5"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:18 GMT"
+ "Wed, 24 Jun 2020 10:39:38 GMT"
],
"Content-Length": [
- "108959"
+ "7265"
],
"Content-Type": [
"application/json"
@@ -6447,25 +6465,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/29910\",\r\n \"name\": \"webapp-linux-cdis4yebdrz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29910,\r\n \"deletedTimestamp\": \"2020-03-28T10:31:01.0672659\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgl763y7uiktm7nukrarzpzd6y65po7jcm7eukccdzz2az2hq55t4vrvlq3n5lpb3ox\",\r\n \"webSpace\": \"clitest.rgl763y7uiktm7nukrarzpzd6y65po7jcm7eukccdzz2az2hq55t4vrvlq3n5lpb3ox-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webapp-linux-cdis4yebdrz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/29911\",\r\n \"name\": \"webapp-remote-sshdjfhvgv4afsonesn3fqcil3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29911,\r\n \"deletedTimestamp\": \"2020-03-28T10:35:44.5233044\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg2taizwgrazjfvtdau2wdmv2nllcwfj6iboxrjsujeowyd2b667zyfsgr4lj5xegfw\",\r\n \"webSpace\": \"clitest.rg2taizwgrazjfvtdau2wdmv2nllcwfj6iboxrjsujeowyd2b667zyfsgr4lj5xegfw-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webapp-remote-sshdjfhvgv4afsonesn3fqcil3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/29912\",\r\n \"name\": \"webapp-remote-debugi3ug3cff6pkilr23hvcad\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29912,\r\n \"deletedTimestamp\": \"2020-03-28T10:38:43.5417154\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgp3v4nbta4237wvwwjtk4bvnmdqnk6dirgh5l3lbf6ggy6xptdre34cc6hb47padzz\",\r\n \"webSpace\": \"clitest.rgp3v4nbta4237wvwwjtk4bvnmdqnk6dirgh5l3lbf6ggy6xptdre34cc6hb47padzz-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webapp-remote-debugi3ug3cff6pkilr23hvcad\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/29913\",\r\n \"name\": \"webappacrtestwchjzoootpg\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29913,\r\n \"deletedTimestamp\": \"2020-03-28T10:43:27.7074947\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg23wuvrw2r57pjfwgydpt5mhu75gxxfn5ldujytpui4py4i2hog3pphtyo2egmr5p7\",\r\n \"webSpace\": \"clitest.rg23wuvrw2r57pjfwgydpt5mhu75gxxfn5ldujytpui4py4i2hog3pphtyo2egmr5p7-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webappacrtestwchjzoootpg\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/29915\",\r\n \"name\": \"webapp-linuxz7hm3gbr6rz6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29915,\r\n \"deletedTimestamp\": \"2020-03-28T10:57:56.97986\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg3g2yrhvwphefntvdrpsxupzbbbaodcbj6ldn44falnyrmyro4z43bhpqlrobjiu2g\",\r\n \"webSpace\": \"clitest.rg3g2yrhvwphefntvdrpsxupzbbbaodcbj6ldn44falnyrmyro4z43bhpqlrobjiu2g-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webapp-linuxz7hm3gbr6rz6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/30532\",\r\n \"name\": \"webapp-linux-cdv3newjcxe\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 30532,\r\n \"deletedTimestamp\": \"2020-04-03T06:37:49.7844677\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgyae7tbbnklrka64el2qsar4rwivjqjdfstiejgci4wcrzk2y2qsseeiersldexpbx\",\r\n \"webSpace\": \"clitest.rgyae7tbbnklrka64el2qsar4rwivjqjdfstiejgci4wcrzk2y2qsseeiersldexpbx-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webapp-linux-cdv3newjcxe\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/30533\",\r\n \"name\": \"webapp-remote-sshouya3fwqo2jclp3qkjgsosk\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 30533,\r\n \"deletedTimestamp\": \"2020-04-03T06:40:47.3977976\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg25ttbyxkvqcjzdxe7ym6x374yvo6jijobla2zilnlzc6btvpsz5rzrrgvvzebijna\",\r\n \"webSpace\": \"clitest.rg25ttbyxkvqcjzdxe7ym6x374yvo6jijobla2zilnlzc6btvpsz5rzrrgvvzebijna-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webapp-remote-sshouya3fwqo2jclp3qkjgsosk\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/30535\",\r\n \"name\": \"webapp-remote-debughtlg5r3tjnmhf5vhadljw\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 30535,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:16.7541303\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgfvitusl72k2mxvsptcu7w5epwp2tmuuatqdp26vjid6c2mhrdtnwg2ds34exhzkqc\",\r\n \"webSpace\": \"clitest.rgfvitusl72k2mxvsptcu7w5epwp2tmuuatqdp26vjid6c2mhrdtnwg2ds34exhzkqc-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webapp-remote-debughtlg5r3tjnmhf5vhadljw\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/30536\",\r\n \"name\": \"webappacrtestnjekezfkoyp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 30536,\r\n \"deletedTimestamp\": \"2020-04-03T06:45:26.7369329\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgwojv5tmf4blax3x6moznbmpt6lccefxicwi6g27tpcnkowyjmgaj674idl5gnd7jj\",\r\n \"webSpace\": \"clitest.rgwojv5tmf4blax3x6moznbmpt6lccefxicwi6g27tpcnkowyjmgaj674idl5gnd7jj-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webappacrtestnjekezfkoyp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/30537\",\r\n \"name\": \"webapp-linux5yibnbr3t4bv\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 30537,\r\n \"deletedTimestamp\": \"2020-04-03T06:58:49.7653355\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgronh2topz7ghzasqacq7thhrjwke4ndruf2bddynvmdxk6i44chcubspwqtui3phz\",\r\n \"webSpace\": \"clitest.rgronh2topz7ghzasqacq7thhrjwke4ndruf2bddynvmdxk6i44chcubspwqtui3phz-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webapp-linux5yibnbr3t4bv\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Korea%20South/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Lb3JlYSUyMFNvdXRoL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan%20West/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9KYXBhbiUyMFdlc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6d2b97af-badd-40ea-b96f-9843f956755b"
+ "e2e6615d-eec0-4a77-a458-e4075553df6c"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -6480,7 +6498,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "da8b55e5-6fe3-4c03-8e8e-e1f06ecbe1e5"
+ "fb6917ea-a837-4bfe-bea2-dadff087cccd"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -6492,22 +6510,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11992"
],
"x-ms-correlation-request-id": [
- "994b040f-6174-42c9-a6b0-e15bad6cbda3"
+ "24293938-8dd9-4ba7-b3a3-c745f93bb490"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:994b040f-6174-42c9-a6b0-e15bad6cbda3"
+ "WESTINDIA:20200624T105630Z:24293938-8dd9-4ba7-b3a3-c745f93bb490"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:29 GMT"
],
"Content-Length": [
- "108959"
+ "7265"
],
"Content-Type": [
"application/json"
@@ -6516,25 +6534,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/29910\",\r\n \"name\": \"webapp-linux-cdis4yebdrz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29910,\r\n \"deletedTimestamp\": \"2020-03-28T10:31:01.0672659\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgl763y7uiktm7nukrarzpzd6y65po7jcm7eukccdzz2az2hq55t4vrvlq3n5lpb3ox\",\r\n \"webSpace\": \"clitest.rgl763y7uiktm7nukrarzpzd6y65po7jcm7eukccdzz2az2hq55t4vrvlq3n5lpb3ox-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webapp-linux-cdis4yebdrz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/29911\",\r\n \"name\": \"webapp-remote-sshdjfhvgv4afsonesn3fqcil3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29911,\r\n \"deletedTimestamp\": \"2020-03-28T10:35:44.5233044\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg2taizwgrazjfvtdau2wdmv2nllcwfj6iboxrjsujeowyd2b667zyfsgr4lj5xegfw\",\r\n \"webSpace\": \"clitest.rg2taizwgrazjfvtdau2wdmv2nllcwfj6iboxrjsujeowyd2b667zyfsgr4lj5xegfw-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webapp-remote-sshdjfhvgv4afsonesn3fqcil3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/29912\",\r\n \"name\": \"webapp-remote-debugi3ug3cff6pkilr23hvcad\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29912,\r\n \"deletedTimestamp\": \"2020-03-28T10:38:43.5417154\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgp3v4nbta4237wvwwjtk4bvnmdqnk6dirgh5l3lbf6ggy6xptdre34cc6hb47padzz\",\r\n \"webSpace\": \"clitest.rgp3v4nbta4237wvwwjtk4bvnmdqnk6dirgh5l3lbf6ggy6xptdre34cc6hb47padzz-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webapp-remote-debugi3ug3cff6pkilr23hvcad\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/29913\",\r\n \"name\": \"webappacrtestwchjzoootpg\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29913,\r\n \"deletedTimestamp\": \"2020-03-28T10:43:27.7074947\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg23wuvrw2r57pjfwgydpt5mhu75gxxfn5ldujytpui4py4i2hog3pphtyo2egmr5p7\",\r\n \"webSpace\": \"clitest.rg23wuvrw2r57pjfwgydpt5mhu75gxxfn5ldujytpui4py4i2hog3pphtyo2egmr5p7-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webappacrtestwchjzoootpg\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/29915\",\r\n \"name\": \"webapp-linuxz7hm3gbr6rz6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29915,\r\n \"deletedTimestamp\": \"2020-03-28T10:57:56.97986\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg3g2yrhvwphefntvdrpsxupzbbbaodcbj6ldn44falnyrmyro4z43bhpqlrobjiu2g\",\r\n \"webSpace\": \"clitest.rg3g2yrhvwphefntvdrpsxupzbbbaodcbj6ldn44falnyrmyro4z43bhpqlrobjiu2g-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webapp-linuxz7hm3gbr6rz6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/30532\",\r\n \"name\": \"webapp-linux-cdv3newjcxe\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 30532,\r\n \"deletedTimestamp\": \"2020-04-03T06:37:49.7844677\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgyae7tbbnklrka64el2qsar4rwivjqjdfstiejgci4wcrzk2y2qsseeiersldexpbx\",\r\n \"webSpace\": \"clitest.rgyae7tbbnklrka64el2qsar4rwivjqjdfstiejgci4wcrzk2y2qsseeiersldexpbx-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webapp-linux-cdv3newjcxe\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/30533\",\r\n \"name\": \"webapp-remote-sshouya3fwqo2jclp3qkjgsosk\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 30533,\r\n \"deletedTimestamp\": \"2020-04-03T06:40:47.3977976\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg25ttbyxkvqcjzdxe7ym6x374yvo6jijobla2zilnlzc6btvpsz5rzrrgvvzebijna\",\r\n \"webSpace\": \"clitest.rg25ttbyxkvqcjzdxe7ym6x374yvo6jijobla2zilnlzc6btvpsz5rzrrgvvzebijna-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webapp-remote-sshouya3fwqo2jclp3qkjgsosk\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/30535\",\r\n \"name\": \"webapp-remote-debughtlg5r3tjnmhf5vhadljw\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 30535,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:16.7541303\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgfvitusl72k2mxvsptcu7w5epwp2tmuuatqdp26vjid6c2mhrdtnwg2ds34exhzkqc\",\r\n \"webSpace\": \"clitest.rgfvitusl72k2mxvsptcu7w5epwp2tmuuatqdp26vjid6c2mhrdtnwg2ds34exhzkqc-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webapp-remote-debughtlg5r3tjnmhf5vhadljw\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/30536\",\r\n \"name\": \"webappacrtestnjekezfkoyp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 30536,\r\n \"deletedTimestamp\": \"2020-04-03T06:45:26.7369329\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgwojv5tmf4blax3x6moznbmpt6lccefxicwi6g27tpcnkowyjmgaj674idl5gnd7jj\",\r\n \"webSpace\": \"clitest.rgwojv5tmf4blax3x6moznbmpt6lccefxicwi6g27tpcnkowyjmgaj674idl5gnd7jj-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webappacrtestnjekezfkoyp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Japan West/deletedSites/30537\",\r\n \"name\": \"webapp-linux5yibnbr3t4bv\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 30537,\r\n \"deletedTimestamp\": \"2020-04-03T06:58:49.7653355\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgronh2topz7ghzasqacq7thhrjwke4ndruf2bddynvmdxk6i44chcubspwqtui3phz\",\r\n \"webSpace\": \"clitest.rgronh2topz7ghzasqacq7thhrjwke4ndruf2bddynvmdxk6i44chcubspwqtui3phz-JapanWestwebspace\",\r\n \"stamp\": \"waws-prod-os1-009\",\r\n \"deletedSiteName\": \"webapp-linux5yibnbr3t4bv\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"Japan West\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/UK%20South/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9VSyUyMFNvdXRoL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Germany%20West%20Central/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9HZXJtYW55JTIwV2VzdCUyMENlbnRyYWwvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6d7bb2e0-99e9-4f09-be25-533f5703209c"
+ "1b85a3ae-e0a6-4a36-aabe-b33017ecd3aa"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -6549,7 +6567,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "78a519c0-5da8-46bd-aa59-d6bd85f342c2"
+ "ce8a37da-2380-47bb-abc9-6b8d507617b5"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -6561,22 +6579,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11966"
],
"x-ms-correlation-request-id": [
- "0b911ae8-d5b7-44fa-a424-64e4cbf0259a"
+ "f36b7ad4-20bf-4f9c-acb4-aa10534db2b6"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:0b911ae8-d5b7-44fa-a424-64e4cbf0259a"
+ "WESTINDIA:20200624T103938Z:f36b7ad4-20bf-4f9c-acb4-aa10534db2b6"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:18 GMT"
+ "Wed, 24 Jun 2020 10:39:38 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -6585,25 +6603,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/UK%20South/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9VSyUyMFNvdXRoL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Germany%20West%20Central/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9HZXJtYW55JTIwV2VzdCUyMENlbnRyYWwvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "e8a9659a-878b-4633-9a40-94ce89c9fde3"
+ "808e6d9b-3b34-43f3-9b30-0a67b17fb65a"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -6618,7 +6636,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "3afec569-bfd7-42a4-ac18-34ef9984cefc"
+ "b60b0b45-c2d7-4bf1-86f7-811bad408955"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -6630,22 +6648,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11996"
],
"x-ms-correlation-request-id": [
- "2a6365db-0b54-4907-a858-5b6612c14941"
+ "5c6720d8-ff81-4ac8-925c-b6da2535622c"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:2a6365db-0b54-4907-a858-5b6612c14941"
+ "WESTINDIA:20200624T105630Z:5c6720d8-ff81-4ac8-925c-b6da2535622c"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:29 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -6654,25 +6672,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/MSFT%20West%20US/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwV2VzdCUyMFVTL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Australia%20Southeast/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9BdXN0cmFsaWElMjBTb3V0aGVhc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "e2c58ab5-1892-4767-b05a-5445f170a62d"
+ "81e8fbe7-83b1-4ac0-90d6-e885b3b57256"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -6687,7 +6705,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "0c396055-d7e8-4c74-9adc-ffbee7f5b600"
+ "7783de18-574d-420f-bfa5-1edc7a5b2639"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -6699,22 +6717,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11999"
],
"x-ms-correlation-request-id": [
- "c513de57-e17c-4cb7-aafd-242d0047054b"
+ "0e2daf8c-8f5c-43da-a5a5-7a364bdaf0c1"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:c513de57-e17c-4cb7-aafd-242d0047054b"
+ "WESTINDIA:20200624T103938Z:0e2daf8c-8f5c-43da-a5a5-7a364bdaf0c1"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:17 GMT"
+ "Wed, 24 Jun 2020 10:39:38 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -6723,25 +6741,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/MSFT%20West%20US/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwV2VzdCUyMFVTL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Australia%20Southeast/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9BdXN0cmFsaWElMjBTb3V0aGVhc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "c92a0221-daa1-4c19-bf66-13ba288f59a6"
+ "28542ed3-5c43-4262-9d0a-e00ee7a095cb"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -6756,7 +6774,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "26935ca8-41a4-4f1c-a024-fe70527c52e7"
+ "3a090479-5799-4ec2-92c2-2258dc567a36"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -6768,22 +6786,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11984"
+ "11997"
],
"x-ms-correlation-request-id": [
- "a03c0230-612d-44db-beae-81a5adab0d7a"
+ "1fd094c4-268e-4aa7-a35f-a6a182f663f1"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:a03c0230-612d-44db-beae-81a5adab0d7a"
+ "WESTINDIA:20200624T105630Z:1fd094c4-268e-4aa7-a35f-a6a182f663f1"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:30 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -6792,25 +6810,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Australia%20Southeast/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9BdXN0cmFsaWElMjBTb3V0aGVhc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Switzerland%20North/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Td2l0emVybGFuZCUyME5vcnRoL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "8a89ec66-0876-4d7e-b7aa-fa939d465e3e"
+ "e8e4234c-a367-4e9b-bf5f-3d67175331ff"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -6825,7 +6843,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "7d6119a8-fb32-41d4-bc26-4196b71259e0"
+ "83477194-487d-4013-b5bc-cc67cde24b4a"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -6840,19 +6858,19 @@
"11999"
],
"x-ms-correlation-request-id": [
- "efedeed9-c87a-4b6f-9af1-b297710f1d59"
+ "16abc696-5c90-45e6-b07c-27b8c1cd631f"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:efedeed9-c87a-4b6f-9af1-b297710f1d59"
+ "WESTINDIA:20200624T103939Z:16abc696-5c90-45e6-b07c-27b8c1cd631f"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:17 GMT"
+ "Wed, 24 Jun 2020 10:39:38 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -6861,25 +6879,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Australia%20Southeast/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9BdXN0cmFsaWElMjBTb3V0aGVhc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Switzerland%20North/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Td2l0emVybGFuZCUyME5vcnRoL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "418554ca-f51c-4826-b405-3738dd9ed68e"
+ "6b594bf3-7ab7-40cf-b67b-232b4f058f2e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -6894,7 +6912,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "5307f9e6-ea88-4237-846f-ceb9d8ca081c"
+ "de96a552-69c4-4e2d-a602-d919339c38d7"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -6906,22 +6924,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11997"
],
"x-ms-correlation-request-id": [
- "c469b2d4-8984-4147-9937-21718e4a852d"
+ "56f1a9d3-00ba-45a1-9dcb-1e494376d441"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:c469b2d4-8984-4147-9937-21718e4a852d"
+ "WESTINDIA:20200624T105641Z:56f1a9d3-00ba-45a1-9dcb-1e494376d441"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:41 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -6930,25 +6948,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Canada%20Central/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DYW5hZGElMjBDZW50cmFsL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West%20Europe/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwRXVyb3BlL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "483f241f-3073-40e8-bcd0-64c7ba0cc9f5"
+ "a1726236-7926-4191-9ed7-33f68f9a0cd3"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -6963,7 +6981,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "67293a94-99d6-4536-a610-7f9561422bf6"
+ "72d05a9f-636c-48e8-8183-494fb104ce1f"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -6978,19 +6996,19 @@
"11999"
],
"x-ms-correlation-request-id": [
- "ba8717b5-ce77-4b86-9287-602f908899c7"
+ "9bf39eb2-2d3e-400d-8c76-dac24bbe376a"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:ba8717b5-ce77-4b86-9287-602f908899c7"
+ "WESTINDIA:20200624T103938Z:9bf39eb2-2d3e-400d-8c76-dac24bbe376a"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:18 GMT"
+ "Wed, 24 Jun 2020 10:39:38 GMT"
],
"Content-Length": [
- "108959"
+ "13534"
],
"Content-Type": [
"application/json"
@@ -6999,25 +7017,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1630831\",\r\n \"name\": \"web-ssl-testwvndnfmh\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1630831,\r\n \"deletedTimestamp\": \"2020-03-28T10:47:04.6685486\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgvi56vsthokdmmqetvhzikn6rxidb7z5ilvn3geypokfrjnogwm27tzaoy66a3swpn\",\r\n \"webSpace\": \"clitest.rgvi56vsthokdmmqetvhzikn6rxidb7z5ilvn3geypokfrjnogwm27tzaoy66a3swpn-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-147\",\r\n \"deletedSiteName\": \"web-ssl-testwvndnfmh\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1675142\",\r\n \"name\": \"web-ssl-testsbflpv42\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1675142,\r\n \"deletedTimestamp\": \"2020-04-03T06:48:37.6785828\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgg7az4cpm6qfo6lnvcjhpc5aeszcrhdtgzf4u5kwsrtlmywpqw22h2b6kcox2wvyze\",\r\n \"webSpace\": \"clitest.rgg7az4cpm6qfo6lnvcjhpc5aeszcrhdtgzf4u5kwsrtlmywpqw22h2b6kcox2wvyze-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-309\",\r\n \"deletedSiteName\": \"web-ssl-testsbflpv42\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697426\",\r\n \"name\": \"11412-testing8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697426,\r\n \"deletedTimestamp\": \"2020-04-07T06:28:23.0581036\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11412-testing8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697427\",\r\n \"name\": \"11925-testing1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697427,\r\n \"deletedTimestamp\": \"2020-04-07T06:28:31.5003797\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11925-testing1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697428\",\r\n \"name\": \"11412-testing4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697428,\r\n \"deletedTimestamp\": \"2020-04-07T06:28:33.8421235\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11412-testing4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697431\",\r\n \"name\": \"11925-testing\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697431,\r\n \"deletedTimestamp\": \"2020-04-07T06:29:23.4145305\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11925-testing\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697432\",\r\n \"name\": \"11412-testing3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697432,\r\n \"deletedTimestamp\": \"2020-04-07T06:29:31.0961523\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11412-testing3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697441\",\r\n \"name\": \"11412-testing6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697441,\r\n \"deletedTimestamp\": \"2020-04-07T06:30:22.5276997\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11412-testing6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697442\",\r\n \"name\": \"12509-testing\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697442,\r\n \"deletedTimestamp\": \"2020-04-07T06:30:24.7931465\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"12509-testing\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697443\",\r\n \"name\": \"11925-testing2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697443,\r\n \"deletedTimestamp\": \"2020-04-07T06:30:31.4391641\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11925-testing2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697446\",\r\n \"name\": \"11925-testing3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697446,\r\n \"deletedTimestamp\": \"2020-04-07T06:31:23.0036872\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11925-testing3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697448\",\r\n \"name\": \"11412-testing10\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697448,\r\n \"deletedTimestamp\": \"2020-04-07T06:31:29.4003789\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11412-testing10\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697449\",\r\n \"name\": \"11412-testing2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697449,\r\n \"deletedTimestamp\": \"2020-04-07T06:32:23.1337072\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11412-testing2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697451\",\r\n \"name\": \"11412-testing7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697451,\r\n \"deletedTimestamp\": \"2020-04-07T06:32:30.9009479\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11412-testing7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697619\",\r\n \"name\": \"11925-testing3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697619,\r\n \"deletedTimestamp\": \"2020-04-07T07:04:01.987657\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-279\",\r\n \"deletedSiteName\": \"11925-testing3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1706131\",\r\n \"name\": \"11925-testing\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1706131,\r\n \"deletedTimestamp\": \"2020-04-08T05:52:11.0471898\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11925RG\",\r\n \"webSpace\": \"11925RG-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-197\",\r\n \"deletedSiteName\": \"11925-testing\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1864802\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1864802,\r\n \"deletedTimestamp\": \"2020-05-02T07:28:17.6361044\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11925RG\",\r\n \"webSpace\": \"11925RG-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-209\",\r\n \"deletedSiteName\": \"ps3075\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1872460\",\r\n \"name\": \"ps1613\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1872460,\r\n \"deletedTimestamp\": \"2020-05-04T13:24:25.1047599\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11925RG\",\r\n \"webSpace\": \"11925RG-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-209\",\r\n \"deletedSiteName\": \"ps1613\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1988542\",\r\n \"name\": \"ps3979\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1988542,\r\n \"deletedTimestamp\": \"2020-05-20T01:04:19.3456361\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11925RG\",\r\n \"webSpace\": \"11925RG-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-209\",\r\n \"deletedSiteName\": \"ps3979\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/2008324\",\r\n \"name\": \"ps1395\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 2008324,\r\n \"deletedTimestamp\": \"2020-05-22T14:41:24.1881672\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11925RG\",\r\n \"webSpace\": \"11925RG-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-209\",\r\n \"deletedSiteName\": \"ps1395\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/2029961\",\r\n \"name\": \"ps1546\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 2029961,\r\n \"deletedTimestamp\": \"2020-05-26T15:51:09.9511688\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11925RG\",\r\n \"webSpace\": \"11925RG-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-209\",\r\n \"deletedSiteName\": \"ps1546\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/2040614\",\r\n \"name\": \"ps7609\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 2040614,\r\n \"deletedTimestamp\": \"2020-05-27T17:28:28.8201787\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11925RG\",\r\n \"webSpace\": \"11925RG-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-209\",\r\n \"deletedSiteName\": \"ps7609\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/2132858\",\r\n \"name\": \"ps4624\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 2132858,\r\n \"deletedTimestamp\": \"2020-06-09T12:32:49.1490405\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11925RG\",\r\n \"webSpace\": \"11925RG-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-209\",\r\n \"deletedSiteName\": \"ps4624\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Canada%20Central/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DYW5hZGElMjBDZW50cmFsL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West%20Europe/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwRXVyb3BlL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "3baccec9-a811-4863-aedd-ffb29f104b3b"
+ "5c51a2ac-e7bf-473e-9753-99e5150f3fcf"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -7032,7 +7050,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "ca517b00-775e-451f-af9f-3405756762ca"
+ "58c4d209-3820-4920-b133-b6971f6b42e9"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -7044,22 +7062,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11997"
],
"x-ms-correlation-request-id": [
- "c1b4c693-1d3c-4c18-85bc-81f78ff691f2"
+ "b3a8a487-7fbd-41ad-8fc0-126469863d7a"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234627Z:c1b4c693-1d3c-4c18-85bc-81f78ff691f2"
+ "WESTINDIA:20200624T105629Z:b3a8a487-7fbd-41ad-8fc0-126469863d7a"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:28 GMT"
],
"Content-Length": [
- "108959"
+ "13534"
],
"Content-Type": [
"application/json"
@@ -7068,25 +7086,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1630831\",\r\n \"name\": \"web-ssl-testwvndnfmh\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1630831,\r\n \"deletedTimestamp\": \"2020-03-28T10:47:04.6685486\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgvi56vsthokdmmqetvhzikn6rxidb7z5ilvn3geypokfrjnogwm27tzaoy66a3swpn\",\r\n \"webSpace\": \"clitest.rgvi56vsthokdmmqetvhzikn6rxidb7z5ilvn3geypokfrjnogwm27tzaoy66a3swpn-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-147\",\r\n \"deletedSiteName\": \"web-ssl-testwvndnfmh\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1675142\",\r\n \"name\": \"web-ssl-testsbflpv42\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1675142,\r\n \"deletedTimestamp\": \"2020-04-03T06:48:37.6785828\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgg7az4cpm6qfo6lnvcjhpc5aeszcrhdtgzf4u5kwsrtlmywpqw22h2b6kcox2wvyze\",\r\n \"webSpace\": \"clitest.rgg7az4cpm6qfo6lnvcjhpc5aeszcrhdtgzf4u5kwsrtlmywpqw22h2b6kcox2wvyze-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-309\",\r\n \"deletedSiteName\": \"web-ssl-testsbflpv42\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697426\",\r\n \"name\": \"11412-testing8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697426,\r\n \"deletedTimestamp\": \"2020-04-07T06:28:23.0581036\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11412-testing8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697427\",\r\n \"name\": \"11925-testing1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697427,\r\n \"deletedTimestamp\": \"2020-04-07T06:28:31.5003797\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11925-testing1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697428\",\r\n \"name\": \"11412-testing4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697428,\r\n \"deletedTimestamp\": \"2020-04-07T06:28:33.8421235\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11412-testing4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697431\",\r\n \"name\": \"11925-testing\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697431,\r\n \"deletedTimestamp\": \"2020-04-07T06:29:23.4145305\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11925-testing\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697432\",\r\n \"name\": \"11412-testing3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697432,\r\n \"deletedTimestamp\": \"2020-04-07T06:29:31.0961523\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11412-testing3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697441\",\r\n \"name\": \"11412-testing6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697441,\r\n \"deletedTimestamp\": \"2020-04-07T06:30:22.5276997\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11412-testing6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697442\",\r\n \"name\": \"12509-testing\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697442,\r\n \"deletedTimestamp\": \"2020-04-07T06:30:24.7931465\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"12509-testing\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697443\",\r\n \"name\": \"11925-testing2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697443,\r\n \"deletedTimestamp\": \"2020-04-07T06:30:31.4391641\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11925-testing2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697446\",\r\n \"name\": \"11925-testing3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697446,\r\n \"deletedTimestamp\": \"2020-04-07T06:31:23.0036872\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11925-testing3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697448\",\r\n \"name\": \"11412-testing10\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697448,\r\n \"deletedTimestamp\": \"2020-04-07T06:31:29.4003789\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11412-testing10\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697449\",\r\n \"name\": \"11412-testing2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697449,\r\n \"deletedTimestamp\": \"2020-04-07T06:32:23.1337072\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11412-testing2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697451\",\r\n \"name\": \"11412-testing7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697451,\r\n \"deletedTimestamp\": \"2020-04-07T06:32:30.9009479\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-307\",\r\n \"deletedSiteName\": \"11412-testing7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1697619\",\r\n \"name\": \"11925-testing3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1697619,\r\n \"deletedTimestamp\": \"2020-04-07T07:04:01.987657\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"v-kotred_rg_Windows_westeurope\",\r\n \"webSpace\": \"v-kotred_rg_Windows_westeurope-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-279\",\r\n \"deletedSiteName\": \"11925-testing3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1706131\",\r\n \"name\": \"11925-testing\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1706131,\r\n \"deletedTimestamp\": \"2020-04-08T05:52:11.0471898\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11925RG\",\r\n \"webSpace\": \"11925RG-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-197\",\r\n \"deletedSiteName\": \"11925-testing\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1864802\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1864802,\r\n \"deletedTimestamp\": \"2020-05-02T07:28:17.6361044\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11925RG\",\r\n \"webSpace\": \"11925RG-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-209\",\r\n \"deletedSiteName\": \"ps3075\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1872460\",\r\n \"name\": \"ps1613\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1872460,\r\n \"deletedTimestamp\": \"2020-05-04T13:24:25.1047599\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11925RG\",\r\n \"webSpace\": \"11925RG-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-209\",\r\n \"deletedSiteName\": \"ps1613\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/1988542\",\r\n \"name\": \"ps3979\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1988542,\r\n \"deletedTimestamp\": \"2020-05-20T01:04:19.3456361\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11925RG\",\r\n \"webSpace\": \"11925RG-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-209\",\r\n \"deletedSiteName\": \"ps3979\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/2008324\",\r\n \"name\": \"ps1395\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 2008324,\r\n \"deletedTimestamp\": \"2020-05-22T14:41:24.1881672\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11925RG\",\r\n \"webSpace\": \"11925RG-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-209\",\r\n \"deletedSiteName\": \"ps1395\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/2029961\",\r\n \"name\": \"ps1546\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 2029961,\r\n \"deletedTimestamp\": \"2020-05-26T15:51:09.9511688\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11925RG\",\r\n \"webSpace\": \"11925RG-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-209\",\r\n \"deletedSiteName\": \"ps1546\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/2040614\",\r\n \"name\": \"ps7609\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 2040614,\r\n \"deletedTimestamp\": \"2020-05-27T17:28:28.8201787\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11925RG\",\r\n \"webSpace\": \"11925RG-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-209\",\r\n \"deletedSiteName\": \"ps7609\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West Europe/deletedSites/2132858\",\r\n \"name\": \"ps4624\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 2132858,\r\n \"deletedTimestamp\": \"2020-06-09T12:32:49.1490405\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11925RG\",\r\n \"webSpace\": \"11925RG-WestEuropewebspace\",\r\n \"stamp\": \"waws-prod-am2-209\",\r\n \"deletedSiteName\": \"ps4624\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West Europe\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West%20US/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwVVMvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/North%20Central%20US/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Ob3J0aCUyMENlbnRyYWwlMjBVUy9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "cdafb40c-cc24-4e41-bdb2-6f412b4f2538"
+ "ec9b911f-50fa-4a9e-8d15-265e1eb85e55"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -7101,7 +7119,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "1d47755e-734e-4dc0-b74c-ab6ba406d841"
+ "1c77f0e6-128e-4412-a69e-cb2730b8dd53"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -7113,22 +7131,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11997"
],
"x-ms-correlation-request-id": [
- "012a06c9-9611-45b8-8cd5-64a7784d11e4"
+ "d142ef27-667f-43ef-9c43-c99e614a1926"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:012a06c9-9611-45b8-8cd5-64a7784d11e4"
+ "WESTINDIA:20200624T103939Z:d142ef27-667f-43ef-9c43-c99e614a1926"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:17 GMT"
+ "Wed, 24 Jun 2020 10:39:38 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -7137,25 +7155,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West%20US/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwVVMvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/North%20Central%20US/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Ob3J0aCUyMENlbnRyYWwlMjBVUy9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "00b33b1f-7a85-4748-aeb6-0d67d7109d41"
+ "cfba2388-cdc0-41cd-90e8-4a96fa4a5155"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -7170,7 +7188,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "397d5078-7855-4860-b505-5c6ee2c627fd"
+ "7982c2c5-3a19-4c5a-b8ce-0d08907015f7"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -7182,22 +7200,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11997"
],
"x-ms-correlation-request-id": [
- "601d0165-cc3e-4e46-9d75-8c2b09a42213"
+ "6de4db77-df38-47a5-9314-e17be82acc71"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:601d0165-cc3e-4e46-9d75-8c2b09a42213"
+ "WESTINDIA:20200624T105639Z:6de4db77-df38-47a5-9314-e17be82acc71"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:39 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -7206,25 +7224,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central%20India/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DZW50cmFsJTIwSW5kaWEvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Korea%20Central/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Lb3JlYSUyMENlbnRyYWwvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "1b71144f-4f5b-4317-b4a3-a8f77be83633"
+ "f0d0886c-8ca5-476f-9b93-3814135f95b3"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -7239,7 +7257,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "190ed1f9-a930-4f01-b8b5-9f06f5d3932c"
+ "c93c6e2e-8d54-4e5b-8aa5-584bed6a0447"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -7254,19 +7272,19 @@
"11999"
],
"x-ms-correlation-request-id": [
- "17bd48a3-eb22-4c9f-b6c7-458ea7884822"
+ "ba67eeb9-89e9-410f-a161-7e387a66af2e"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:17bd48a3-eb22-4c9f-b6c7-458ea7884822"
+ "WESTINDIA:20200624T103939Z:ba67eeb9-89e9-410f-a161-7e387a66af2e"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:18 GMT"
+ "Wed, 24 Jun 2020 10:39:39 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -7275,25 +7293,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central%20India/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DZW50cmFsJTIwSW5kaWEvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Korea%20Central/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Lb3JlYSUyMENlbnRyYWwvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6db9974d-90b5-4030-bf46-4c4684c487e9"
+ "ac6583f4-de73-4bec-8ca3-a6301f77294e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -7308,7 +7326,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "4838fce0-93b5-42c8-9aa3-02bdcc636230"
+ "77ff2677-55b6-42f5-a64c-943dc1202ded"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -7320,22 +7338,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11996"
],
"x-ms-correlation-request-id": [
- "081c22f8-f809-4f9e-94ea-c37bc5da3672"
+ "138cf878-fdfc-4587-b590-2903b7f52935"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234627Z:081c22f8-f809-4f9e-94ea-c37bc5da3672"
+ "WESTINDIA:20200624T105629Z:138cf878-fdfc-4587-b590-2903b7f52935"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:29 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -7344,25 +7362,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East%20Asia/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwQXNpYS9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East%20Asia/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwQXNpYS9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "dcfcaa41-fa80-419e-8dbb-d7ccf84127db"
+ "4679c542-62eb-4631-9b34-a60d78d302ff"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -7377,7 +7395,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "c2877345-4877-4b9d-b594-70e82ec6cf57"
+ "6994900c-c6a4-4ce9-9d22-a6f89d0fdbd2"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -7392,19 +7410,19 @@
"11999"
],
"x-ms-correlation-request-id": [
- "ea920a05-65a6-4eff-81eb-d37198f645f4"
+ "5eb98c8f-5fc0-44ea-8187-90483610d7ca"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:ea920a05-65a6-4eff-81eb-d37198f645f4"
+ "WESTINDIA:20200624T103939Z:5eb98c8f-5fc0-44ea-8187-90483610d7ca"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:17 GMT"
+ "Wed, 24 Jun 2020 10:39:38 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -7413,25 +7431,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East%20Asia/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwQXNpYS9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East%20Asia/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwQXNpYS9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d88b1ed1-8640-4c81-98b3-d5f2122824b7"
+ "3e5d4907-a27a-404a-a81f-46e442e49753"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -7446,7 +7464,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "a299198f-12c8-459c-b192-5933d4dc1477"
+ "6ab18085-349a-4bd4-bfd3-ba13a024e29f"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -7458,22 +7476,712 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11997"
+ ],
+ "x-ms-correlation-request-id": [
+ "99aaacb4-68f0-4db9-9b85-927f0af7e4de"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTINDIA:20200624T105641Z:99aaacb4-68f0-4db9-9b85-927f0af7e4de"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Wed, 24 Jun 2020 10:56:40 GMT"
+ ],
+ "Content-Length": [
+ "38"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Korea%20South/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Lb3JlYSUyMFNvdXRoL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "0d0a77f8-6d56-409f-974d-537f593f946d"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.28207.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "08fb2bbf-6d82-4218-bf5a-d030d715ff1c"
+ ],
+ "Server": [
+ "Microsoft-IIS/10.0"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-correlation-request-id": [
+ "9e30a5b3-5525-44bb-b590-3f3bac25be37"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTINDIA:20200624T103939Z:9e30a5b3-5525-44bb-b590-3f3bac25be37"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Wed, 24 Jun 2020 10:39:38 GMT"
+ ],
+ "Content-Length": [
+ "38"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Korea%20South/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Lb3JlYSUyMFNvdXRoL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "0a06eccd-99e9-4b42-aac7-722fe70fa8b4"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.28207.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "d7ae26aa-8b90-4e7a-95b5-2620c858422b"
+ ],
+ "Server": [
+ "Microsoft-IIS/10.0"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11994"
+ ],
+ "x-ms-correlation-request-id": [
+ "3b5d1fab-6637-4895-b171-333c3dc70850"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTINDIA:20200624T105632Z:3b5d1fab-6637-4895-b171-333c3dc70850"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Wed, 24 Jun 2020 10:56:32 GMT"
+ ],
+ "Content-Length": [
+ "38"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East%20Asia%20%28Stage%29/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwQXNpYSUyMCUyOFN0YWdlJTI5L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "bab1520a-3c64-49bc-a8b2-7a68464a0db8"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.28207.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "53d29878-3512-4aa3-b189-10469b5d4767"
+ ],
+ "Server": [
+ "Microsoft-IIS/10.0"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-correlation-request-id": [
+ "ef719f6f-a542-4be9-92bb-3f3946a1b07b"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTINDIA:20200624T103939Z:ef719f6f-a542-4be9-92bb-3f3946a1b07b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Wed, 24 Jun 2020 10:39:38 GMT"
+ ],
+ "Content-Length": [
+ "38"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East%20Asia%20%28Stage%29/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwQXNpYSUyMCUyOFN0YWdlJTI5L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "6f73a79e-e951-4e92-a961-558ef585eaed"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.28207.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "157e4863-222d-47d7-9b94-109f0b142527"
+ ],
+ "Server": [
+ "Microsoft-IIS/10.0"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11992"
+ ],
+ "x-ms-correlation-request-id": [
+ "db989079-3549-4ea5-b1c8-71db06000aa2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTINDIA:20200624T105629Z:db989079-3549-4ea5-b1c8-71db06000aa2"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Wed, 24 Jun 2020 10:56:29 GMT"
+ ],
+ "Content-Length": [
+ "38"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/UK%20West/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9VSyUyMFdlc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "21aa05ac-ce03-4151-a79e-0304e46cdcd5"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.28207.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "84528f7d-1234-4e0c-9e56-d6537b5d36ee"
+ ],
+ "Server": [
+ "Microsoft-IIS/10.0"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-correlation-request-id": [
+ "ec204b91-a815-4f7b-9db0-5f71a446fc57"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTINDIA:20200624T103939Z:ec204b91-a815-4f7b-9db0-5f71a446fc57"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Wed, 24 Jun 2020 10:39:38 GMT"
+ ],
+ "Content-Length": [
+ "38"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/UK%20West/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9VSyUyMFdlc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "4a64fa08-ddf0-477e-a525-6a49d6e3970d"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.28207.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "37ff7db9-f2bc-4c80-8f16-40db48675a11"
+ ],
+ "Server": [
+ "Microsoft-IIS/10.0"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-correlation-request-id": [
+ "702b8d61-b69e-4062-a165-c3ba38b079c8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTINDIA:20200624T105635Z:702b8d61-b69e-4062-a165-c3ba38b079c8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Wed, 24 Jun 2020 10:56:35 GMT"
+ ],
+ "Content-Length": [
+ "38"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Canada%20East/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DYW5hZGElMjBFYXN0L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "159eaa5d-66f9-4cac-a216-475295cbfe04"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.28207.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "913b5e10-ffb2-401f-8c97-ebb8153a0a32"
+ ],
+ "Server": [
+ "Microsoft-IIS/10.0"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-correlation-request-id": [
+ "fbc90cf2-12c3-498c-92e3-a22046231197"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTINDIA:20200624T103939Z:fbc90cf2-12c3-498c-92e3-a22046231197"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Wed, 24 Jun 2020 10:39:38 GMT"
+ ],
+ "Content-Length": [
+ "38"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Canada%20East/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DYW5hZGElMjBFYXN0L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "7683b049-f0d3-4fc0-8b7c-7386f8f336e9"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.28207.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "b2666d14-7457-4d6d-86de-1cc74dee2693"
+ ],
+ "Server": [
+ "Microsoft-IIS/10.0"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-correlation-request-id": [
+ "211e81d8-e090-49a1-b811-2bda455d283e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTINDIA:20200624T105631Z:211e81d8-e090-49a1-b811-2bda455d283e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Wed, 24 Jun 2020 10:56:30 GMT"
+ ],
+ "Content-Length": [
+ "38"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West%20Central%20US/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwQ2VudHJhbCUyMFVTL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "156c09fd-e35a-4c8d-8ffb-b3f04d7fa31e"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.28207.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "279236d2-22af-4f10-8f39-73b98060aa6a"
+ ],
+ "Server": [
+ "Microsoft-IIS/10.0"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-correlation-request-id": [
+ "edcd9f17-85d9-400d-aa96-276f01e3293c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTINDIA:20200624T103939Z:edcd9f17-85d9-400d-aa96-276f01e3293c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Wed, 24 Jun 2020 10:39:39 GMT"
+ ],
+ "Content-Length": [
+ "38"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West%20Central%20US/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwQ2VudHJhbCUyMFVTL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "3dbfd294-18f8-48dd-9835-6c076ffa0f20"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.28207.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "715e37ac-615b-4989-abde-f2a183c8f760"
+ ],
+ "Server": [
+ "Microsoft-IIS/10.0"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
],
"x-ms-correlation-request-id": [
- "697c18a5-3f72-490b-8732-138aa5b6b044"
+ "64b0e43d-2491-4384-936b-9a74405a5192"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234627Z:697c18a5-3f72-490b-8732-138aa5b6b044"
+ "WESTINDIA:20200624T105631Z:64b0e43d-2491-4384-936b-9a74405a5192"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:30 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -7482,25 +8190,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West%20India/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwSW5kaWEvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Norway%20East/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Ob3J3YXklMjBFYXN0L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "27445937-1637-4eeb-9b0d-d47db2a0b9e8"
+ "d85214a1-654d-4d35-9965-92ca0a3a0e98"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -7515,7 +8223,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "579c1f70-62e6-413e-a3f5-68ee4b73833d"
+ "aa453ad4-a6ca-45e3-889c-aa408256cd1a"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -7527,22 +8235,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11998"
],
"x-ms-correlation-request-id": [
- "487603c8-708f-46b8-bfac-9b81589a60ce"
+ "cd90fced-94dd-4aee-8877-23f187f3247c"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:487603c8-708f-46b8-bfac-9b81589a60ce"
+ "WESTINDIA:20200624T103939Z:cd90fced-94dd-4aee-8877-23f187f3247c"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:17 GMT"
+ "Wed, 24 Jun 2020 10:39:39 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -7551,25 +8259,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West%20India/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwSW5kaWEvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Norway%20East/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Ob3J3YXklMjBFYXN0L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a223d91c-9653-4d5b-8834-b18b365ad2dd"
+ "cfd61811-81ee-4147-b74d-b3b8bee4ac21"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -7584,7 +8292,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "7188a08b-49b9-4622-8e4f-f6df09ee81c4"
+ "f829055c-ed8e-48e1-b81e-29850f85ccb8"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -7596,22 +8304,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11997"
],
"x-ms-correlation-request-id": [
- "d203e1a2-9ac2-49f4-9de8-5dc03c6e24e5"
+ "a74e7b74-c8e6-4d9a-b932-a6f3576761a3"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:d203e1a2-9ac2-49f4-9de8-5dc03c6e24e5"
+ "WESTINDIA:20200624T105639Z:a74e7b74-c8e6-4d9a-b932-a6f3576761a3"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:38 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -7620,25 +8328,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North%20Central%20US/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Ob3J0aCUyMENlbnRyYWwlMjBVUy9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East%20US/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwVVMvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a6e0b690-7a25-40eb-9b1c-253928d3e04e"
+ "a1bae6d5-b7be-4d13-833f-a3fe705f3aff"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -7653,7 +8361,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "e2453517-f9d4-4047-a25d-cff4282cc5f4"
+ "cd990171-49c5-475b-8073-811e8da43093"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -7665,22 +8373,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11996"
],
"x-ms-correlation-request-id": [
- "696021a1-684e-4bea-ade8-89e03ca1c3d9"
+ "f3b897e5-4f0c-44e1-bc9e-ba62d37d43c8"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:696021a1-684e-4bea-ade8-89e03ca1c3d9"
+ "WESTINDIA:20200624T103939Z:f3b897e5-4f0c-44e1-bc9e-ba62d37d43c8"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:17 GMT"
+ "Wed, 24 Jun 2020 10:39:39 GMT"
],
"Content-Length": [
- "108959"
+ "9808"
],
"Content-Type": [
"application/json"
@@ -7689,25 +8397,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/652104\",\r\n \"name\": \"webapp-linuxte7tfthwlyyq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 652104,\r\n \"deletedTimestamp\": \"2020-03-28T10:27:21.4110697\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configydwtipsjhuwxeni3zkzx5ywf4plx5lm5enrkrf5pabf7f33w43a66\",\r\n \"webSpace\": \"cli_test_webapp_configydwtipsjhuwxeni3zkzx5ywf4plx5lm5enrkrf5pabf7f33w43a66-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-089\",\r\n \"deletedSiteName\": \"webapp-linuxte7tfthwlyyq\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/652158\",\r\n \"name\": \"webapp-linuxr3vfzfykyhry\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 652158,\r\n \"deletedTimestamp\": \"2020-03-28T11:33:06.7929573\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configqou6rh3lko26b2urzunzcyojunjjgmgz2zg22eccsyjx3g5smnd3g\",\r\n \"webSpace\": \"cli_test_webapp_configqou6rh3lko26b2urzunzcyojunjjgmgz2zg22eccsyjx3g5smnd3g-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-161\",\r\n \"deletedSiteName\": \"webapp-linuxr3vfzfykyhry\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/653909\",\r\n \"name\": \"destclonemac\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 653909,\r\n \"deletedTimestamp\": \"2020-03-29T09:05:59.4062825\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9547\",\r\n \"webSpace\": \"ps9547-clonease1appseEastUSwebspace\",\r\n \"stamp\": \"clonease1\",\r\n \"deletedSiteName\": \"destclonemac\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/653910\",\r\n \"name\": \"webappservcab\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 653910,\r\n \"deletedTimestamp\": \"2020-03-29T09:06:05.7220769\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9547\",\r\n \"webSpace\": \"ps9547-clonease1appseEastUSwebspace\",\r\n \"stamp\": \"clonease1\",\r\n \"deletedSiteName\": \"webappservcab\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/680365\",\r\n \"name\": \"webapp-linux2nhapq56bmrv\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 680365,\r\n \"deletedTimestamp\": \"2020-04-03T06:38:19.9660826\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configtau2u4v5fsc6z4o3r376ilagtwh3vmyzm62apxdsnlxwfdommqbzf\",\r\n \"webSpace\": \"cli_test_webapp_configtau2u4v5fsc6z4o3r376ilagtwh3vmyzm62apxdsnlxwfdommqbzf-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-161\",\r\n \"deletedSiteName\": \"webapp-linux2nhapq56bmrv\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/725362\",\r\n \"name\": \"webapp-linux3nfwql4u6p4x\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 725362,\r\n \"deletedTimestamp\": \"2020-04-14T05:55:32.5917165\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configcjsda6pqhcxzjf2cpy3xqoly2bqfg6mg7gdcumtxw2czgvmxuh3as\",\r\n \"webSpace\": \"cli_test_webapp_configcjsda6pqhcxzjf2cpy3xqoly2bqfg6mg7gdcumtxw2czgvmxuh3as-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-167\",\r\n \"deletedSiteName\": \"webapp-linux3nfwql4u6p4x\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/803573\",\r\n \"name\": \"ps2024\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 803573,\r\n \"deletedTimestamp\": \"2020-04-29T10:30:06.5979445\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2024\",\r\n \"webSpace\": \"ps2024-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-057\",\r\n \"deletedSiteName\": \"ps2024\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/827147\",\r\n \"name\": \"ps4676\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 827147,\r\n \"deletedTimestamp\": \"2020-05-04T12:32:16.3595837\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps4676\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/827357\",\r\n \"name\": \"ps678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 827357,\r\n \"deletedTimestamp\": \"2020-05-04T13:18:02.5642269\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/839093\",\r\n \"name\": \"ps2000\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 839093,\r\n \"deletedTimestamp\": \"2020-05-06T10:15:13.3752289\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps2000\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/913048\",\r\n \"name\": \"ps5837\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 913048,\r\n \"deletedTimestamp\": \"2020-05-20T00:56:07.538057\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps5837\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/927907\",\r\n \"name\": \"ps7902\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 927907,\r\n \"deletedTimestamp\": \"2020-05-22T11:22:52.6435451\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps7902\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/928887\",\r\n \"name\": \"ps4447\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 928887,\r\n \"deletedTimestamp\": \"2020-05-22T14:32:18.3806887\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps4447\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/943444\",\r\n \"name\": \"ps3159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 943444,\r\n \"deletedTimestamp\": \"2020-05-26T15:41:26.2427096\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps3159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/950044\",\r\n \"name\": \"ps6185\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 950044,\r\n \"deletedTimestamp\": \"2020-05-27T17:19:18.4323284\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps6185\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/959418\",\r\n \"name\": \"testfsappase\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 959418,\r\n \"deletedTimestamp\": \"2020-05-29T06:08:39.3655074\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"testfsrg1704\",\r\n \"webSpace\": \"testfsrg1704-clonease1appseEastUSwebspace\",\r\n \"stamp\": \"clonease1\",\r\n \"deletedSiteName\": \"testfsappase\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/1011880\",\r\n \"name\": \"ps6791\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1011880,\r\n \"deletedTimestamp\": \"2020-06-09T12:26:22.6017195\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps6791\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North%20Central%20US/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Ob3J0aCUyMENlbnRyYWwlMjBVUy9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East%20US/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwVVMvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "72a17c4a-b9a6-4957-b3da-12a08049d914"
+ "b5fbc05e-cd3f-4ceb-bcb4-c2bd287f2e49"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -7722,7 +8430,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "c8b57928-40ac-4a83-af0f-174057f9b61f"
+ "a991160d-6ee9-426d-a37f-1b31f7b05461"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -7734,22 +8442,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
+ "11997"
],
"x-ms-correlation-request-id": [
- "808ffb71-a4a7-49d5-a9c4-057f7ba7ac75"
+ "368b3b97-cf76-4ba9-a8dc-7ac1b1038555"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234627Z:808ffb71-a4a7-49d5-a9c4-057f7ba7ac75"
+ "WESTINDIA:20200624T105629Z:368b3b97-cf76-4ba9-a8dc-7ac1b1038555"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:29 GMT"
],
"Content-Length": [
- "108959"
+ "9808"
],
"Content-Type": [
"application/json"
@@ -7758,25 +8466,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/652104\",\r\n \"name\": \"webapp-linuxte7tfthwlyyq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 652104,\r\n \"deletedTimestamp\": \"2020-03-28T10:27:21.4110697\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configydwtipsjhuwxeni3zkzx5ywf4plx5lm5enrkrf5pabf7f33w43a66\",\r\n \"webSpace\": \"cli_test_webapp_configydwtipsjhuwxeni3zkzx5ywf4plx5lm5enrkrf5pabf7f33w43a66-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-089\",\r\n \"deletedSiteName\": \"webapp-linuxte7tfthwlyyq\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/652158\",\r\n \"name\": \"webapp-linuxr3vfzfykyhry\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 652158,\r\n \"deletedTimestamp\": \"2020-03-28T11:33:06.7929573\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configqou6rh3lko26b2urzunzcyojunjjgmgz2zg22eccsyjx3g5smnd3g\",\r\n \"webSpace\": \"cli_test_webapp_configqou6rh3lko26b2urzunzcyojunjjgmgz2zg22eccsyjx3g5smnd3g-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-161\",\r\n \"deletedSiteName\": \"webapp-linuxr3vfzfykyhry\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/653909\",\r\n \"name\": \"destclonemac\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 653909,\r\n \"deletedTimestamp\": \"2020-03-29T09:05:59.4062825\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9547\",\r\n \"webSpace\": \"ps9547-clonease1appseEastUSwebspace\",\r\n \"stamp\": \"clonease1\",\r\n \"deletedSiteName\": \"destclonemac\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/653910\",\r\n \"name\": \"webappservcab\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 653910,\r\n \"deletedTimestamp\": \"2020-03-29T09:06:05.7220769\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9547\",\r\n \"webSpace\": \"ps9547-clonease1appseEastUSwebspace\",\r\n \"stamp\": \"clonease1\",\r\n \"deletedSiteName\": \"webappservcab\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/680365\",\r\n \"name\": \"webapp-linux2nhapq56bmrv\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 680365,\r\n \"deletedTimestamp\": \"2020-04-03T06:38:19.9660826\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configtau2u4v5fsc6z4o3r376ilagtwh3vmyzm62apxdsnlxwfdommqbzf\",\r\n \"webSpace\": \"cli_test_webapp_configtau2u4v5fsc6z4o3r376ilagtwh3vmyzm62apxdsnlxwfdommqbzf-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-161\",\r\n \"deletedSiteName\": \"webapp-linux2nhapq56bmrv\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/725362\",\r\n \"name\": \"webapp-linux3nfwql4u6p4x\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 725362,\r\n \"deletedTimestamp\": \"2020-04-14T05:55:32.5917165\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configcjsda6pqhcxzjf2cpy3xqoly2bqfg6mg7gdcumtxw2czgvmxuh3as\",\r\n \"webSpace\": \"cli_test_webapp_configcjsda6pqhcxzjf2cpy3xqoly2bqfg6mg7gdcumtxw2czgvmxuh3as-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-167\",\r\n \"deletedSiteName\": \"webapp-linux3nfwql4u6p4x\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/803573\",\r\n \"name\": \"ps2024\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 803573,\r\n \"deletedTimestamp\": \"2020-04-29T10:30:06.5979445\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2024\",\r\n \"webSpace\": \"ps2024-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-057\",\r\n \"deletedSiteName\": \"ps2024\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/827147\",\r\n \"name\": \"ps4676\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 827147,\r\n \"deletedTimestamp\": \"2020-05-04T12:32:16.3595837\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps4676\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/827357\",\r\n \"name\": \"ps678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 827357,\r\n \"deletedTimestamp\": \"2020-05-04T13:18:02.5642269\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/839093\",\r\n \"name\": \"ps2000\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 839093,\r\n \"deletedTimestamp\": \"2020-05-06T10:15:13.3752289\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps2000\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/913048\",\r\n \"name\": \"ps5837\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 913048,\r\n \"deletedTimestamp\": \"2020-05-20T00:56:07.538057\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps5837\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/927907\",\r\n \"name\": \"ps7902\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 927907,\r\n \"deletedTimestamp\": \"2020-05-22T11:22:52.6435451\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps7902\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/928887\",\r\n \"name\": \"ps4447\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 928887,\r\n \"deletedTimestamp\": \"2020-05-22T14:32:18.3806887\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps4447\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/943444\",\r\n \"name\": \"ps3159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 943444,\r\n \"deletedTimestamp\": \"2020-05-26T15:41:26.2427096\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps3159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/950044\",\r\n \"name\": \"ps6185\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 950044,\r\n \"deletedTimestamp\": \"2020-05-27T17:19:18.4323284\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps6185\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/959418\",\r\n \"name\": \"testfsappase\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 959418,\r\n \"deletedTimestamp\": \"2020-05-29T06:08:39.3655074\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"testfsrg1704\",\r\n \"webSpace\": \"testfsrg1704-clonease1appseEastUSwebspace\",\r\n \"stamp\": \"clonease1\",\r\n \"deletedSiteName\": \"testfsappase\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East US/deletedSites/1011880\",\r\n \"name\": \"ps6791\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 1011880,\r\n \"deletedTimestamp\": \"2020-06-09T12:26:22.6017195\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"11698RG1\",\r\n \"webSpace\": \"11698RG1-11698ASP-PSappseEastUSwebspace\",\r\n \"stamp\": \"11698ASP-PS\",\r\n \"deletedSiteName\": \"ps6791\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North%20Europe/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Ob3J0aCUyMEV1cm9wZS9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West%20US/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwVVMvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f0dd13fd-bbc0-4565-8451-4cd88f6ea67a"
+ "31d05d1f-e7e4-46f5-87de-63e4c6b5ce50"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -7791,7 +8499,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "63db72c0-dbef-45e2-a8a2-2de3fc00aa53"
+ "a0d0a340-f143-4ce8-a5c6-217aa5df8335"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -7806,19 +8514,19 @@
"11998"
],
"x-ms-correlation-request-id": [
- "f8503aa8-b16e-4d22-a9b0-f5f2002e96d3"
+ "1bd49789-65dc-4e63-9a19-07977a41f31d"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:f8503aa8-b16e-4d22-a9b0-f5f2002e96d3"
+ "WESTINDIA:20200624T103940Z:1bd49789-65dc-4e63-9a19-07977a41f31d"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:18 GMT"
+ "Wed, 24 Jun 2020 10:39:39 GMT"
],
"Content-Length": [
- "108959"
+ "503322"
],
"Content-Type": [
"application/json"
@@ -7827,25 +8535,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341255\",\r\n \"name\": \"webapp-config-testyg6padshlxwrcj6uuhxgzz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341255,\r\n \"deletedTimestamp\": \"2020-03-27T15:55:07.8578569\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_config5jekvermxi66g746npn7afuk3cfnj5o7c2sztjxxyyeelwbtkgn7o\",\r\n \"webSpace\": \"cli_test_webapp_config5jekvermxi66g746npn7afuk3cfnj5o7c2sztjxxyyeelwbtkgn7o-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"webapp-config-testyg6padshlxwrcj6uuhxgzz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341276\",\r\n \"name\": \"webapp-config-appsettings-testaa7sse6oba\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341276,\r\n \"deletedTimestamp\": \"2020-03-27T16:04:52.7159296\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_config_appsettingsc2fgt2mkrvfyfxffj3b2a32f76zmm4zfbiqwlaywm\",\r\n \"webSpace\": \"cli_test_webapp_config_appsettingsc2fgt2mkrvfyfxffj3b2a32f76zmm4zfbiqwlaywm-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"webapp-config-appsettings-testaa7sse6oba\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341353\",\r\n \"name\": \"cli-funcapp-nwrdoga55dfl\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341353,\r\n \"deletedTimestamp\": \"2020-03-27T16:26:58.5198924\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgnejskrcbb7fpp4a7kba2gg7zi2h2iw3tfobwfccx4e526vxp2wawxjl5cjkarkmqh\",\r\n \"webSpace\": \"clitest.rgnejskrcbb7fpp4a7kba2gg7zi2h2iw3tfobwfccx4e526vxp2wawxjl5cjkarkmqh-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"cli-funcapp-nwrdoga55dfl\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341364\",\r\n \"name\": \"cli-webapp-nwrxcvkkgijcp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341364,\r\n \"deletedTimestamp\": \"2020-03-27T16:31:49.0932772\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg2fhaje3vtodqevq6o262buok7ugpcv6yzlipe42c672shzeemv65igy5mf3eo7lcj\",\r\n \"webSpace\": \"clitest.rg2fhaje3vtodqevq6o262buok7ugpcv6yzlipe42c672shzeemv65igy5mf3eo7lcj-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"cli-webapp-nwrxcvkkgijcp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341368\",\r\n \"name\": \"cli-webapp-nwr74n22jhvnc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341368,\r\n \"deletedTimestamp\": \"2020-03-27T16:33:40.7801704\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg6ze5ttwrcqlc7vbg4tmpvnlnw6v5l5f5vbqap3pyw5ppbfzni2vg4aemg5xhfeenu\",\r\n \"webSpace\": \"clitest.rg6ze5ttwrcqlc7vbg4tmpvnlnw6v5l5f5vbqap3pyw5ppbfzni2vg4aemg5xhfeenu-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"cli-webapp-nwr74n22jhvnc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341386\",\r\n \"name\": \"cli-webapp-nwrw7gebsezqh\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341386,\r\n \"deletedTimestamp\": \"2020-03-27T16:43:35.0245213\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgbluqduz5tmiw7oqhaqk7zvjwfd2y53zufj2govymg6uggnvpe5iqf3omwhwsj636x\",\r\n \"webSpace\": \"clitest.rgbluqduz5tmiw7oqhaqk7zvjwfd2y53zufj2govymg6uggnvpe5iqf3omwhwsj636x-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"cli-webapp-nwrw7gebsezqh\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341387\",\r\n \"name\": \"cli-webapp-nwruzezq7x6k5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341387,\r\n \"deletedTimestamp\": \"2020-03-27T16:46:23.3811855\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg5nigni2vtmzu542h3easdh4kufuvq4t6vfatzq727dlgbxyid5p44yztxnhwos3pu\",\r\n \"webSpace\": \"clitest.rg5nigni2vtmzu542h3easdh4kufuvq4t6vfatzq727dlgbxyid5p44yztxnhwos3pu-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"cli-webapp-nwruzezq7x6k5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341390\",\r\n \"name\": \"cli-webapp-nwrmie3okwc2c\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341390,\r\n \"deletedTimestamp\": \"2020-03-27T16:48:28.0081131\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg33isi6mnvyrtatplvxy6gyu3lkey5okfxwulhokajz64d3vvwthtoc5zovayftxdd\",\r\n \"webSpace\": \"clitest.rg33isi6mnvyrtatplvxy6gyu3lkey5okfxwulhokajz64d3vvwthtoc5zovayftxdd-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"cli-webapp-nwrmie3okwc2c\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341392\",\r\n \"name\": \"cli-webapp-nwrgde6hfkdbt\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341392,\r\n \"deletedTimestamp\": \"2020-03-27T16:50:20.2526097\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgghdhde7riocosiprzdpccuotmndesfjfjwlb2mvsbnfohcv4sposqgspaihzippjw\",\r\n \"webSpace\": \"clitest.rgghdhde7riocosiprzdpccuotmndesfjfjwlb2mvsbnfohcv4sposqgspaihzippjw-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"cli-webapp-nwrgde6hfkdbt\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341394\",\r\n \"name\": \"webInOtherRG\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341394,\r\n \"deletedTimestamp\": \"2020-03-27T16:52:06.7494152\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgpo5dzrxp56ygxbpqowigmvyy6e7oerxeyakk6eidzllzagiiap2yf463vdpdptbhy\",\r\n \"webSpace\": \"clitest.rgpo5dzrxp56ygxbpqowigmvyy6e7oerxeyakk6eidzllzagiiap2yf463vdpdptbhy-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"webInOtherRG\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341402\",\r\n \"name\": \"cli-webapp-nwr6vmdnoyjuc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341402,\r\n \"deletedTimestamp\": \"2020-03-27T16:54:03.3030411\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg4kxungaogxiefszioaxzhllvrw665oavcya5zivdhswrevd5tiwgwzgjdua3svael\",\r\n \"webSpace\": \"clitest.rg4kxungaogxiefszioaxzhllvrw665oavcya5zivdhswrevd5tiwgwzgjdua3svael-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"cli-webapp-nwr6vmdnoyjuc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341416\",\r\n \"name\": \"webapp-quickpqlytkdnuaol\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341416,\r\n \"deletedTimestamp\": \"2020-03-27T16:59:58.1157728\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg2lgscnviz7xzkshgvacn5qlxq3vbysm4lbt5ptcqeericugjbwfoawcgrixtweswq\",\r\n \"webSpace\": \"clitest.rg2lgscnviz7xzkshgvacn5qlxq3vbysm4lbt5ptcqeericugjbwfoawcgrixtweswq-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"webapp-quickpqlytkdnuaol\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341433\",\r\n \"name\": \"webapp-linux-multiocxzii\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341433,\r\n \"deletedTimestamp\": \"2020-03-27T17:02:55.7845057\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgbuluskpnljcey4szondvuqug7izij6fyttsr4ikywsc5v4s7mmepfvife6hrapywm\",\r\n \"webSpace\": \"clitest.rgbuluskpnljcey4szondvuqug7izij6fyttsr4ikywsc5v4s7mmepfvife6hrapywm-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-081\",\r\n \"deletedSiteName\": \"webapp-linux-multiocxzii\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341482\",\r\n \"name\": \"cli-webapp-nwrgaahehlo6d\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341482,\r\n \"deletedTimestamp\": \"2020-03-27T17:23:30.6630902\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgaaiaxdhagn6pahkne3xrapfesjvsfsanzaoel4wxonrlxgm3xj4lrkeh2v5qxeqah\",\r\n \"webSpace\": \"clitest.rgaaiaxdhagn6pahkne3xrapfesjvsfsanzaoel4wxonrlxgm3xj4lrkeh2v5qxeqah-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"cli-webapp-nwrgaahehlo6d\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341483\",\r\n \"name\": \"cli-webapp-nwrtym6jzzt65\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341483,\r\n \"deletedTimestamp\": \"2020-03-27T17:24:29.2110619\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgut2dlryoo4q23kivkkonziqyk7yafxkg5iczqxifccbzwb4htbu7fyg7chrtgxhyq\",\r\n \"webSpace\": \"clitest.rgut2dlryoo4q23kivkkonziqyk7yafxkg5iczqxifccbzwb4htbu7fyg7chrtgxhyq-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"cli-webapp-nwrtym6jzzt65\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341485\",\r\n \"name\": \"backup-webappu5ysop4ttov\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341485,\r\n \"deletedTimestamp\": \"2020-03-27T17:26:19.8437723\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgiu4c5vzvhvpplm3q6fow4v44a7e7qppcftusi6ejdnt2kr3swvpc66mbtiu2du46f\",\r\n \"webSpace\": \"clitest.rgiu4c5vzvhvpplm3q6fow4v44a7e7qppcftusi6ejdnt2kr3swvpc66mbtiu2du46f-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"backup-webappu5ysop4ttov\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341487\",\r\n \"name\": \"backup-webappk75wjqa4giv\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341487,\r\n \"deletedTimestamp\": \"2020-03-27T17:27:42.8719692\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkjp4xoz6aizjxrcs2mihovzcn2gye45pnanat3p23idzmmyes5khwipn52f7ufzuf\",\r\n \"webSpace\": \"clitest.rgkjp4xoz6aizjxrcs2mihovzcn2gye45pnanat3p23idzmmyes5khwipn52f7ufzuf-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"backup-webappk75wjqa4giv\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343026\",\r\n \"name\": \"webapp-config-appsettings-test3a34z64anp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343026,\r\n \"deletedTimestamp\": \"2020-03-28T10:09:47.5542275\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_config_appsettingsh2bu543pf3657pqmfwvnefsgelvve2beyqjzfiqgt\",\r\n \"webSpace\": \"cli_test_webapp_config_appsettingsh2bu543pf3657pqmfwvnefsgelvve2beyqjzfiqgt-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"webapp-config-appsettings-test3a34z64anp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343028\",\r\n \"name\": \"webapp-config-appsettings-testcbqdjc54bk\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343028,\r\n \"deletedTimestamp\": \"2020-03-28T10:11:21.5361678\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_config_appsettings3eoczhk5eedzxhe4oxl5ipfm5txbgbkaza5oqc4vk\",\r\n \"webSpace\": \"cli_test_webapp_config_appsettings3eoczhk5eedzxhe4oxl5ipfm5txbgbkaza5oqc4vk-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"webapp-config-appsettings-testcbqdjc54bk\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343034\",\r\n \"name\": \"cli-webapp-nwrj2z53ce7ke\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343034,\r\n \"deletedTimestamp\": \"2020-03-28T10:13:49.1340009\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgxclve276zn4ylsd7ixf2mbh7rh4eoczc6xwkz6kzzge6fklktoqbqkf6gtgsle2e2\",\r\n \"webSpace\": \"clitest.rgxclve276zn4ylsd7ixf2mbh7rh4eoczc6xwkz6kzzge6fklktoqbqkf6gtgsle2e2-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"cli-webapp-nwrj2z53ce7ke\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343035\",\r\n \"name\": \"cli-webapp-nwrh3a45fq336\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343035,\r\n \"deletedTimestamp\": \"2020-03-28T10:13:55.3745927\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgtf6nzld5opy6ublecnei5tr5qqxncslqheredpctud7wntgmb4jjpomorfmsvmpph\",\r\n \"webSpace\": \"clitest.rgtf6nzld5opy6ublecnei5tr5qqxncslqheredpctud7wntgmb4jjpomorfmsvmpph-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"cli-webapp-nwrh3a45fq336\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343036\",\r\n \"name\": \"cli-webapp-nwrfdv4uha7ud\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343036,\r\n \"deletedTimestamp\": \"2020-03-28T10:14:13.6526457\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgnehngptzlasm3thskbwmycsfp2aruuko4hkfp4h5ddivvuipzloaupro6ralom5pf\",\r\n \"webSpace\": \"clitest.rgnehngptzlasm3thskbwmycsfp2aruuko4hkfp4h5ddivvuipzloaupro6ralom5pf-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"cli-webapp-nwrfdv4uha7ud\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343037\",\r\n \"name\": \"cli-webapp-nwrpkwb4otowf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343037,\r\n \"deletedTimestamp\": \"2020-03-28T10:15:19.4040476\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgcpn3yoxv3f2m74w5jrgdptlownzqz7tpqs7jywap35hf5yittuhjojxnvrzjm5xoj\",\r\n \"webSpace\": \"clitest.rgcpn3yoxv3f2m74w5jrgdptlownzqz7tpqs7jywap35hf5yittuhjojxnvrzjm5xoj-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"cli-webapp-nwrpkwb4otowf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343039\",\r\n \"name\": \"cli-webapp-nwrbkvv4pjeva\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343039,\r\n \"deletedTimestamp\": \"2020-03-28T10:15:48.8991781\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgvdqoniziw7h3k7xr5flsmho6mbqmvhg2mzl5rcx5wdcp3w7jrgyimwgr4vrges74l\",\r\n \"webSpace\": \"clitest.rgvdqoniziw7h3k7xr5flsmho6mbqmvhg2mzl5rcx5wdcp3w7jrgyimwgr4vrges74l-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"cli-webapp-nwrbkvv4pjeva\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343040\",\r\n \"name\": \"cli-webapp-nwro3tfioeopi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343040,\r\n \"deletedTimestamp\": \"2020-03-28T10:16:03.749734\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgrejcwf7jrhmieji6ssw2dl5dy3qftrahdd35h5nirbjgszzcgawhehscqe6sxpuav\",\r\n \"webSpace\": \"clitest.rgrejcwf7jrhmieji6ssw2dl5dy3qftrahdd35h5nirbjgszzcgawhehscqe6sxpuav-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"cli-webapp-nwro3tfioeopi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343041\",\r\n \"name\": \"cli-webapp-nwr3waihqfg4g\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343041,\r\n \"deletedTimestamp\": \"2020-03-28T10:16:41.0163909\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgrncojfepnyfjmccmqhovctkkesdf6vtl7ewcta76ks2s3d2cgliiramtxbgop3ztd\",\r\n \"webSpace\": \"clitest.rgrncojfepnyfjmccmqhovctkkesdf6vtl7ewcta76ks2s3d2cgliiramtxbgop3ztd-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"cli-webapp-nwr3waihqfg4g\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343042\",\r\n \"name\": \"cli-webapp-nwrrey6c2xcyk\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343042,\r\n \"deletedTimestamp\": \"2020-03-28T10:17:40.4960821\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgowpyipfscflaeyrrwjfnvnkkynkrpqitxggbahwqwujctct7tzs7axiakm3f36qrl\",\r\n \"webSpace\": \"clitest.rgowpyipfscflaeyrrwjfnvnkkynkrpqitxggbahwqwujctct7tzs7axiakm3f36qrl-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"cli-webapp-nwrrey6c2xcyk\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343043\",\r\n \"name\": \"webInOtherRG\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343043,\r\n \"deletedTimestamp\": \"2020-03-28T10:17:43.8983674\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg3gadmh73b5rbq3eblvj3xykakyvw45azesv35h3njuz7std3qv6niv3itbksznhw5\",\r\n \"webSpace\": \"clitest.rg3gadmh73b5rbq3eblvj3xykakyvw45azesv35h3njuz7std3qv6niv3itbksznhw5-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"webInOtherRG\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343044\",\r\n \"name\": \"cli-webapp-nwryqgppzr6kp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343044,\r\n \"deletedTimestamp\": \"2020-03-28T10:18:20.9457617\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg53gn2wd76b2dmnu2rrk4ketvto5iig2fhhja3vpyzjuzuawxhizz77jvvwsmwaoyk\",\r\n \"webSpace\": \"clitest.rg53gn2wd76b2dmnu2rrk4ketvto5iig2fhhja3vpyzjuzuawxhizz77jvvwsmwaoyk-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"cli-webapp-nwryqgppzr6kp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343045\",\r\n \"name\": \"webapp-quickteeaolgfcqjq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343045,\r\n \"deletedTimestamp\": \"2020-03-28T10:19:33.809942\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgevu2olczom2e5pjxvsg3mfvlldqnlxeiiptc657oyv3ij7s3vrbpzjs53adqztsra\",\r\n \"webSpace\": \"clitest.rgevu2olczom2e5pjxvsg3mfvlldqnlxeiiptc657oyv3ij7s3vrbpzjs53adqztsra-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"webapp-quickteeaolgfcqjq\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343048\",\r\n \"name\": \"webapp-linux-multiueszq6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343048,\r\n \"deletedTimestamp\": \"2020-03-28T10:20:28.1069626\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg4w4c77oiw3rqsnyopmagoiue2x6upjzi7c54oqa2r3manmnir3d2wwoz6bxkzanmb\",\r\n \"webSpace\": \"clitest.rg4w4c77oiw3rqsnyopmagoiue2x6upjzi7c54oqa2r3manmnir3d2wwoz6bxkzanmb-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-129\",\r\n \"deletedSiteName\": \"webapp-linux-multiueszq6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343049\",\r\n \"name\": \"cli-webapp-nwrfqfdmd3f6m\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343049,\r\n \"deletedTimestamp\": \"2020-03-28T10:20:41.4367789\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgqr63szz5bycdqsa6yiotgrocznf56d4besuc7nowngk6cb3hzosza32f4u4kb2alt\",\r\n \"webSpace\": \"clitest.rgqr63szz5bycdqsa6yiotgrocznf56d4besuc7nowngk6cb3hzosza32f4u4kb2alt-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"cli-webapp-nwrfqfdmd3f6m\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343050\",\r\n \"name\": \"cli-webapp-nwrfqfdmd3f6m\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343050,\r\n \"deletedTimestamp\": \"2020-03-28T10:20:41.7805306\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgqr63szz5bycdqsa6yiotgrocznf56d4besuc7nowngk6cb3hzosza32f4u4kb2alt\",\r\n \"webSpace\": \"clitest.rgqr63szz5bycdqsa6yiotgrocznf56d4besuc7nowngk6cb3hzosza32f4u4kb2alt-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"cli-webapp-nwrfqfdmd3f6m\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343052\",\r\n \"name\": \"backup-webappovlq4eog3pk\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343052,\r\n \"deletedTimestamp\": \"2020-03-28T10:22:44.3797842\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgggac6yfzie4w2cfkdl43yiu3vij7rdk3go24trryyrkmocbtp2o5hfdpjcd74u4ln\",\r\n \"webSpace\": \"clitest.rgggac6yfzie4w2cfkdl43yiu3vij7rdk3go24trryyrkmocbtp2o5hfdpjcd74u4ln-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"backup-webappovlq4eog3pk\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343053\",\r\n \"name\": \"webapp-e2eky2e5ekrjmg3mc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343053,\r\n \"deletedTimestamp\": \"2020-03-28T10:24:05.173001\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgudcn3xpxmxoxn73uun2z4fjuipkejbb3mew2c7oj5uozqgjvd5yvx7qhfutt5ver7\",\r\n \"webSpace\": \"clitest.rgudcn3xpxmxoxn73uun2z4fjuipkejbb3mew2c7oj5uozqgjvd5yvx7qhfutt5ver7-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"webapp-e2eky2e5ekrjmg3mc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343054\",\r\n \"name\": \"webapp-win-logk5a3pgdoey\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343054,\r\n \"deletedTimestamp\": \"2020-03-28T10:25:53.7554424\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rggqozi7ylnx7pvnoxzocfwpzislmathrhnddktnghyor6aexov3weg4hukpwrjzker\",\r\n \"webSpace\": \"clitest.rggqozi7ylnx7pvnoxzocfwpzislmathrhnddktnghyor6aexov3weg4hukpwrjzker-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"webapp-win-logk5a3pgdoey\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343056\",\r\n \"name\": \"webapp-config-testyj3tusumlaj4tmue2lrtsc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343056,\r\n \"deletedTimestamp\": \"2020-03-28T10:27:21.317755\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configydwtipsjhuwxeni3zkzx5ywf4plx5lm5enrkrf5pabf7f33w43a66\",\r\n \"webSpace\": \"cli_test_webapp_configydwtipsjhuwxeni3zkzx5ywf4plx5lm5enrkrf5pabf7f33w43a66-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"webapp-config-testyj3tusumlaj4tmue2lrtsc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343057\",\r\n \"name\": \"web-del-testfezrimrmgyi3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343057,\r\n \"deletedTimestamp\": \"2020-03-28T10:29:08.2062507\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgp6dcbdjuhhtg24wm3v546z4ufoyl4mnravkmtzq7df4qzgk2yuman5yqqtpqjmlwi\",\r\n \"webSpace\": \"clitest.rgp6dcbdjuhhtg24wm3v546z4ufoyl4mnravkmtzq7df4qzgk2yuman5yqqtpqjmlwi-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"web-del-testfezrimrmgyi3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343058\",\r\n \"name\": \"webapp-quick22xe3xcqkjej\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343058,\r\n \"deletedTimestamp\": \"2020-03-28T10:31:40.5753171\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkvnyzbabwos2wr2idquvkmuh7fbo3nr73we7kbehra4bac5q7pzkuk3kkbmtw73mf\",\r\n \"webSpace\": \"clitest.rgkvnyzbabwos2wr2idquvkmuh7fbo3nr73we7kbehra4bac5q7pzkuk3kkbmtw73mf-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"webapp-quick22xe3xcqkjej\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343059\",\r\n \"name\": \"web7foafj6fhnm7lwnp2kedc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343059,\r\n \"deletedTimestamp\": \"2020-03-28T10:32:58.7666905\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg4xzcvfjkakibyeftjx3wiebvglpcfnwexltsvav54cp7brxw3y4s7etns5r7yvcya\",\r\n \"webSpace\": \"clitest.rg4xzcvfjkakibyeftjx3wiebvglpcfnwexltsvav54cp7brxw3y4s7etns5r7yvcya-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"web7foafj6fhnm7lwnp2kedc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343060\",\r\n \"name\": \"webapp-quick-cdyr4bspz2r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343060,\r\n \"deletedTimestamp\": \"2020-03-28T10:35:16.9783954\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg3tjnuredct5dshwufsycsryvwho3qvyistfyjen23qx7zwvvyv5yoc2w5ucppglgk\",\r\n \"webSpace\": \"clitest.rg3tjnuredct5dshwufsycsryvwho3qvyistfyjen23qx7zwvvyv5yoc2w5ucppglgk-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"webapp-quick-cdyr4bspz2r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343061\",\r\n \"name\": \"webapp-config-testoi6cilappuevn5suynbt4s\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343061,\r\n \"deletedTimestamp\": \"2020-03-28T10:37:21.9722452\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_jsonyggivi2yalnqftj42kyjysaxhvnzbtlehndvxvhpl5y37ywny66y3te\",\r\n \"webSpace\": \"cli_test_webapp_jsonyggivi2yalnqftj42kyjysaxhvnzbtlehndvxvhpl5y37ywny66y3te-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"webapp-config-testoi6cilappuevn5suynbt4s\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343064\",\r\n \"name\": \"slot-traffic-webizlpoft6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343064,\r\n \"deletedTimestamp\": \"2020-03-28T10:40:54.9373657\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg2vtgri5bl7z2rqgu6jelflbnqyiwc2ugs4cfvpmxxndmo25v54bxg263x4s3mge7n\",\r\n \"webSpace\": \"clitest.rg2vtgri5bl7z2rqgu6jelflbnqyiwc2ugs4cfvpmxxndmo25v54bxg263x4s3mge7n-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"slot-traffic-webizlpoft6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343065\",\r\n \"name\": \"slot-traffic-webizlpoft6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343065,\r\n \"deletedTimestamp\": \"2020-03-28T10:40:55.2499037\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg2vtgri5bl7z2rqgu6jelflbnqyiwc2ugs4cfvpmxxndmo25v54bxg263x4s3mge7n\",\r\n \"webSpace\": \"clitest.rg2vtgri5bl7z2rqgu6jelflbnqyiwc2ugs4cfvpmxxndmo25v54bxg263x4s3mge7n-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"slot-traffic-webizlpoft6\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343067\",\r\n \"name\": \"slot-test-webaosapk4hl73\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343067,\r\n \"deletedTimestamp\": \"2020-03-28T10:42:43.5655192\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjuut2fteso2sx2v56vsu7uw6zdulxmsne63qiuizhndvq3oh4oynyzlj6g47vvade\",\r\n \"webSpace\": \"clitest.rgjuut2fteso2sx2v56vsu7uw6zdulxmsne63qiuizhndvq3oh4oynyzlj6g47vvade-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"slot-test-webaosapk4hl73\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343068\",\r\n \"name\": \"slot-test-webaosapk4hl73\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343068,\r\n \"deletedTimestamp\": \"2020-03-28T10:42:53.1651069\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjuut2fteso2sx2v56vsu7uw6zdulxmsne63qiuizhndvq3oh4oynyzlj6g47vvade\",\r\n \"webSpace\": \"clitest.rgjuut2fteso2sx2v56vsu7uw6zdulxmsne63qiuizhndvq3oh4oynyzlj6g47vvade-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"slot-test-webaosapk4hl73\",\r\n \"slot\": \"dev\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343070\",\r\n \"name\": \"slot-test-webaosapk4hl73\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343070,\r\n \"deletedTimestamp\": \"2020-03-28T10:43:33.1992735\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjuut2fteso2sx2v56vsu7uw6zdulxmsne63qiuizhndvq3oh4oynyzlj6g47vvade\",\r\n \"webSpace\": \"clitest.rgjuut2fteso2sx2v56vsu7uw6zdulxmsne63qiuizhndvq3oh4oynyzlj6g47vvade-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"slot-test-webaosapk4hl73\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343071\",\r\n \"name\": \"slot-traffic-webokpd664z\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343071,\r\n \"deletedTimestamp\": \"2020-03-28T10:44:19.8284578\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg3dosqcqy7jprzfogobvtgx67ez7uw5nq4jv4ttxocbyoazpwputsdhj6erdndbcj2\",\r\n \"webSpace\": \"clitest.rg3dosqcqy7jprzfogobvtgx67ez7uw5nq4jv4ttxocbyoazpwputsdhj6erdndbcj2-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"slot-traffic-webokpd664z\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343072\",\r\n \"name\": \"slot-traffic-webokpd664z\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343072,\r\n \"deletedTimestamp\": \"2020-03-28T10:44:20.1434447\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg3dosqcqy7jprzfogobvtgx67ez7uw5nq4jv4ttxocbyoazpwputsdhj6erdndbcj2\",\r\n \"webSpace\": \"clitest.rg3dosqcqy7jprzfogobvtgx67ez7uw5nq4jv4ttxocbyoazpwputsdhj6erdndbcj2-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"slot-traffic-webokpd664z\",\r\n \"slot\": \"slot1\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343076\",\r\n \"name\": \"slot-swap-webhimih7sfxlc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343076,\r\n \"deletedTimestamp\": \"2020-03-28T10:47:04.4022306\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgmzvgbwa4u7ajewf245thxyxghyhunoqzteqoh27kgs52fi6brfqjlqellzkzw7rte\",\r\n \"webSpace\": \"clitest.rgmzvgbwa4u7ajewf245thxyxghyhunoqzteqoh27kgs52fi6brfqjlqellzkzw7rte-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"slot-swap-webhimih7sfxlc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343077\",\r\n \"name\": \"slot-swap-webhimih7sfxlc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343077,\r\n \"deletedTimestamp\": \"2020-03-28T10:47:04.7147688\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgmzvgbwa4u7ajewf245thxyxghyhunoqzteqoh27kgs52fi6brfqjlqellzkzw7rte\",\r\n \"webSpace\": \"clitest.rgmzvgbwa4u7ajewf245thxyxghyhunoqzteqoh27kgs52fi6brfqjlqellzkzw7rte-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"slot-swap-webhimih7sfxlc\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343081\",\r\n \"name\": \"delete-me-webkntrgypw6gm\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343081,\r\n \"deletedTimestamp\": \"2020-03-28T10:48:14.4426995\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgzqjyhaqtm3ecb2zcgsy24lrvtnkvqowfz2q4j6rdrvf4y5sphgo7zfsvatgi3yioe\",\r\n \"webSpace\": \"clitest.rgzqjyhaqtm3ecb2zcgsy24lrvtnkvqowfz2q4j6rdrvf4y5sphgo7zfsvatgi3yioe-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"delete-me-webkntrgypw6gm\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343082\",\r\n \"name\": \"web-ssl-testug3yucqp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343082,\r\n \"deletedTimestamp\": \"2020-03-28T10:48:30.5381141\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkiaelikkt3apel26eh3ba3yxevkoelspz3pxvync44bea64kh2pw6rbxrd4kkq4c2\",\r\n \"webSpace\": \"clitest.rgkiaelikkt3apel26eh3ba3yxevkoelspz3pxvync44bea64kh2pw6rbxrd4kkq4c2-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"web-ssl-testug3yucqp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343083\",\r\n \"name\": \"web-ssl-testug3yucqp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343083,\r\n \"deletedTimestamp\": \"2020-03-28T10:48:30.9131063\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkiaelikkt3apel26eh3ba3yxevkoelspz3pxvync44bea64kh2pw6rbxrd4kkq4c2\",\r\n \"webSpace\": \"clitest.rgkiaelikkt3apel26eh3ba3yxevkoelspz3pxvync44bea64kh2pw6rbxrd4kkq4c2-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"web-ssl-testug3yucqp\",\r\n \"slot\": \"slot-ssl-test5bnlmsn\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343089\",\r\n \"name\": \"webapp-update-testmn2stcodqgdv42liq7vk2f\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343089,\r\n \"deletedTimestamp\": \"2020-03-28T10:50:12.2972039\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_updatemuc7nf5xwjqubuhm7mrcg54nvwrwggarfskeq3szydg7475bpmfxn\",\r\n \"webSpace\": \"cli_test_webapp_updatemuc7nf5xwjqubuhm7mrcg54nvwrwggarfskeq3szydg7475bpmfxn-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"webapp-update-testmn2stcodqgdv42liq7vk2f\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343090\",\r\n \"name\": \"webapp-update-testmn2stcodqgdv42liq7vk2f\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343090,\r\n \"deletedTimestamp\": \"2020-03-28T10:50:12.626978\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_updatemuc7nf5xwjqubuhm7mrcg54nvwrwggarfskeq3szydg7475bpmfxn\",\r\n \"webSpace\": \"cli_test_webapp_updatemuc7nf5xwjqubuhm7mrcg54nvwrwggarfskeq3szydg7475bpmfxn-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"webapp-update-testmn2stcodqgdv42liq7vk2f\",\r\n \"slot\": \"s1\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343091\",\r\n \"name\": \"web-git-test2hp6ect62qkb\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343091,\r\n \"deletedTimestamp\": \"2020-03-28T10:51:18.5309919\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgbdzidws5acrxnomxznl6ay4c47ycjkgb7g2fnjw55rmtjvyi2eghakfkljswiwqhx\",\r\n \"webSpace\": \"clitest.rgbdzidws5acrxnomxznl6ay4c47ycjkgb7g2fnjw55rmtjvyi2eghakfkljswiwqhx-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"web-git-test2hp6ect62qkb\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343092\",\r\n \"name\": \"webapp-update-testxdbhdnzs72ezgfzhzqjyxq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343092,\r\n \"deletedTimestamp\": \"2020-03-28T10:51:30.0741775\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_updateixhggvd6y7z2cobvlj5fsfmlwow6zkdsuztxpajxvkbbz4rqg7625\",\r\n \"webSpace\": \"cli_test_webapp_updateixhggvd6y7z2cobvlj5fsfmlwow6zkdsuztxpajxvkbbz4rqg7625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"webapp-update-testxdbhdnzs72ezgfzhzqjyxq\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343093\",\r\n \"name\": \"webapp-update-testxdbhdnzs72ezgfzhzqjyxq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343093,\r\n \"deletedTimestamp\": \"2020-03-28T10:51:30.5275054\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_updateixhggvd6y7z2cobvlj5fsfmlwow6zkdsuztxpajxvkbbz4rqg7625\",\r\n \"webSpace\": \"cli_test_webapp_updateixhggvd6y7z2cobvlj5fsfmlwow6zkdsuztxpajxvkbbz4rqg7625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"webapp-update-testxdbhdnzs72ezgfzhzqjyxq\",\r\n \"slot\": \"s1\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343094\",\r\n \"name\": \"webapp-zipDeploy-testcioxler5a654f6eah2q\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343094,\r\n \"deletedTimestamp\": \"2020-03-28T10:52:07.729501\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_zipDeploy4dgneuz3757uvleaojgvwq3wg4hohgr2npn7ugbtnvacvrhoo6\",\r\n \"webSpace\": \"cli_test_webapp_zipDeploy4dgneuz3757uvleaojgvwq3wg4hohgr2npn7ugbtnvacvrhoo6-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"webapp-zipDeploy-testcioxler5a654f6eah2q\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343095\",\r\n \"name\": \"webapp-create-alwaysOn-e2ef52px4h7bnlnxtehbq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343095,\r\n \"deletedTimestamp\": \"2020-03-28T10:52:27.1352813\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_alwaysOnp2xcc5xs4xbsbvgyynriidlzyvjuk5ai4gigghlh65pkuthofmd\",\r\n \"webSpace\": \"cli_test_webapp_alwaysOnp2xcc5xs4xbsbvgyynriidlzyvjuk5ai4gigghlh65pkuthofmd-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"webapp-create-alwaysOn-e2ef52px4h7bnlnxtehbq\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343096\",\r\n \"name\": \"webapp-linux-freez6h3ppn\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343096,\r\n \"deletedTimestamp\": \"2020-03-28T10:53:03.6750742\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_linux_freenrmokied4avgj3izxm57y6g4rkl6g6hpaurywctsspe3gaetw\",\r\n \"webSpace\": \"cli_test_webapp_linux_freenrmokied4avgj3izxm57y6g4rkl6g6hpaurywctsspe3gaetw-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-139\",\r\n \"deletedSiteName\": \"webapp-linux-freez6h3ppn\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343097\",\r\n \"name\": \"webapp-hyperv-e2ewnc5av7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343097,\r\n \"deletedTimestamp\": \"2020-03-28T10:53:50.0528748\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgj5ka2x6srweugd2qztq64nzoqz2tonzofjgbmckbfottoalxlfmnm4enaugwmglxy\",\r\n \"webSpace\": \"clitest.rgj5ka2x6srweugd2qztq64nzoqz2tonzofjgbmckbfottoalxlfmnm4enaugwmglxy-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"webapp-hyperv-e2ewnc5av7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343099\",\r\n \"name\": \"web-msihaahnpmneib4m\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343099,\r\n \"deletedTimestamp\": \"2020-03-28T10:54:06.7001344\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgl5edb346kwqc73z4zxa3yfhjdmaneqnuuizxozkng6ppweckxkvxndlndo3sxhjjn\",\r\n \"webSpace\": \"clitest.rgl5edb346kwqc73z4zxa3yfhjdmaneqnuuizxozkng6ppweckxkvxndlndo3sxhjjn-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"web-msihaahnpmneib4m\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343100\",\r\n \"name\": \"webapp-authentication-testkdk5lssotkjwuu\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343100,\r\n \"deletedTimestamp\": \"2020-03-28T10:54:27.0738561\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_authenticationhozmhijdvqmvl2axv32mmb2b7mseqghgji2w5kib2tlke\",\r\n \"webSpace\": \"cli_test_webapp_authenticationhozmhijdvqmvl2axv32mmb2b7mseqghgji2w5kib2tlke-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"webapp-authentication-testkdk5lssotkjwuu\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343101\",\r\n \"name\": \"swiftwebappcrngn7i7oyazl\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343101,\r\n \"deletedTimestamp\": \"2020-03-28T10:54:49.9426375\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg5noyuf35fe7oteesqjxioq252r3vktoku33lflb5oqjjhcsm6lzet6wha7ye3pvuc\",\r\n \"webSpace\": \"clitest.rg5noyuf35fe7oteesqjxioq252r3vktoku33lflb5oqjjhcsm6lzet6wha7ye3pvuc-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"swiftwebappcrngn7i7oyazl\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343103\",\r\n \"name\": \"web-error2weut2jyclhxcig\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343103,\r\n \"deletedTimestamp\": \"2020-03-28T10:56:30.4353221\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rge5pdf4uaykkbzs4czwyhj4pfo4dtfvri5bprsi4yl73tqwc6cjq4y2rnn4lruinew\",\r\n \"webSpace\": \"clitest.rge5pdf4uaykkbzs4czwyhj4pfo4dtfvri5bprsi4yl73tqwc6cjq4y2rnn4lruinew-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"web-error2weut2jyclhxcig\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343104\",\r\n \"name\": \"hcwebappd4msx6uxhvtfdz2s\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343104,\r\n \"deletedTimestamp\": \"2020-03-28T10:57:00.226651\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgev2ihgsmle26hygxcdmdbstzieeuhjajxbvbxyiimvyr326tq2tbuwldxzsbgeapr\",\r\n \"webSpace\": \"clitest.rgev2ihgsmle26hygxcdmdbstzieeuhjajxbvbxyiimvyr326tq2tbuwldxzsbgeapr-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"hcwebappd4msx6uxhvtfdz2s\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343107\",\r\n \"name\": \"swiftwebappusjz2huppeslf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343107,\r\n \"deletedTimestamp\": \"2020-03-28T11:06:25.8608418\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg4pw7rwwgzoye3dqflgnvzrmiuclfimvi6dlqrsdi77w4mryeg2uyclv5chbr5geg7\",\r\n \"webSpace\": \"clitest.rg4pw7rwwgzoye3dqflgnvzrmiuclfimvi6dlqrsdi77w4mryeg2uyclv5chbr5geg7-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"swiftwebappusjz2huppeslf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343122\",\r\n \"name\": \"swiftwebappsfgzg7cy7ltrg\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343122,\r\n \"deletedTimestamp\": \"2020-03-28T11:21:49.4947807\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgtfwu6eyb6hwuon4j7hvmf4u3nelgtz533yq45zg3572fbvaff5fdkei4ptpcqycwo\",\r\n \"webSpace\": \"clitest.rgtfwu6eyb6hwuon4j7hvmf4u3nelgtz533yq45zg3572fbvaff5fdkei4ptpcqycwo-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"swiftwebappsfgzg7cy7ltrg\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343123\",\r\n \"name\": \"swiftwebappshezibvqxs5l2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343123,\r\n \"deletedTimestamp\": \"2020-03-28T11:24:31.6426528\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgb23pgc6i6f3lm5xnltmab4zydnlqs6x3qmd7grvylpmavb2654lt7qzjtfcsl4uxr\",\r\n \"webSpace\": \"clitest.rgb23pgc6i6f3lm5xnltmab4zydnlqs6x3qmd7grvylpmavb2654lt7qzjtfcsl4uxr-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"swiftwebappshezibvqxs5l2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343125\",\r\n \"name\": \"webapp-config-testi2fgji6zzokur5dmamty5s\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343125,\r\n \"deletedTimestamp\": \"2020-03-28T11:33:10.4700649\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configqou6rh3lko26b2urzunzcyojunjjgmgz2zg22eccsyjx3g5smnd3g\",\r\n \"webSpace\": \"cli_test_webapp_configqou6rh3lko26b2urzunzcyojunjjgmgz2zg22eccsyjx3g5smnd3g-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"webapp-config-testi2fgji6zzokur5dmamty5s\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343870\",\r\n \"name\": \"ps2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343870,\r\n \"deletedTimestamp\": \"2020-03-29T09:05:20.0966916\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps693\",\r\n \"webSpace\": \"ps693-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345303\",\r\n \"name\": \"cli-webapp-nwrpnkdgtky7q\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345303,\r\n \"deletedTimestamp\": \"2020-03-30T12:07:09.4879718\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgbu26xlm7lrd4bcindrxfrlmt64skb4ezlfx35kx2thfypducedvp4xrd7egmwa6st\",\r\n \"webSpace\": \"clitest.rgbu26xlm7lrd4bcindrxfrlmt64skb4ezlfx35kx2thfypducedvp4xrd7egmwa6st-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"cli-webapp-nwrpnkdgtky7q\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345363\",\r\n \"name\": \"cli-webapp-nwrp4row65i6n\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345363,\r\n \"deletedTimestamp\": \"2020-03-30T12:42:47.1913611\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg77j5cx7dobs7ar6ul4xeq2pu6c4gqv3ofdabl2swwwlfprswt4xwyqqebp745bdiu\",\r\n \"webSpace\": \"clitest.rg77j5cx7dobs7ar6ul4xeq2pu6c4gqv3ofdabl2swwwlfprswt4xwyqqebp745bdiu-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"cli-webapp-nwrp4row65i6n\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345402\",\r\n \"name\": \"cli-webapp-nwrnzhxwf743z\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345402,\r\n \"deletedTimestamp\": \"2020-03-30T12:54:33.5977284\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgdup72s4i37hjq7f3ge2ram2oetyta4p6w36qm35ugc4azxmdianynmvovadux5wjx\",\r\n \"webSpace\": \"clitest.rgdup72s4i37hjq7f3ge2ram2oetyta4p6w36qm35ugc4azxmdianynmvovadux5wjx-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"cli-webapp-nwrnzhxwf743z\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345428\",\r\n \"name\": \"cli-webapp-nwr6v3lvg7hfi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345428,\r\n \"deletedTimestamp\": \"2020-03-30T13:01:39.5438028\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgvmzn3uekjwasiqyi6xd5xozivu7uj7dg2ugqvj53u3jmdndvktnvep7gmabknnuqk\",\r\n \"webSpace\": \"clitest.rgvmzn3uekjwasiqyi6xd5xozivu7uj7dg2ugqvj53u3jmdndvktnvep7gmabknnuqk-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"cli-webapp-nwr6v3lvg7hfi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345478\",\r\n \"name\": \"test-functionapp-ukdil5i\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345478,\r\n \"deletedTimestamp\": \"2020-03-30T13:14:56.4243405\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgyxehwkuh3kcvhgkgtgzwnj3yvockjqwreof7co2jd4fxui56qwoy7gysl5thc5fxs\",\r\n \"webSpace\": \"clitest.rgyxehwkuh3kcvhgkgtgzwnj3yvockjqwreof7co2jd4fxui56qwoy7gysl5thc5fxs-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"test-functionapp-ukdil5i\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345479\",\r\n \"name\": \"test-functionapp-efdkwgi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345479,\r\n \"deletedTimestamp\": \"2020-03-30T13:14:58.4948412\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgz2ff3wmbmiwpiwml2e6qm4log5tlmrocjfeftixnq2lm2ilmjd7zdq2lpu6xrlwa7\",\r\n \"webSpace\": \"clitest.rgz2ff3wmbmiwpiwml2e6qm4log5tlmrocjfeftixnq2lm2ilmjd7zdq2lpu6xrlwa7-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"test-functionapp-efdkwgi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345480\",\r\n \"name\": \"test-functionapp-jgg43wr\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345480,\r\n \"deletedTimestamp\": \"2020-03-30T13:14:59.3730415\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgpvb7xnrkvfgnpppn6tufs7ohfj2fh23yrzcc2xcuw4epk2klwnn4463z2svufauk6\",\r\n \"webSpace\": \"clitest.rgpvb7xnrkvfgnpppn6tufs7ohfj2fh23yrzcc2xcuw4epk2klwnn4463z2svufauk6-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"test-functionapp-jgg43wr\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345481\",\r\n \"name\": \"test-functionapp-re6imxl\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345481,\r\n \"deletedTimestamp\": \"2020-03-30T13:15:03.1725754\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgmn6q6rxkhyj225b32n5fatcckh3tmxfwws7ibpgcycoj6f5v6szdaxm2ztxp255v5\",\r\n \"webSpace\": \"clitest.rgmn6q6rxkhyj225b32n5fatcckh3tmxfwws7ibpgcycoj6f5v6szdaxm2ztxp255v5-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"test-functionapp-re6imxl\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345507\",\r\n \"name\": \"cli-funcapp-nwrlzlqe3db4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345507,\r\n \"deletedTimestamp\": \"2020-03-30T13:18:13.554846\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkb6udp3ox5bksig6na2fqyykewc7agbwbm27wubwbe7qbwgyy3quswtwvrl76rk54\",\r\n \"webSpace\": \"clitest.rgkb6udp3ox5bksig6na2fqyykewc7agbwbm27wubwbe7qbwgyy3quswtwvrl76rk54-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-027\",\r\n \"deletedSiteName\": \"cli-funcapp-nwrlzlqe3db4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345509\",\r\n \"name\": \"cli-funcapp-nwr7m5qrga6h\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345509,\r\n \"deletedTimestamp\": \"2020-03-30T13:18:29.2068801\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgij2j63xwh74jaz55g6b2t3zrisnsv2opa46kfploosqahc6uaowkj6ztanzlaixmy\",\r\n \"webSpace\": \"clitest.rgij2j63xwh74jaz55g6b2t3zrisnsv2opa46kfploosqahc6uaowkj6ztanzlaixmy-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"cli-funcapp-nwr7m5qrga6h\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345513\",\r\n \"name\": \"cli-funcapp-nwrycvp2vuhy\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345513,\r\n \"deletedTimestamp\": \"2020-03-30T13:19:08.9302251\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgm7267n33myai6m7b5yjstoyzlifr3uecvldiabdwt332o5zwqndlzq7xdwlbaz65u\",\r\n \"webSpace\": \"clitest.rgm7267n33myai6m7b5yjstoyzlifr3uecvldiabdwt332o5zwqndlzq7xdwlbaz65u-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"cli-funcapp-nwrycvp2vuhy\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356199\",\r\n \"name\": \"app43rodi45mnqp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356199,\r\n \"deletedTimestamp\": \"2020-04-03T05:12:19.6607963\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_metric_alert_v23f3otqxsqxrwhnnppgw3pawjizn3ynoqakasaxl2on62wgu32sh\",\r\n \"webSpace\": \"cli_test_metric_alert_v23f3otqxsqxrwhnnppgw3pawjizn3ynoqakasaxl2on62wgu32sh-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"app43rodi45mnqp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356282\",\r\n \"name\": \"webapp-config-appsettings-test3pyhmees5b\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356282,\r\n \"deletedTimestamp\": \"2020-04-03T06:13:40.2593566\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_config_appsettings4tcqewrfdiia4ryhtq3fbwmnvffsdxmaxfydffogp\",\r\n \"webSpace\": \"cli_test_webapp_config_appsettings4tcqewrfdiia4ryhtq3fbwmnvffsdxmaxfydffogp-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"webapp-config-appsettings-test3pyhmees5b\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356291\",\r\n \"name\": \"cli-webapp-nwrmtw5bedib2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356291,\r\n \"deletedTimestamp\": \"2020-04-03T06:26:46.7544807\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgusxbxkbij6flg53ratul4xlw6u7y55qknnyhxxqgkz3why2ef4p3pnm2c2mpfp5bn\",\r\n \"webSpace\": \"clitest.rgusxbxkbij6flg53ratul4xlw6u7y55qknnyhxxqgkz3why2ef4p3pnm2c2mpfp5bn-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"cli-webapp-nwrmtw5bedib2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356293\",\r\n \"name\": \"cli-webapp-nwrhvweoayq74\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356293,\r\n \"deletedTimestamp\": \"2020-04-03T06:27:45.6189173\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgbmcqfhzr4kwdmnnprkhyz5isx7oobnrofskhtijrwuvf57bwk624to2m7thgxxyho\",\r\n \"webSpace\": \"clitest.rgbmcqfhzr4kwdmnnprkhyz5isx7oobnrofskhtijrwuvf57bwk624to2m7thgxxyho-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"cli-webapp-nwrhvweoayq74\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356294\",\r\n \"name\": \"cli-webapp-nwr2jjtnysvjo\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356294,\r\n \"deletedTimestamp\": \"2020-04-03T06:28:08.4181748\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgug54uxk47f53r76426hzz4au553au4haigxla7nqv5ljk7bkhjxnpltbehxj2tlnr\",\r\n \"webSpace\": \"clitest.rgug54uxk47f53r76426hzz4au553au4haigxla7nqv5ljk7bkhjxnpltbehxj2tlnr-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"cli-webapp-nwr2jjtnysvjo\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356295\",\r\n \"name\": \"cli-webapp-nwr73b2gmergh\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356295,\r\n \"deletedTimestamp\": \"2020-04-03T06:28:20.2063048\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg5srbbpyjf4elgxuc3f2qckntis4zgjdb7sbagky7buzutplbemjhv67i2wyiap3tk\",\r\n \"webSpace\": \"clitest.rg5srbbpyjf4elgxuc3f2qckntis4zgjdb7sbagky7buzutplbemjhv67i2wyiap3tk-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"cli-webapp-nwr73b2gmergh\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356296\",\r\n \"name\": \"cli-webapp-nwrzcsga45cbq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356296,\r\n \"deletedTimestamp\": \"2020-04-03T06:28:59.5359048\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg7y3m4ay55jti6rou2rfsaw52nfiiz5zvcr4kcoe6lly7lbxpc5rkzfodyoh5ixc6d\",\r\n \"webSpace\": \"clitest.rg7y3m4ay55jti6rou2rfsaw52nfiiz5zvcr4kcoe6lly7lbxpc5rkzfodyoh5ixc6d-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"cli-webapp-nwrzcsga45cbq\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356297\",\r\n \"name\": \"cli-webapp-nwr2lopwypbz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356297,\r\n \"deletedTimestamp\": \"2020-04-03T06:29:10.7380524\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgnhwbomegypvk6tscwnmtcwrq2i7rd66twri3ysserwwqkar527y2dada3dmah4qpd\",\r\n \"webSpace\": \"clitest.rgnhwbomegypvk6tscwnmtcwrq2i7rd66twri3ysserwwqkar527y2dada3dmah4qpd-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"cli-webapp-nwr2lopwypbz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356299\",\r\n \"name\": \"cli-webapp-nwruqxxgxuqsp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356299,\r\n \"deletedTimestamp\": \"2020-04-03T06:29:23.006133\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgnlgkchycnapv2n4f3wvzwnwycdl2374yliyuljvl5bpyrzeauqle66tff47fsftry\",\r\n \"webSpace\": \"clitest.rgnlgkchycnapv2n4f3wvzwnwycdl2374yliyuljvl5bpyrzeauqle66tff47fsftry-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"cli-webapp-nwruqxxgxuqsp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356300\",\r\n \"name\": \"webInOtherRG\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356300,\r\n \"deletedTimestamp\": \"2020-04-03T06:30:01.8652742\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgvlcnte4lh4c5so5jafvijgd5mtsyqfdwjcwrdicrmiebwfbzlwpmocc3zhydemepf\",\r\n \"webSpace\": \"clitest.rgvlcnte4lh4c5so5jafvijgd5mtsyqfdwjcwrdicrmiebwfbzlwpmocc3zhydemepf-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"webInOtherRG\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356301\",\r\n \"name\": \"cli-webapp-nwrdzcrv6mxde\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356301,\r\n \"deletedTimestamp\": \"2020-04-03T06:30:04.5852542\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg7eqsvvvk4eadqv2lebgo25kcktyirenz7vtjecw3gnsy4vvrzdwciubulq4kje4zx\",\r\n \"webSpace\": \"clitest.rg7eqsvvvk4eadqv2lebgo25kcktyirenz7vtjecw3gnsy4vvrzdwciubulq4kje4zx-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"cli-webapp-nwrdzcrv6mxde\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356302\",\r\n \"name\": \"cli-webapp-nwr7q46ifg7dn\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356302,\r\n \"deletedTimestamp\": \"2020-04-03T06:30:32.7307853\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg7s32dtmiaupm7dbebxbxf3to5hvl35kccxvfdttqtglxxjc5lsplesp5u54v3e4g6\",\r\n \"webSpace\": \"clitest.rg7s32dtmiaupm7dbebxbxf3to5hvl35kccxvfdttqtglxxjc5lsplesp5u54v3e4g6-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"cli-webapp-nwr7q46ifg7dn\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356314\",\r\n \"name\": \"webapp-quickjm6c655bwacq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356314,\r\n \"deletedTimestamp\": \"2020-04-03T06:31:29.3044551\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgtun5lnnnvtpagcq4itqdepf3teallq4fykmgdjvwrcyb6ptum5tjstq4hvt3c2lke\",\r\n \"webSpace\": \"clitest.rgtun5lnnnvtpagcq4itqdepf3teallq4fykmgdjvwrcyb6ptum5tjstq4hvt3c2lke-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"webapp-quickjm6c655bwacq\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356316\",\r\n \"name\": \"webapp-linux-multizmx6h4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356316,\r\n \"deletedTimestamp\": \"2020-04-03T06:31:45.0259065\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgd5chlqf4ucvhjhiwbovgwmyyctspsrbgk4fzpcop4qzzeovd6qkw3wot2oiz5qiys\",\r\n \"webSpace\": \"clitest.rgd5chlqf4ucvhjhiwbovgwmyyctspsrbgk4fzpcop4qzzeovd6qkw3wot2oiz5qiys-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-081\",\r\n \"deletedSiteName\": \"webapp-linux-multizmx6h4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356318\",\r\n \"name\": \"cli-webapp-nwri73oipy3gb\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356318,\r\n \"deletedTimestamp\": \"2020-04-03T06:32:54.2981138\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg5f3avi67xkkkghtexdk6wwpttuqqp3mc4jj3zpq2kyxvdr4b7gkwt6tdn7udpm5qq\",\r\n \"webSpace\": \"clitest.rg5f3avi67xkkkghtexdk6wwpttuqqp3mc4jj3zpq2kyxvdr4b7gkwt6tdn7udpm5qq-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"cli-webapp-nwri73oipy3gb\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356319\",\r\n \"name\": \"cli-webapp-nwri73oipy3gb\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356319,\r\n \"deletedTimestamp\": \"2020-04-03T06:32:54.8606857\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg5f3avi67xkkkghtexdk6wwpttuqqp3mc4jj3zpq2kyxvdr4b7gkwt6tdn7udpm5qq\",\r\n \"webSpace\": \"clitest.rg5f3avi67xkkkghtexdk6wwpttuqqp3mc4jj3zpq2kyxvdr4b7gkwt6tdn7udpm5qq-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"cli-webapp-nwri73oipy3gb\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356320\",\r\n \"name\": \"webapp-config-test6vjhh2zyin5sktwky5f5wv\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356320,\r\n \"deletedTimestamp\": \"2020-04-03T06:33:23.2764927\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configavcd4xhrqr4lxwqubcm6jmlbhi5vgtiaa43ms65hkccwge2hkw4ja\",\r\n \"webSpace\": \"cli_test_webapp_configavcd4xhrqr4lxwqubcm6jmlbhi5vgtiaa43ms65hkccwge2hkw4ja-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"webapp-config-test6vjhh2zyin5sktwky5f5wv\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356321\",\r\n \"name\": \"backup-webappx2xhjw363z7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356321,\r\n \"deletedTimestamp\": \"2020-04-03T06:33:31.7741159\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgxkzfvogg3j6ynmivvko7hy47ewz722xvyhyfmkgabcnz556i7v3rti3seeli6vbss\",\r\n \"webSpace\": \"clitest.rgxkzfvogg3j6ynmivvko7hy47ewz722xvyhyfmkgabcnz556i7v3rti3seeli6vbss-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"backup-webappx2xhjw363z7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356322\",\r\n \"name\": \"webapp-e2ewmo646z5f7y5m7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356322,\r\n \"deletedTimestamp\": \"2020-04-03T06:35:23.982792\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg4shvgqlyooganvtldqyps72hdex2frnnnyql3utwwszm7ftfiidfl3dxug33alfyh\",\r\n \"webSpace\": \"clitest.rg4shvgqlyooganvtldqyps72hdex2frnnnyql3utwwszm7ftfiidfl3dxug33alfyh-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"webapp-e2ewmo646z5f7y5m7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356324\",\r\n \"name\": \"webapp-win-logrmyd244nvq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356324,\r\n \"deletedTimestamp\": \"2020-04-03T06:36:23.3461727\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgox7l3ppi3vj7ykfqpf67urxuduhgfmpmhx6foknnx5hgx7mtyh4dhyiuy2fu7n22t\",\r\n \"webSpace\": \"clitest.rgox7l3ppi3vj7ykfqpf67urxuduhgfmpmhx6foknnx5hgx7mtyh4dhyiuy2fu7n22t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"webapp-win-logrmyd244nvq\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356326\",\r\n \"name\": \"web-del-test3y7r3wlsrsaj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356326,\r\n \"deletedTimestamp\": \"2020-04-03T06:36:35.0435749\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg66ufpl53gkm7ogsnbg7bgtjioec43yjhi6b3xom3kokiyhdsiysvxnqaytgoqtqsk\",\r\n \"webSpace\": \"clitest.rg66ufpl53gkm7ogsnbg7bgtjioec43yjhi6b3xom3kokiyhdsiysvxnqaytgoqtqsk-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"web-del-test3y7r3wlsrsaj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356328\",\r\n \"name\": \"webapp-quick5zjxtstxo2ho\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356328,\r\n \"deletedTimestamp\": \"2020-04-03T06:37:27.0022373\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgqjv6knidapkijmffk4qu6e7p6ilvd66dvoemzy2louby7zrp6yg5xndotjm3wxvib\",\r\n \"webSpace\": \"clitest.rgqjv6knidapkijmffk4qu6e7p6ilvd66dvoemzy2louby7zrp6yg5xndotjm3wxvib-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"webapp-quick5zjxtstxo2ho\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356329\",\r\n \"name\": \"webnmhmlfkgeqzoyetpx6yhd\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356329,\r\n \"deletedTimestamp\": \"2020-04-03T06:38:19.0380337\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgnvz6dkszo2w3amyiv2yzaa4esfwu4oijzsd7uskq7sdmqomtnpguxfns4kouwt6t3\",\r\n \"webSpace\": \"clitest.rgnvz6dkszo2w3amyiv2yzaa4esfwu4oijzsd7uskq7sdmqomtnpguxfns4kouwt6t3-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"webnmhmlfkgeqzoyetpx6yhd\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356330\",\r\n \"name\": \"webapp-config-testg6rqg25yoen2lyul3llptj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356330,\r\n \"deletedTimestamp\": \"2020-04-03T06:38:20.4130804\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configtau2u4v5fsc6z4o3r376ilagtwh3vmyzm62apxdsnlxwfdommqbzf\",\r\n \"webSpace\": \"cli_test_webapp_configtau2u4v5fsc6z4o3r376ilagtwh3vmyzm62apxdsnlxwfdommqbzf-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"webapp-config-testg6rqg25yoen2lyul3llptj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356333\",\r\n \"name\": \"webapp-config-testkzg7xj5wm55k2zgrtad5wn\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356333,\r\n \"deletedTimestamp\": \"2020-04-03T06:40:10.1221042\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_json377kpqkylgdkoj35cz5futqdggvpfitcgz2rgocekijud632ozhivam\",\r\n \"webSpace\": \"cli_test_webapp_json377kpqkylgdkoj35cz5futqdggvpfitcgz2rgocekijud632ozhivam-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"webapp-config-testkzg7xj5wm55k2zgrtad5wn\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356337\",\r\n \"name\": \"slot-traffic-webhafizi7t\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356337,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:01.524667\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgv6dcdy2idotgda5hvi2o37typg4w7zpaezi26natl5gx6u374fuzuhxuairhw4iax\",\r\n \"webSpace\": \"clitest.rgv6dcdy2idotgda5hvi2o37typg4w7zpaezi26natl5gx6u374fuzuhxuairhw4iax-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"slot-traffic-webhafizi7t\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356338\",\r\n \"name\": \"slot-traffic-webhafizi7t\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356338,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:01.8059216\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgv6dcdy2idotgda5hvi2o37typg4w7zpaezi26natl5gx6u374fuzuhxuairhw4iax\",\r\n \"webSpace\": \"clitest.rgv6dcdy2idotgda5hvi2o37typg4w7zpaezi26natl5gx6u374fuzuhxuairhw4iax-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"slot-traffic-webhafizi7t\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356339\",\r\n \"name\": \"webapp-quick-cd2dhnlkpbg\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356339,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:06.6657514\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkwa66pw4tcnmytkmewsbsvgnshvnalp7wrfc4kphgaiqn7g7llcurvbgrlyrmnwk4\",\r\n \"webSpace\": \"clitest.rgkwa66pw4tcnmytkmewsbsvgnshvnalp7wrfc4kphgaiqn7g7llcurvbgrlyrmnwk4-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"webapp-quick-cd2dhnlkpbg\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356346\",\r\n \"name\": \"slot-traffic-webwtip3gil\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356346,\r\n \"deletedTimestamp\": \"2020-04-03T06:44:41.831886\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgk6x2jvdjqkntxmylpbg7zqr6a5nxl6dnlvckq2eqn76evst7wrvs2k252zsnes74a\",\r\n \"webSpace\": \"clitest.rgk6x2jvdjqkntxmylpbg7zqr6a5nxl6dnlvckq2eqn76evst7wrvs2k252zsnes74a-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"slot-traffic-webwtip3gil\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356347\",\r\n \"name\": \"slot-traffic-webwtip3gil\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356347,\r\n \"deletedTimestamp\": \"2020-04-03T06:44:42.4568546\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgk6x2jvdjqkntxmylpbg7zqr6a5nxl6dnlvckq2eqn76evst7wrvs2k252zsnes74a\",\r\n \"webSpace\": \"clitest.rgk6x2jvdjqkntxmylpbg7zqr6a5nxl6dnlvckq2eqn76evst7wrvs2k252zsnes74a-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"slot-traffic-webwtip3gil\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356351\",\r\n \"name\": \"slot-traffic-webgqzmcn72\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356351,\r\n \"deletedTimestamp\": \"2020-04-03T06:45:46.3394155\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rglgupkf7kz7peyeahkgedl4nwpv2rmyp52cfhjqznnykywnhhvzbsyzdi3i5iogyxg\",\r\n \"webSpace\": \"clitest.rglgupkf7kz7peyeahkgedl4nwpv2rmyp52cfhjqznnykywnhhvzbsyzdi3i5iogyxg-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"slot-traffic-webgqzmcn72\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356352\",\r\n \"name\": \"slot-traffic-webgqzmcn72\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356352,\r\n \"deletedTimestamp\": \"2020-04-03T06:45:46.8863233\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rglgupkf7kz7peyeahkgedl4nwpv2rmyp52cfhjqznnykywnhhvzbsyzdi3i5iogyxg\",\r\n \"webSpace\": \"clitest.rglgupkf7kz7peyeahkgedl4nwpv2rmyp52cfhjqznnykywnhhvzbsyzdi3i5iogyxg-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"slot-traffic-webgqzmcn72\",\r\n \"slot\": \"slot1\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356356\",\r\n \"name\": \"slot-test-webjunyusogzif\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356356,\r\n \"deletedTimestamp\": \"2020-04-03T06:46:37.7508557\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgzj6nvwdvkpmvknhbzbigs6uvlbmu3jrtszthwwyqy4sklovri3guhh6iztyqvjyb7\",\r\n \"webSpace\": \"clitest.rgzj6nvwdvkpmvknhbzbigs6uvlbmu3jrtszthwwyqy4sklovri3guhh6iztyqvjyb7-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"slot-test-webjunyusogzif\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356358\",\r\n \"name\": \"slot-test-webjunyusogzif\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356358,\r\n \"deletedTimestamp\": \"2020-04-03T06:46:49.8374754\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgzj6nvwdvkpmvknhbzbigs6uvlbmu3jrtszthwwyqy4sklovri3guhh6iztyqvjyb7\",\r\n \"webSpace\": \"clitest.rgzj6nvwdvkpmvknhbzbigs6uvlbmu3jrtszthwwyqy4sklovri3guhh6iztyqvjyb7-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"slot-test-webjunyusogzif\",\r\n \"slot\": \"dev\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356359\",\r\n \"name\": \"slot-swap-web3g6wsiz3yun\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356359,\r\n \"deletedTimestamp\": \"2020-04-03T06:46:55.0071173\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgrm2y7p2nyckf4ou3c2gl7onaqfmy3lstocrdpaglpuuubz6gyrrkqhypquyvc5cpg\",\r\n \"webSpace\": \"clitest.rgrm2y7p2nyckf4ou3c2gl7onaqfmy3lstocrdpaglpuuubz6gyrrkqhypquyvc5cpg-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"slot-swap-web3g6wsiz3yun\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356360\",\r\n \"name\": \"slot-swap-web3g6wsiz3yun\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356360,\r\n \"deletedTimestamp\": \"2020-04-03T06:46:55.3524025\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgrm2y7p2nyckf4ou3c2gl7onaqfmy3lstocrdpaglpuuubz6gyrrkqhypquyvc5cpg\",\r\n \"webSpace\": \"clitest.rgrm2y7p2nyckf4ou3c2gl7onaqfmy3lstocrdpaglpuuubz6gyrrkqhypquyvc5cpg-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"slot-swap-web3g6wsiz3yun\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356361\",\r\n \"name\": \"delete-me-webxtpotq35fjl\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356361,\r\n \"deletedTimestamp\": \"2020-04-03T06:46:56.8525625\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgr7s54jbex5x3qgdrglqmbrj24xflajichfuqhpsgfbzxipdanuhnr4mrkkoxgcgbd\",\r\n \"webSpace\": \"clitest.rgr7s54jbex5x3qgdrglqmbrj24xflajichfuqhpsgfbzxipdanuhnr4mrkkoxgcgbd-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"delete-me-webxtpotq35fjl\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356367\",\r\n \"name\": \"slot-test-webjunyusogzif\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356367,\r\n \"deletedTimestamp\": \"2020-04-03T06:47:39.7292088\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgzj6nvwdvkpmvknhbzbigs6uvlbmu3jrtszthwwyqy4sklovri3guhh6iztyqvjyb7\",\r\n \"webSpace\": \"clitest.rgzj6nvwdvkpmvknhbzbigs6uvlbmu3jrtszthwwyqy4sklovri3guhh6iztyqvjyb7-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"slot-test-webjunyusogzif\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356384\",\r\n \"name\": \"web-ssl-testjb7ndcec\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356384,\r\n \"deletedTimestamp\": \"2020-04-03T06:49:07.9630378\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgsn2h2fb3nt4bzyweeaaz4csfwlkz4agu6k4yyw2duz7d4pfhke2hbvlahnmfmzjuc\",\r\n \"webSpace\": \"clitest.rgsn2h2fb3nt4bzyweeaaz4csfwlkz4agu6k4yyw2duz7d4pfhke2hbvlahnmfmzjuc-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"web-ssl-testjb7ndcec\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356385\",\r\n \"name\": \"web-ssl-testjb7ndcec\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356385,\r\n \"deletedTimestamp\": \"2020-04-03T06:49:08.3068092\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgsn2h2fb3nt4bzyweeaaz4csfwlkz4agu6k4yyw2duz7d4pfhke2hbvlahnmfmzjuc\",\r\n \"webSpace\": \"clitest.rgsn2h2fb3nt4bzyweeaaz4csfwlkz4agu6k4yyw2duz7d4pfhke2hbvlahnmfmzjuc-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"web-ssl-testjb7ndcec\",\r\n \"slot\": \"slot-ssl-testm3h4yum\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356387\",\r\n \"name\": \"web-git-test2jb5n6rqgs2c\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356387,\r\n \"deletedTimestamp\": \"2020-04-03T06:49:59.977728\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgpyb237tc3um4br2szjsmo6dqexp5zekkunz4nweaubfnkyro6swc3o3a2ezb2lk2g\",\r\n \"webSpace\": \"clitest.rgpyb237tc3um4br2szjsmo6dqexp5zekkunz4nweaubfnkyro6swc3o3a2ezb2lk2g-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"web-git-test2jb5n6rqgs2c\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356389\",\r\n \"name\": \"webapp-create-alwaysOn-e2euh6b5my3d4kwpdpkes\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356389,\r\n \"deletedTimestamp\": \"2020-04-03T06:51:28.132519\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_alwaysOnkys66th3uvouuyu57frp4pd45ogs4u2k2k7uzpdctaqsv6yn3ww\",\r\n \"webSpace\": \"cli_test_webapp_alwaysOnkys66th3uvouuyu57frp4pd45ogs4u2k2k7uzpdctaqsv6yn3ww-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"webapp-create-alwaysOn-e2euh6b5my3d4kwpdpkes\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356390\",\r\n \"name\": \"webapp-update-testdm5szrzhmvehwxkbez4kyu\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356390,\r\n \"deletedTimestamp\": \"2020-04-03T06:51:32.4634568\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_updateou56w74aglicb5upv3rjsnkm3s5og6wo5jj7ocxxgdmnr3w2drdlj\",\r\n \"webSpace\": \"cli_test_webapp_updateou56w74aglicb5upv3rjsnkm3s5og6wo5jj7ocxxgdmnr3w2drdlj-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"webapp-update-testdm5szrzhmvehwxkbez4kyu\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356391\",\r\n \"name\": \"webapp-update-testdm5szrzhmvehwxkbez4kyu\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356391,\r\n \"deletedTimestamp\": \"2020-04-03T06:51:32.7759544\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_updateou56w74aglicb5upv3rjsnkm3s5og6wo5jj7ocxxgdmnr3w2drdlj\",\r\n \"webSpace\": \"cli_test_webapp_updateou56w74aglicb5upv3rjsnkm3s5og6wo5jj7ocxxgdmnr3w2drdlj-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"webapp-update-testdm5szrzhmvehwxkbez4kyu\",\r\n \"slot\": \"s1\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356392\",\r\n \"name\": \"webapp-authentication-testcmauizhlbikx5z\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356392,\r\n \"deletedTimestamp\": \"2020-04-03T06:51:47.769855\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_authenticationewsvj7tleoykzbgbuvq4tdx3a7wysadbtr2a3kzxcrbsk\",\r\n \"webSpace\": \"cli_test_webapp_authenticationewsvj7tleoykzbgbuvq4tdx3a7wysadbtr2a3kzxcrbsk-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"webapp-authentication-testcmauizhlbikx5z\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356393\",\r\n \"name\": \"webapp-zipDeploy-testgbsa7elm4xttnutqt46\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356393,\r\n \"deletedTimestamp\": \"2020-04-03T06:51:59.2818492\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_zipDeploy6kvnr3a2456zyvnt7ugtl4zycfbphwastllcryqce6harfiqjo\",\r\n \"webSpace\": \"cli_test_webapp_zipDeploy6kvnr3a2456zyvnt7ugtl4zycfbphwastllcryqce6harfiqjo-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"webapp-zipDeploy-testgbsa7elm4xttnutqt46\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356397\",\r\n \"name\": \"webapp-linux-freeviusuju\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356397,\r\n \"deletedTimestamp\": \"2020-04-03T06:52:43.5621789\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_linux_freefnz4tsl4lelhv47lqzfpkai5b6bjdkxf7wnbdp5qj6wbudkrs\",\r\n \"webSpace\": \"cli_test_webapp_linux_freefnz4tsl4lelhv47lqzfpkai5b6bjdkxf7wnbdp5qj6wbudkrs-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-139\",\r\n \"deletedSiteName\": \"webapp-linux-freeviusuju\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356400\",\r\n \"name\": \"web-msivxaansfvleb5b\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356400,\r\n \"deletedTimestamp\": \"2020-04-03T06:54:11.1951901\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgr7lyuhxiadm3k4iaq7xa72qu6dbz5paqz5iqu4trenwrm5k3epstcjrb6usn7namm\",\r\n \"webSpace\": \"clitest.rgr7lyuhxiadm3k4iaq7xa72qu6dbz5paqz5iqu4trenwrm5k3epstcjrb6usn7namm-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"web-msivxaansfvleb5b\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356401\",\r\n \"name\": \"webapp-hyperv-e2el6zcenq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356401,\r\n \"deletedTimestamp\": \"2020-04-03T06:54:28.0036856\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgu2ycyb6nmmuofkrlkeefe26cskb4ijnsa2hcvaytuwpm53cxguz5kzipqobzzxnca\",\r\n \"webSpace\": \"clitest.rgu2ycyb6nmmuofkrlkeefe26cskb4ijnsa2hcvaytuwpm53cxguz5kzipqobzzxnca-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"webapp-hyperv-e2el6zcenq\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356403\",\r\n \"name\": \"swiftwebappvj2oj2i3itndp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356403,\r\n \"deletedTimestamp\": \"2020-04-03T06:55:17.0296811\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg7agd6plfosjxvmfeywsi5de6ljjtiawbt2n6j5slnmryn65ywji5copsudx4cl5xv\",\r\n \"webSpace\": \"clitest.rg7agd6plfosjxvmfeywsi5de6ljjtiawbt2n6j5slnmryn65ywji5copsudx4cl5xv-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"swiftwebappvj2oj2i3itndp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356404\",\r\n \"name\": \"swiftwebappyg6imigbz2vmp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356404,\r\n \"deletedTimestamp\": \"2020-04-03T06:55:32.3225996\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgekwpwnq5qomntpwufc57pcrp4ighoq6u3r23rnqf44sqizmdlbij2bmr4rqxga5qv\",\r\n \"webSpace\": \"clitest.rgekwpwnq5qomntpwufc57pcrp4ighoq6u3r23rnqf44sqizmdlbij2bmr4rqxga5qv-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"swiftwebappyg6imigbz2vmp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356405\",\r\n \"name\": \"hcwebapprszuaspp3nq5b3gs\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356405,\r\n \"deletedTimestamp\": \"2020-04-03T06:55:43.6190352\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgyqqcahlhazb52r3se7z6uy74sdjaafcq2de6pvx5cc5vut45ktwjnfhrillk2dffl\",\r\n \"webSpace\": \"clitest.rgyqqcahlhazb52r3se7z6uy74sdjaafcq2de6pvx5cc5vut45ktwjnfhrillk2dffl-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"hcwebapprszuaspp3nq5b3gs\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356407\",\r\n \"name\": \"web-errorosch6t3nxyutjz4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356407,\r\n \"deletedTimestamp\": \"2020-04-03T06:56:23.151561\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgct2xmlpwlstj7vnrudmjgpffogwvbwvwl7fn77yyx4sswyxxgxck3rwn2ch6a6nwl\",\r\n \"webSpace\": \"clitest.rgct2xmlpwlstj7vnrudmjgpffogwvbwvwl7fn77yyx4sswyxxgxck3rwn2ch6a6nwl-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"web-errorosch6t3nxyutjz4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356434\",\r\n \"name\": \"appubq4p3epz7p7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356434,\r\n \"deletedTimestamp\": \"2020-04-03T07:03:34.4785496\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_metric_alert_v2b6kbkstz6p6xwquk2wn7oov4v56zv7kq5iwb72jnequwycqsdrq\",\r\n \"webSpace\": \"cli_test_metric_alert_v2b6kbkstz6p6xwquk2wn7oov4v56zv7kq5iwb72jnequwycqsdrq-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"appubq4p3epz7p7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/378926\",\r\n \"name\": \"webapp-config-testrep5guyvjklfo7liohjyr5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 378926,\r\n \"deletedTimestamp\": \"2020-04-14T05:55:33.2800329\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configcjsda6pqhcxzjf2cpy3xqoly2bqfg6mg7gdcumtxw2czgvmxuh3as\",\r\n \"webSpace\": \"cli_test_webapp_configcjsda6pqhcxzjf2cpy3xqoly2bqfg6mg7gdcumtxw2czgvmxuh3as-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"webapp-config-testrep5guyvjklfo7liohjyr5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/382304\",\r\n \"name\": \"cli-webapp-nwrogb2prmyrx\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 382304,\r\n \"deletedTimestamp\": \"2020-04-15T07:14:19.1904965\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rghbtli7buaka6qnfhuerymoean6cfhcvkw3iwo3qdtabwxroi54dzkgapcrf7i24ja\",\r\n \"webSpace\": \"clitest.rghbtli7buaka6qnfhuerymoean6cfhcvkw3iwo3qdtabwxroi54dzkgapcrf7i24ja-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"cli-webapp-nwrogb2prmyrx\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/382307\",\r\n \"name\": \"cli-webapp-nwrkzmo5ef7ya\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 382307,\r\n \"deletedTimestamp\": \"2020-04-15T07:17:56.9019972\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgnlfjsyzwfkawuelijykskv3ohnwot33igf6ljslosevxy6we4jv7ca5cfzhkwtxgw\",\r\n \"webSpace\": \"clitest.rgnlfjsyzwfkawuelijykskv3ohnwot33igf6ljslosevxy6we4jv7ca5cfzhkwtxgw-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"cli-webapp-nwrkzmo5ef7ya\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/382308\",\r\n \"name\": \"cli-funcapp-nwr7iamfq4p3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 382308,\r\n \"deletedTimestamp\": \"2020-04-15T07:18:01.9590392\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgdrc2tm2cbaqliszz62n5fim2elxy3jukqvp3iulelg5hcguncqc5lzbm7v6ingh4k\",\r\n \"webSpace\": \"clitest.rgdrc2tm2cbaqliszz62n5fim2elxy3jukqvp3iulelg5hcguncqc5lzbm7v6ingh4k-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"cli-funcapp-nwr7iamfq4p3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/389159\",\r\n \"name\": \"csmws7701\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 389159,\r\n \"deletedTimestamp\": \"2020-04-17T16:14:45.7216281\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1974\",\r\n \"webSpace\": \"csmrg1974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"csmws7701\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/389167\",\r\n \"name\": \"csmws6611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 389167,\r\n \"deletedTimestamp\": \"2020-04-17T16:15:55.8173058\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5153\",\r\n \"webSpace\": \"csmrg5153-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"csmws6611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/389173\",\r\n \"name\": \"csmws2849\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 389173,\r\n \"deletedTimestamp\": \"2020-04-17T16:17:28.6437777\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9709\",\r\n \"webSpace\": \"csmrg9709-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"csmws2849\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/389206\",\r\n \"name\": \"csmws9830\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 389206,\r\n \"deletedTimestamp\": \"2020-04-17T16:33:27.9880352\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2314\",\r\n \"webSpace\": \"csmrg2314-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"csmws9830\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/393161\",\r\n \"name\": \"csmws705\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 393161,\r\n \"deletedTimestamp\": \"2020-04-20T08:03:19.1171487\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1214\",\r\n \"webSpace\": \"csmrg1214-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"csmws705\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/393176\",\r\n \"name\": \"csmws3870\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 393176,\r\n \"deletedTimestamp\": \"2020-04-20T08:10:35.0489954\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg777\",\r\n \"webSpace\": \"csmrg777-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"csmws3870\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/393178\",\r\n \"name\": \"csmws3065\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 393178,\r\n \"deletedTimestamp\": \"2020-04-20T08:11:31.8735447\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5190\",\r\n \"webSpace\": \"csmrg5190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"csmws3065\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/393212\",\r\n \"name\": \"csmws1564\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 393212,\r\n \"deletedTimestamp\": \"2020-04-20T08:21:49.6980564\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8136\",\r\n \"webSpace\": \"csmrg8136-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"csmws1564\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/393382\",\r\n \"name\": \"csmws5928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 393382,\r\n \"deletedTimestamp\": \"2020-04-20T10:27:38.3449274\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8280\",\r\n \"webSpace\": \"csmrg8280-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"csmws5928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/393383\",\r\n \"name\": \"csmws623\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 393383,\r\n \"deletedTimestamp\": \"2020-04-20T10:28:44.1173714\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6415\",\r\n \"webSpace\": \"csmrg6415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"csmws623\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/393386\",\r\n \"name\": \"csmws806\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 393386,\r\n \"deletedTimestamp\": \"2020-04-20T10:29:42.5073932\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2497\",\r\n \"webSpace\": \"csmrg2497-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"csmws806\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/393389\",\r\n \"name\": \"csmws1164\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 393389,\r\n \"deletedTimestamp\": \"2020-04-20T10:30:40.2088871\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9187\",\r\n \"webSpace\": \"csmrg9187-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"csmws1164\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/396092\",\r\n \"name\": \"csmws6609\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 396092,\r\n \"deletedTimestamp\": \"2020-04-21T09:10:07.1000887\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8846\",\r\n \"webSpace\": \"csmrg8846-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"csmws6609\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/396095\",\r\n \"name\": \"csmws4083\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 396095,\r\n \"deletedTimestamp\": \"2020-04-21T09:11:15.5930072\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6179\",\r\n \"webSpace\": \"csmrg6179-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"csmws4083\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/396103\",\r\n \"name\": \"csmws1437\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 396103,\r\n \"deletedTimestamp\": \"2020-04-21T09:18:29.9038344\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5823\",\r\n \"webSpace\": \"csmrg5823-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"csmws1437\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/396104\",\r\n \"name\": \"csmws4978\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 396104,\r\n \"deletedTimestamp\": \"2020-04-21T09:19:20.4846951\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2790\",\r\n \"webSpace\": \"csmrg2790-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"csmws4978\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/409281\",\r\n \"name\": \"ps8467\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 409281,\r\n \"deletedTimestamp\": \"2020-04-27T06:18:54.8463881\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7386\",\r\n \"webSpace\": \"ps7386-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps8467\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/409283\",\r\n \"name\": \"ps8134\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 409283,\r\n \"deletedTimestamp\": \"2020-04-27T06:18:59.3169236\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7386\",\r\n \"webSpace\": \"ps7386-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps8134\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/409717\",\r\n \"name\": \"ps3138\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 409717,\r\n \"deletedTimestamp\": \"2020-04-27T08:07:44.6227088\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3788\",\r\n \"webSpace\": \"ps3788-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-035\",\r\n \"deletedSiteName\": \"ps3138\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/409718\",\r\n \"name\": \"ps7017\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 409718,\r\n \"deletedTimestamp\": \"2020-04-27T08:07:48.3102303\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3788\",\r\n \"webSpace\": \"ps3788-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-035\",\r\n \"deletedSiteName\": \"ps7017\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/411992\",\r\n \"name\": \"ps4802\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 411992,\r\n \"deletedTimestamp\": \"2020-04-28T06:26:30.233267\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4951\",\r\n \"webSpace\": \"ps4951-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps4802\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/411999\",\r\n \"name\": \"ps8525\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 411999,\r\n \"deletedTimestamp\": \"2020-04-28T06:27:30.3095735\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4951\",\r\n \"webSpace\": \"ps4951-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps8525\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412022\",\r\n \"name\": \"ps4414\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412022,\r\n \"deletedTimestamp\": \"2020-04-28T06:30:30.9795741\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4951\",\r\n \"webSpace\": \"ps4951-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps4414\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412046\",\r\n \"name\": \"ps6578\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412046,\r\n \"deletedTimestamp\": \"2020-04-28T06:36:48.1830231\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2160\",\r\n \"webSpace\": \"ps2160-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps6578\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412050\",\r\n \"name\": \"ps5093\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412050,\r\n \"deletedTimestamp\": \"2020-04-28T06:36:53.8879138\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2160\",\r\n \"webSpace\": \"ps2160-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps5093\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412165\",\r\n \"name\": \"ps2871\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412165,\r\n \"deletedTimestamp\": \"2020-04-28T06:52:54.9585706\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2090\",\r\n \"webSpace\": \"ps2090-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps2871\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412166\",\r\n \"name\": \"ps85\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412166,\r\n \"deletedTimestamp\": \"2020-04-28T06:52:59.2575344\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2090\",\r\n \"webSpace\": \"ps2090-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps85\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412190\",\r\n \"name\": \"ps9292\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412190,\r\n \"deletedTimestamp\": \"2020-04-28T07:01:39.2257321\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3147\",\r\n \"webSpace\": \"ps3147-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps9292\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412635\",\r\n \"name\": \"ps1346\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412635,\r\n \"deletedTimestamp\": \"2020-04-28T10:50:20.926098\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1156\",\r\n \"webSpace\": \"ps1156-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps1346\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412673\",\r\n \"name\": \"ps3149\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412673,\r\n \"deletedTimestamp\": \"2020-04-28T11:14:01.9310841\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3993\",\r\n \"webSpace\": \"ps3993-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps3149\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412683\",\r\n \"name\": \"ps4081\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412683,\r\n \"deletedTimestamp\": \"2020-04-28T11:19:22.3185147\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6219\",\r\n \"webSpace\": \"ps6219-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps4081\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412704\",\r\n \"name\": \"ps6779\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412704,\r\n \"deletedTimestamp\": \"2020-04-28T11:28:17.646533\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2707\",\r\n \"webSpace\": \"ps2707-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps6779\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412819\",\r\n \"name\": \"ps6905\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412819,\r\n \"deletedTimestamp\": \"2020-04-28T12:52:35.1833021\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6042\",\r\n \"webSpace\": \"ps6042-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps6905\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/414914\",\r\n \"name\": \"ps3953\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 414914,\r\n \"deletedTimestamp\": \"2020-04-29T06:34:06.9967944\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7458\",\r\n \"webSpace\": \"ps7458-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps3953\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415280\",\r\n \"name\": \"ps5134\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415280,\r\n \"deletedTimestamp\": \"2020-04-29T08:31:26.2530718\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps515\",\r\n \"webSpace\": \"ps515-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps5134\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415305\",\r\n \"name\": \"ps7144\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415305,\r\n \"deletedTimestamp\": \"2020-04-29T08:35:47.2450574\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9284\",\r\n \"webSpace\": \"ps9284-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps7144\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415306\",\r\n \"name\": \"ps7144\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415306,\r\n \"deletedTimestamp\": \"2020-04-29T08:35:47.5264858\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9284\",\r\n \"webSpace\": \"ps9284-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps7144\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415311\",\r\n \"name\": \"ps5974\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415311,\r\n \"deletedTimestamp\": \"2020-04-29T08:39:15.5239953\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3815\",\r\n \"webSpace\": \"ps3815-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps5974\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415312\",\r\n \"name\": \"ps5974\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415312,\r\n \"deletedTimestamp\": \"2020-04-29T08:39:15.8208707\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3815\",\r\n \"webSpace\": \"ps3815-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps5974\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415319\",\r\n \"name\": \"ps4398\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415319,\r\n \"deletedTimestamp\": \"2020-04-29T08:42:44.7468635\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8388\",\r\n \"webSpace\": \"ps8388-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps4398\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415320\",\r\n \"name\": \"ps4398\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415320,\r\n \"deletedTimestamp\": \"2020-04-29T08:42:45.059403\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8388\",\r\n \"webSpace\": \"ps8388-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps4398\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415344\",\r\n \"name\": \"ps7602\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415344,\r\n \"deletedTimestamp\": \"2020-04-29T08:47:25.963384\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1814\",\r\n \"webSpace\": \"ps1814-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps7602\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415345\",\r\n \"name\": \"ps7602\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415345,\r\n \"deletedTimestamp\": \"2020-04-29T08:47:26.2602578\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1814\",\r\n \"webSpace\": \"ps1814-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps7602\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415356\",\r\n \"name\": \"ps6883\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415356,\r\n \"deletedTimestamp\": \"2020-04-29T08:58:38.0809583\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9128\",\r\n \"webSpace\": \"ps9128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps6883\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415357\",\r\n \"name\": \"ps6883\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415357,\r\n \"deletedTimestamp\": \"2020-04-29T08:58:44.4728338\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9128\",\r\n \"webSpace\": \"ps9128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps6883\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415362\",\r\n \"name\": \"ps4869\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415362,\r\n \"deletedTimestamp\": \"2020-04-29T09:04:37.061104\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6214\",\r\n \"webSpace\": \"ps6214-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps4869\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415363\",\r\n \"name\": \"ps4869\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415363,\r\n \"deletedTimestamp\": \"2020-04-29T09:04:37.8579573\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6214\",\r\n \"webSpace\": \"ps6214-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps4869\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415365\",\r\n \"name\": \"ps5140\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415365,\r\n \"deletedTimestamp\": \"2020-04-29T09:04:45.0101293\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6214\",\r\n \"webSpace\": \"ps6214-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps5140\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415366\",\r\n \"name\": \"ps5140\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415366,\r\n \"deletedTimestamp\": \"2020-04-29T09:04:45.3070068\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6214\",\r\n \"webSpace\": \"ps6214-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps5140\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415380\",\r\n \"name\": \"ps9896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415380,\r\n \"deletedTimestamp\": \"2020-04-29T09:09:59.6501535\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3967\",\r\n \"webSpace\": \"ps3967-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps9896\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415381\",\r\n \"name\": \"ps9896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415381,\r\n \"deletedTimestamp\": \"2020-04-29T09:10:03.8740461\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3967\",\r\n \"webSpace\": \"ps3967-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps9896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415384\",\r\n \"name\": \"ps5563\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415384,\r\n \"deletedTimestamp\": \"2020-04-29T09:13:19.5303138\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2057\",\r\n \"webSpace\": \"ps2057-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps5563\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415385\",\r\n \"name\": \"ps5563\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415385,\r\n \"deletedTimestamp\": \"2020-04-29T09:13:23.41103\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2057\",\r\n \"webSpace\": \"ps2057-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps5563\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415397\",\r\n \"name\": \"ps5319\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415397,\r\n \"deletedTimestamp\": \"2020-04-29T09:16:53.2609152\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9591\",\r\n \"webSpace\": \"ps9591-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps5319\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415425\",\r\n \"name\": \"ps2463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415425,\r\n \"deletedTimestamp\": \"2020-04-29T09:20:58.6011582\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6289\",\r\n \"webSpace\": \"ps6289-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps2463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415458\",\r\n \"name\": \"ps2314\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415458,\r\n \"deletedTimestamp\": \"2020-04-29T09:29:14.5761846\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps379\",\r\n \"webSpace\": \"ps379-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps2314\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415459\",\r\n \"name\": \"ps2314\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415459,\r\n \"deletedTimestamp\": \"2020-04-29T09:29:14.9357795\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps379\",\r\n \"webSpace\": \"ps379-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps2314\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415470\",\r\n \"name\": \"ps8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415470,\r\n \"deletedTimestamp\": \"2020-04-29T09:33:56.3634716\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7002\",\r\n \"webSpace\": \"ps7002-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415471\",\r\n \"name\": \"ps8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415471,\r\n \"deletedTimestamp\": \"2020-04-29T09:33:56.660386\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7002\",\r\n \"webSpace\": \"ps7002-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8938\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415487\",\r\n \"name\": \"ps8179\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415487,\r\n \"deletedTimestamp\": \"2020-04-29T09:38:59.6812559\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1986\",\r\n \"webSpace\": \"ps1986-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps8179\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415488\",\r\n \"name\": \"ps8179\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415488,\r\n \"deletedTimestamp\": \"2020-04-29T09:39:04.4355701\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1986\",\r\n \"webSpace\": \"ps1986-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps8179\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415499\",\r\n \"name\": \"ps6914\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415499,\r\n \"deletedTimestamp\": \"2020-04-29T09:42:16.8992861\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1596\",\r\n \"webSpace\": \"ps1596-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps6914\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415501\",\r\n \"name\": \"ps6914\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415501,\r\n \"deletedTimestamp\": \"2020-04-29T09:42:20.7628762\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1596\",\r\n \"webSpace\": \"ps1596-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps6914\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415502\",\r\n \"name\": \"ps6914\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415502,\r\n \"deletedTimestamp\": \"2020-04-29T09:42:24.7050393\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1596\",\r\n \"webSpace\": \"ps1596-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps6914\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415516\",\r\n \"name\": \"ps1018\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415516,\r\n \"deletedTimestamp\": \"2020-04-29T09:44:52.8922606\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3084\",\r\n \"webSpace\": \"ps3084-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps1018\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415535\",\r\n \"name\": \"ps7992\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415535,\r\n \"deletedTimestamp\": \"2020-04-29T09:48:25.3627089\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2229\",\r\n \"webSpace\": \"ps2229-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps7992\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415561\",\r\n \"name\": \"ps438\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415561,\r\n \"deletedTimestamp\": \"2020-04-29T09:51:43.4420939\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7599\",\r\n \"webSpace\": \"ps7599-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps438\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415579\",\r\n \"name\": \"ps5036\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415579,\r\n \"deletedTimestamp\": \"2020-04-29T09:55:22.6670587\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps431\",\r\n \"webSpace\": \"ps431-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps5036\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415589\",\r\n \"name\": \"ps7993\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415589,\r\n \"deletedTimestamp\": \"2020-04-29T09:58:28.1214403\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1182\",\r\n \"webSpace\": \"ps1182-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps7993\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415600\",\r\n \"name\": \"ps3966\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415600,\r\n \"deletedTimestamp\": \"2020-04-29T10:01:33.1559345\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2062\",\r\n \"webSpace\": \"ps2062-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps3966\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415613\",\r\n \"name\": \"ps312\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415613,\r\n \"deletedTimestamp\": \"2020-04-29T10:05:31.8512114\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7447\",\r\n \"webSpace\": \"ps7447-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps312\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415614\",\r\n \"name\": \"ps312\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415614,\r\n \"deletedTimestamp\": \"2020-04-29T10:05:32.1326592\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7447\",\r\n \"webSpace\": \"ps7447-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps312\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415619\",\r\n \"name\": \"ps8749\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415619,\r\n \"deletedTimestamp\": \"2020-04-29T10:08:29.7314689\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1005\",\r\n \"webSpace\": \"ps1005-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps8749\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415620\",\r\n \"name\": \"ps9210\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415620,\r\n \"deletedTimestamp\": \"2020-04-29T10:11:46.0364594\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1370\",\r\n \"webSpace\": \"ps1370-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps9210\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415626\",\r\n \"name\": \"ps3753\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415626,\r\n \"deletedTimestamp\": \"2020-04-29T10:16:17.2271893\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1032\",\r\n \"webSpace\": \"ps1032-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"ps3753\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415630\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415630,\r\n \"deletedTimestamp\": \"2020-04-29T10:20:40.3934667\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5834\",\r\n \"webSpace\": \"ps5834-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps8299\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415631\",\r\n \"name\": \"ps3228\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415631,\r\n \"deletedTimestamp\": \"2020-04-29T10:20:46.0810621\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5834\",\r\n \"webSpace\": \"ps5834-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps3228\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415644\",\r\n \"name\": \"ps9146\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415644,\r\n \"deletedTimestamp\": \"2020-04-29T10:23:42.4995309\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4544\",\r\n \"webSpace\": \"ps4544-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps9146\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415652\",\r\n \"name\": \"ps7955\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415652,\r\n \"deletedTimestamp\": \"2020-04-29T10:26:45.0450031\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps7955\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415667\",\r\n \"name\": \"ps9947\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415667,\r\n \"deletedTimestamp\": \"2020-04-29T10:32:32.6729531\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2210\",\r\n \"webSpace\": \"ps2210-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps9947\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415671\",\r\n \"name\": \"ps5820\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415671,\r\n \"deletedTimestamp\": \"2020-04-29T10:35:10.1736275\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1874\",\r\n \"webSpace\": \"ps1874-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5820\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415676\",\r\n \"name\": \"ps9923\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415676,\r\n \"deletedTimestamp\": \"2020-04-29T10:38:14.5942211\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps575\",\r\n \"webSpace\": \"ps575-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps9923\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415678\",\r\n \"name\": \"ps4147\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415678,\r\n \"deletedTimestamp\": \"2020-04-29T10:38:24.3979135\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps575\",\r\n \"webSpace\": \"ps575-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps4147\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415683\",\r\n \"name\": \"ps5223\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415683,\r\n \"deletedTimestamp\": \"2020-04-29T10:41:48.0302512\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6601\",\r\n \"webSpace\": \"ps6601-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps5223\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415717\",\r\n \"name\": \"ps7830\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415717,\r\n \"deletedTimestamp\": \"2020-04-29T10:48:20.4445728\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2268\",\r\n \"webSpace\": \"ps2268-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps7830\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415718\",\r\n \"name\": \"ps7830\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415718,\r\n \"deletedTimestamp\": \"2020-04-29T10:48:27.2918017\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2268\",\r\n \"webSpace\": \"ps2268-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps7830\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415721\",\r\n \"name\": \"ps7830\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415721,\r\n \"deletedTimestamp\": \"2020-04-29T10:48:31.2614468\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2268\",\r\n \"webSpace\": \"ps2268-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps7830\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415723\",\r\n \"name\": \"ps3014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415723,\r\n \"deletedTimestamp\": \"2020-04-29T10:48:39.7806293\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2268\",\r\n \"webSpace\": \"ps2268-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps3014\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415724\",\r\n \"name\": \"ps3014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415724,\r\n \"deletedTimestamp\": \"2020-04-29T10:48:43.8176482\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2268\",\r\n \"webSpace\": \"ps2268-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps3014\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415726\",\r\n \"name\": \"ps3014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415726,\r\n \"deletedTimestamp\": \"2020-04-29T10:48:47.621094\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2268\",\r\n \"webSpace\": \"ps2268-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps3014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415749\",\r\n \"name\": \"ps6683\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415749,\r\n \"deletedTimestamp\": \"2020-04-29T10:53:07.487394\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6567\",\r\n \"webSpace\": \"ps6567-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps6683\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415761\",\r\n \"name\": \"ps6736\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415761,\r\n \"deletedTimestamp\": \"2020-04-29T10:56:27.6740896\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4595\",\r\n \"webSpace\": \"ps4595-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6736\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415769\",\r\n \"name\": \"ps9019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415769,\r\n \"deletedTimestamp\": \"2020-04-29T10:58:23.8818078\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9849\",\r\n \"webSpace\": \"ps9849-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"ps9019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415778\",\r\n \"name\": \"ps643\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415778,\r\n \"deletedTimestamp\": \"2020-04-29T11:03:14.9611114\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2914\",\r\n \"webSpace\": \"ps2914-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps643\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415780\",\r\n \"name\": \"ps8794\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415780,\r\n \"deletedTimestamp\": \"2020-04-29T11:03:57.7762603\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2914\",\r\n \"webSpace\": \"ps2914-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps8794\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415787\",\r\n \"name\": \"ps8800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415787,\r\n \"deletedTimestamp\": \"2020-04-29T11:06:43.9723608\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2914\",\r\n \"webSpace\": \"ps2914-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps8800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415970\",\r\n \"name\": \"ps123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415970,\r\n \"deletedTimestamp\": \"2020-04-29T12:33:58.6650314\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5680\",\r\n \"webSpace\": \"ps5680-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416021\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416021,\r\n \"deletedTimestamp\": \"2020-04-29T12:49:54.3462286\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3539\",\r\n \"webSpace\": \"ps3539-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps8287\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416023\",\r\n \"name\": \"ps254\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416023,\r\n \"deletedTimestamp\": \"2020-04-29T12:51:47.9067601\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2061\",\r\n \"webSpace\": \"ps2061-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps254\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416030\",\r\n \"name\": \"ps5645\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416030,\r\n \"deletedTimestamp\": \"2020-04-29T12:53:53.0364773\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7380\",\r\n \"webSpace\": \"ps7380-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5645\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416034\",\r\n \"name\": \"ps6043\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416034,\r\n \"deletedTimestamp\": \"2020-04-29T12:56:09.4780668\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1128\",\r\n \"webSpace\": \"ps1128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps6043\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416045\",\r\n \"name\": \"ps8624\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416045,\r\n \"deletedTimestamp\": \"2020-04-29T13:06:25.2667699\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8885\",\r\n \"webSpace\": \"ps8885-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps8624\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416055\",\r\n \"name\": \"ps3533\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416055,\r\n \"deletedTimestamp\": \"2020-04-29T13:10:19.7590191\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps59\",\r\n \"webSpace\": \"ps59-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3533\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416056\",\r\n \"name\": \"ps485\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416056,\r\n \"deletedTimestamp\": \"2020-04-29T13:12:40.5250217\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7771\",\r\n \"webSpace\": \"ps7771-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps485\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416074\",\r\n \"name\": \"ps302\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416074,\r\n \"deletedTimestamp\": \"2020-04-29T13:15:21.6332355\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1047\",\r\n \"webSpace\": \"ps1047-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps302\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416079\",\r\n \"name\": \"ps302\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416079,\r\n \"deletedTimestamp\": \"2020-04-29T13:15:53.2397282\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1047\",\r\n \"webSpace\": \"ps1047-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps302\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416089\",\r\n \"name\": \"ps8016\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416089,\r\n \"deletedTimestamp\": \"2020-04-29T13:19:22.9322931\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8404\",\r\n \"webSpace\": \"ps8404-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8016\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416090\",\r\n \"name\": \"ps8016\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416090,\r\n \"deletedTimestamp\": \"2020-04-29T13:19:23.2309628\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8404\",\r\n \"webSpace\": \"ps8404-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8016\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416159\",\r\n \"name\": \"ps7465\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416159,\r\n \"deletedTimestamp\": \"2020-04-29T13:54:13.7732426\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4324\",\r\n \"webSpace\": \"ps4324-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps7465\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416160\",\r\n \"name\": \"ps7465\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416160,\r\n \"deletedTimestamp\": \"2020-04-29T13:54:14.14836\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4324\",\r\n \"webSpace\": \"ps4324-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps7465\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/418472\",\r\n \"name\": \"ps8640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 418472,\r\n \"deletedTimestamp\": \"2020-04-30T10:29:31.597021\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2711\",\r\n \"webSpace\": \"ps2711-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/418473\",\r\n \"name\": \"ps8640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 418473,\r\n \"deletedTimestamp\": \"2020-04-30T10:29:31.893986\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2711\",\r\n \"webSpace\": \"ps2711-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/418506\",\r\n \"name\": \"ps5978\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 418506,\r\n \"deletedTimestamp\": \"2020-04-30T10:43:56.6217094\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3327\",\r\n \"webSpace\": \"ps3327-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps5978\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421188\",\r\n \"name\": \"ps8189\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421188,\r\n \"deletedTimestamp\": \"2020-05-01T11:42:31.798176\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1572\",\r\n \"webSpace\": \"ps1572-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps8189\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421190\",\r\n \"name\": \"ps2578\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421190,\r\n \"deletedTimestamp\": \"2020-05-01T11:47:14.5311909\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9547\",\r\n \"webSpace\": \"ps9547-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps2578\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421252\",\r\n \"name\": \"ps6363\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421252,\r\n \"deletedTimestamp\": \"2020-05-01T12:25:05.942686\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps892\",\r\n \"webSpace\": \"ps892-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps6363\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421321\",\r\n \"name\": \"ps8688\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421321,\r\n \"deletedTimestamp\": \"2020-05-01T13:36:10.9418051\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps973\",\r\n \"webSpace\": \"ps973-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps8688\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421322\",\r\n \"name\": \"ps8688\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421322,\r\n \"deletedTimestamp\": \"2020-05-01T13:36:16.4455579\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps973\",\r\n \"webSpace\": \"ps973-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps8688\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421325\",\r\n \"name\": \"ps5774\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421325,\r\n \"deletedTimestamp\": \"2020-05-01T13:39:34.6404699\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8999\",\r\n \"webSpace\": \"ps8999-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps5774\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421444\",\r\n \"name\": \"ps354\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421444,\r\n \"deletedTimestamp\": \"2020-05-01T14:37:35.2709129\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3289\",\r\n \"webSpace\": \"ps3289-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps354\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421445\",\r\n \"name\": \"ps354\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421445,\r\n \"deletedTimestamp\": \"2020-05-01T14:37:40.7935832\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3289\",\r\n \"webSpace\": \"ps3289-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps354\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421504\",\r\n \"name\": \"ps4637\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421504,\r\n \"deletedTimestamp\": \"2020-05-01T15:08:31.1282565\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3289\",\r\n \"webSpace\": \"ps3289-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps4637\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421505\",\r\n \"name\": \"ps4637\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421505,\r\n \"deletedTimestamp\": \"2020-05-01T15:08:37.7853219\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3289\",\r\n \"webSpace\": \"ps3289-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps4637\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421612\",\r\n \"name\": \"ps8395\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421612,\r\n \"deletedTimestamp\": \"2020-05-01T16:01:00.8092539\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps618\",\r\n \"webSpace\": \"ps618-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps8395\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421648\",\r\n \"name\": \"ps8395\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421648,\r\n \"deletedTimestamp\": \"2020-05-01T16:17:44.9492419\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps618\",\r\n \"webSpace\": \"ps618-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps8395\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421801\",\r\n \"name\": \"ps4006\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421801,\r\n \"deletedTimestamp\": \"2020-05-01T17:14:10.8770653\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7020\",\r\n \"webSpace\": \"ps7020-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps4006\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421802\",\r\n \"name\": \"ps4006\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421802,\r\n \"deletedTimestamp\": \"2020-05-01T17:14:16.6918141\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7020\",\r\n \"webSpace\": \"ps7020-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps4006\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421808\",\r\n \"name\": \"ps3010\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421808,\r\n \"deletedTimestamp\": \"2020-05-01T17:16:48.0613075\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2712\",\r\n \"webSpace\": \"ps2712-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps3010\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421809\",\r\n \"name\": \"ps3010\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421809,\r\n \"deletedTimestamp\": \"2020-05-01T17:16:52.0171634\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2712\",\r\n \"webSpace\": \"ps2712-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps3010\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421813\",\r\n \"name\": \"ps5902\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421813,\r\n \"deletedTimestamp\": \"2020-05-01T17:19:59.7430051\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7137\",\r\n \"webSpace\": \"ps7137-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps5902\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421819\",\r\n \"name\": \"ps1541\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421819,\r\n \"deletedTimestamp\": \"2020-05-01T17:22:49.7145052\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps604\",\r\n \"webSpace\": \"ps604-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps1541\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421826\",\r\n \"name\": \"ps2044\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421826,\r\n \"deletedTimestamp\": \"2020-05-01T17:25:54.1931842\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8044\",\r\n \"webSpace\": \"ps8044-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps2044\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421828\",\r\n \"name\": \"ps3937\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421828,\r\n \"deletedTimestamp\": \"2020-05-01T17:28:26.801633\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps383\",\r\n \"webSpace\": \"ps383-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps3937\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423835\",\r\n \"name\": \"ps3479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423835,\r\n \"deletedTimestamp\": \"2020-05-02T05:40:27.2891386\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7417\",\r\n \"webSpace\": \"ps7417-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps3479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423836\",\r\n \"name\": \"ps3479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423836,\r\n \"deletedTimestamp\": \"2020-05-02T05:40:27.5861735\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7417\",\r\n \"webSpace\": \"ps7417-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps3479\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423839\",\r\n \"name\": \"ps297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423839,\r\n \"deletedTimestamp\": \"2020-05-02T05:44:04.6551972\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1010\",\r\n \"webSpace\": \"ps1010-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps297\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423840\",\r\n \"name\": \"ps297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423840,\r\n \"deletedTimestamp\": \"2020-05-02T05:44:04.9989577\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1010\",\r\n \"webSpace\": \"ps1010-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps297\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423841\",\r\n \"name\": \"ps7063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423841,\r\n \"deletedTimestamp\": \"2020-05-02T05:47:33.2749268\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5909\",\r\n \"webSpace\": \"ps5909-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps7063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423842\",\r\n \"name\": \"ps7063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423842,\r\n \"deletedTimestamp\": \"2020-05-02T05:47:33.6031018\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5909\",\r\n \"webSpace\": \"ps5909-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps7063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423845\",\r\n \"name\": \"ps8832\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423845,\r\n \"deletedTimestamp\": \"2020-05-02T05:51:10.2035732\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6528\",\r\n \"webSpace\": \"ps6528-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps8832\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423846\",\r\n \"name\": \"ps8832\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423846,\r\n \"deletedTimestamp\": \"2020-05-02T05:51:10.516111\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6528\",\r\n \"webSpace\": \"ps6528-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps8832\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423852\",\r\n \"name\": \"ps7311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423852,\r\n \"deletedTimestamp\": \"2020-05-02T05:59:06.989818\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3233\",\r\n \"webSpace\": \"ps3233-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps7311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423854\",\r\n \"name\": \"ps7791\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423854,\r\n \"deletedTimestamp\": \"2020-05-02T06:02:06.1970736\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9173\",\r\n \"webSpace\": \"ps9173-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7791\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423859\",\r\n \"name\": \"ps8769\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423859,\r\n \"deletedTimestamp\": \"2020-05-02T06:06:26.2337698\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1643\",\r\n \"webSpace\": \"ps1643-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps8769\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423860\",\r\n \"name\": \"ps3262\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423860,\r\n \"deletedTimestamp\": \"2020-05-02T06:09:30.5798152\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1849\",\r\n \"webSpace\": \"ps1849-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3262\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423861\",\r\n \"name\": \"ps7889\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423861,\r\n \"deletedTimestamp\": \"2020-05-02T06:12:25.2308535\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5472\",\r\n \"webSpace\": \"ps5472-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps7889\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423863\",\r\n \"name\": \"ps399\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423863,\r\n \"deletedTimestamp\": \"2020-05-02T06:15:21.0386846\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8073\",\r\n \"webSpace\": \"ps8073-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"ps399\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423866\",\r\n \"name\": \"ps9864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423866,\r\n \"deletedTimestamp\": \"2020-05-02T06:18:53.8293006\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3679\",\r\n \"webSpace\": \"ps3679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps9864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423867\",\r\n \"name\": \"ps9864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423867,\r\n \"deletedTimestamp\": \"2020-05-02T06:18:54.126209\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3679\",\r\n \"webSpace\": \"ps3679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps9864\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423870\",\r\n \"name\": \"ps1654\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423870,\r\n \"deletedTimestamp\": \"2020-05-02T06:21:44.7413602\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5290\",\r\n \"webSpace\": \"ps5290-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps1654\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423871\",\r\n \"name\": \"ps2346\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423871,\r\n \"deletedTimestamp\": \"2020-05-02T06:28:41.5261168\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6587\",\r\n \"webSpace\": \"ps6587-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2346\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423872\",\r\n \"name\": \"ps6749\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423872,\r\n \"deletedTimestamp\": \"2020-05-02T06:33:22.5338367\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5135\",\r\n \"webSpace\": \"ps5135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps6749\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423873\",\r\n \"name\": \"ps6749\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423873,\r\n \"deletedTimestamp\": \"2020-05-02T06:33:28.1448584\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5135\",\r\n \"webSpace\": \"ps5135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps6749\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423877\",\r\n \"name\": \"ps9481\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423877,\r\n \"deletedTimestamp\": \"2020-05-02T06:38:26.9704019\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7885\",\r\n \"webSpace\": \"ps7885-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps9481\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423878\",\r\n \"name\": \"ps9481\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423878,\r\n \"deletedTimestamp\": \"2020-05-02T06:38:27.2681491\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7885\",\r\n \"webSpace\": \"ps7885-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps9481\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423879\",\r\n \"name\": \"ps8304\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423879,\r\n \"deletedTimestamp\": \"2020-05-02T06:38:34.8914105\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7885\",\r\n \"webSpace\": \"ps7885-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps8304\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423880\",\r\n \"name\": \"ps8304\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423880,\r\n \"deletedTimestamp\": \"2020-05-02T06:38:35.2351819\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7885\",\r\n \"webSpace\": \"ps7885-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps8304\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423885\",\r\n \"name\": \"ps4175\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423885,\r\n \"deletedTimestamp\": \"2020-05-02T06:43:23.6229764\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3060\",\r\n \"webSpace\": \"ps3060-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps4175\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423886\",\r\n \"name\": \"ps4175\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423886,\r\n \"deletedTimestamp\": \"2020-05-02T06:43:27.158852\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3060\",\r\n \"webSpace\": \"ps3060-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps4175\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423889\",\r\n \"name\": \"ps5856\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423889,\r\n \"deletedTimestamp\": \"2020-05-02T06:47:20.9149981\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3947\",\r\n \"webSpace\": \"ps3947-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps5856\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423890\",\r\n \"name\": \"ps5856\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423890,\r\n \"deletedTimestamp\": \"2020-05-02T06:47:24.9023039\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3947\",\r\n \"webSpace\": \"ps3947-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps5856\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423891\",\r\n \"name\": \"ps7041\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423891,\r\n \"deletedTimestamp\": \"2020-05-02T06:49:51.3241522\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7760\",\r\n \"webSpace\": \"ps7760-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps7041\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423892\",\r\n \"name\": \"ps7041\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423892,\r\n \"deletedTimestamp\": \"2020-05-02T06:49:54.5592134\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7760\",\r\n \"webSpace\": \"ps7760-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps7041\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423895\",\r\n \"name\": \"ps420\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423895,\r\n \"deletedTimestamp\": \"2020-05-02T06:52:47.0828892\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1805\",\r\n \"webSpace\": \"ps1805-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps420\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423896\",\r\n \"name\": \"ps420\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423896,\r\n \"deletedTimestamp\": \"2020-05-02T06:52:50.6767196\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1805\",\r\n \"webSpace\": \"ps1805-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps420\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423898\",\r\n \"name\": \"ps9567\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423898,\r\n \"deletedTimestamp\": \"2020-05-02T06:55:27.3476013\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4158\",\r\n \"webSpace\": \"ps4158-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps9567\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423908\",\r\n \"name\": \"ps2004\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423908,\r\n \"deletedTimestamp\": \"2020-05-02T07:01:32.2828639\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2987\",\r\n \"webSpace\": \"ps2987-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps2004\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423909\",\r\n \"name\": \"ps2004\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423909,\r\n \"deletedTimestamp\": \"2020-05-02T07:01:33.1312218\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2987\",\r\n \"webSpace\": \"ps2987-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps2004\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423913\",\r\n \"name\": \"ps377\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423913,\r\n \"deletedTimestamp\": \"2020-05-02T07:04:28.5934334\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7472\",\r\n \"webSpace\": \"ps7472-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps377\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423914\",\r\n \"name\": \"ps377\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423914,\r\n \"deletedTimestamp\": \"2020-05-02T07:04:28.9215321\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7472\",\r\n \"webSpace\": \"ps7472-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps377\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423918\",\r\n \"name\": \"ps2671\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423918,\r\n \"deletedTimestamp\": \"2020-05-02T07:07:01.3004951\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5267\",\r\n \"webSpace\": \"ps5267-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps2671\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423919\",\r\n \"name\": \"ps2671\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423919,\r\n \"deletedTimestamp\": \"2020-05-02T07:07:05.0385408\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5267\",\r\n \"webSpace\": \"ps5267-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps2671\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423921\",\r\n \"name\": \"ps350\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423921,\r\n \"deletedTimestamp\": \"2020-05-02T07:10:05.2695497\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3247\",\r\n \"webSpace\": \"ps3247-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps350\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423922\",\r\n \"name\": \"ps350\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423922,\r\n \"deletedTimestamp\": \"2020-05-02T07:10:09.0900561\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3247\",\r\n \"webSpace\": \"ps3247-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps350\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423923\",\r\n \"name\": \"ps350\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423923,\r\n \"deletedTimestamp\": \"2020-05-02T07:10:12.870469\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3247\",\r\n \"webSpace\": \"ps3247-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps350\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423926\",\r\n \"name\": \"ps9772\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423926,\r\n \"deletedTimestamp\": \"2020-05-02T07:13:06.3213798\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1786\",\r\n \"webSpace\": \"ps1786-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps9772\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423927\",\r\n \"name\": \"ps9772\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423927,\r\n \"deletedTimestamp\": \"2020-05-02T07:13:06.6338495\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1786\",\r\n \"webSpace\": \"ps1786-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps9772\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423928\",\r\n \"name\": \"ps7371\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423928,\r\n \"deletedTimestamp\": \"2020-05-02T07:15:17.6265324\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4628\",\r\n \"webSpace\": \"ps4628-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps7371\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423929\",\r\n \"name\": \"ps3769\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423929,\r\n \"deletedTimestamp\": \"2020-05-02T07:19:32.6071799\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7807\",\r\n \"webSpace\": \"ps7807-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps3769\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423930\",\r\n \"name\": \"ps9303\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423930,\r\n \"deletedTimestamp\": \"2020-05-02T07:19:38.5942101\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7807\",\r\n \"webSpace\": \"ps7807-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps9303\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423933\",\r\n \"name\": \"ps4627\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423933,\r\n \"deletedTimestamp\": \"2020-05-02T07:22:15.7337819\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5124\",\r\n \"webSpace\": \"ps5124-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps4627\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423935\",\r\n \"name\": \"ps2279\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423935,\r\n \"deletedTimestamp\": \"2020-05-02T07:25:22.0024167\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps435\",\r\n \"webSpace\": \"ps435-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2279\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423937\",\r\n \"name\": \"ps796\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423937,\r\n \"deletedTimestamp\": \"2020-05-02T07:30:36.5131872\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1428\",\r\n \"webSpace\": \"ps1428-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps796\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423941\",\r\n \"name\": \"ps7694\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423941,\r\n \"deletedTimestamp\": \"2020-05-02T07:32:54.6840187\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1841\",\r\n \"webSpace\": \"ps1841-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps7694\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423945\",\r\n \"name\": \"ps1272\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423945,\r\n \"deletedTimestamp\": \"2020-05-02T07:36:26.7294453\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2595\",\r\n \"webSpace\": \"ps2595-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps1272\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423946\",\r\n \"name\": \"ps5587\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423946,\r\n \"deletedTimestamp\": \"2020-05-02T07:36:35.9794984\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2595\",\r\n \"webSpace\": \"ps2595-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps5587\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423959\",\r\n \"name\": \"ps7288\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423959,\r\n \"deletedTimestamp\": \"2020-05-02T07:47:58.7370253\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3393\",\r\n \"webSpace\": \"ps3393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps7288\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423960\",\r\n \"name\": \"ps7288\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423960,\r\n \"deletedTimestamp\": \"2020-05-02T07:48:05.2164312\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3393\",\r\n \"webSpace\": \"ps3393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps7288\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423961\",\r\n \"name\": \"ps7288\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423961,\r\n \"deletedTimestamp\": \"2020-05-02T07:48:08.8739287\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3393\",\r\n \"webSpace\": \"ps3393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps7288\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423962\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423962,\r\n \"deletedTimestamp\": \"2020-05-02T07:48:17.2146691\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3393\",\r\n \"webSpace\": \"ps3393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps9384\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423963\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423963,\r\n \"deletedTimestamp\": \"2020-05-02T07:48:22.2059849\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3393\",\r\n \"webSpace\": \"ps3393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps9384\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423964\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423964,\r\n \"deletedTimestamp\": \"2020-05-02T07:48:25.7047366\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3393\",\r\n \"webSpace\": \"ps3393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps9384\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423970\",\r\n \"name\": \"ps827\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423970,\r\n \"deletedTimestamp\": \"2020-05-02T07:51:08.6883177\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9232\",\r\n \"webSpace\": \"ps9232-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps827\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423971\",\r\n \"name\": \"ps4233\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423971,\r\n \"deletedTimestamp\": \"2020-05-02T07:53:22.2603761\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1564\",\r\n \"webSpace\": \"ps1564-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps4233\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423973\",\r\n \"name\": \"ps9936\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423973,\r\n \"deletedTimestamp\": \"2020-05-02T07:55:12.0710173\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5845\",\r\n \"webSpace\": \"ps5845-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps9936\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423976\",\r\n \"name\": \"ps7198\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423976,\r\n \"deletedTimestamp\": \"2020-05-02T07:59:39.7401557\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3868\",\r\n \"webSpace\": \"ps3868-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps7198\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423978\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423978,\r\n \"deletedTimestamp\": \"2020-05-02T08:00:25.1064036\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3868\",\r\n \"webSpace\": \"ps3868-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9384\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423979\",\r\n \"name\": \"ps8664\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423979,\r\n \"deletedTimestamp\": \"2020-05-02T08:03:04.1907036\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3868\",\r\n \"webSpace\": \"ps3868-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8664\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/424012\",\r\n \"name\": \"ps8185\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 424012,\r\n \"deletedTimestamp\": \"2020-05-02T08:25:01.2293204\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9188\",\r\n \"webSpace\": \"ps9188-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps8185\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428241\",\r\n \"name\": \"ps5220\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428241,\r\n \"deletedTimestamp\": \"2020-05-04T09:28:39.6516845\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps136\",\r\n \"webSpace\": \"ps136-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps5220\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428242\",\r\n \"name\": \"ps5220\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428242,\r\n \"deletedTimestamp\": \"2020-05-04T09:28:40.0892162\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps136\",\r\n \"webSpace\": \"ps136-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps5220\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428258\",\r\n \"name\": \"ps9980\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428258,\r\n \"deletedTimestamp\": \"2020-05-04T09:45:58.5640801\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4488\",\r\n \"webSpace\": \"ps4488-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps9980\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428259\",\r\n \"name\": \"ps9980\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428259,\r\n \"deletedTimestamp\": \"2020-05-04T09:45:58.8766304\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4488\",\r\n \"webSpace\": \"ps4488-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps9980\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428326\",\r\n \"name\": \"ps8207\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428326,\r\n \"deletedTimestamp\": \"2020-05-04T10:28:53.1358869\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8712\",\r\n \"webSpace\": \"ps8712-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps8207\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428327\",\r\n \"name\": \"ps8207\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428327,\r\n \"deletedTimestamp\": \"2020-05-04T10:28:53.4484427\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8712\",\r\n \"webSpace\": \"ps8712-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps8207\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428418\",\r\n \"name\": \"ps1253\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428418,\r\n \"deletedTimestamp\": \"2020-05-04T11:23:12.1528541\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9422\",\r\n \"webSpace\": \"ps9422-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps1253\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428593\",\r\n \"name\": \"ps3074\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428593,\r\n \"deletedTimestamp\": \"2020-05-04T12:35:05.1708073\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1201\",\r\n \"webSpace\": \"ps1201-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps3074\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428646\",\r\n \"name\": \"ps4704\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428646,\r\n \"deletedTimestamp\": \"2020-05-04T13:06:59.5651204\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1856\",\r\n \"webSpace\": \"ps1856-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps4704\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428654\",\r\n \"name\": \"ps4404\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428654,\r\n \"deletedTimestamp\": \"2020-05-04T13:08:50.9677246\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8476\",\r\n \"webSpace\": \"ps8476-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps4404\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428667\",\r\n \"name\": \"ps2251\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428667,\r\n \"deletedTimestamp\": \"2020-05-04T13:15:44.1125236\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1789\",\r\n \"webSpace\": \"ps1789-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps2251\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428668\",\r\n \"name\": \"ps9184\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428668,\r\n \"deletedTimestamp\": \"2020-05-04T13:15:55.0761721\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1789\",\r\n \"webSpace\": \"ps1789-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps9184\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428680\",\r\n \"name\": \"ps2725\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428680,\r\n \"deletedTimestamp\": \"2020-05-04T13:19:05.4326877\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8497\",\r\n \"webSpace\": \"ps8497-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps2725\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428688\",\r\n \"name\": \"ps5257\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428688,\r\n \"deletedTimestamp\": \"2020-05-04T13:21:42.397746\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2801\",\r\n \"webSpace\": \"ps2801-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps5257\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428698\",\r\n \"name\": \"ps1966\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428698,\r\n \"deletedTimestamp\": \"2020-05-04T13:26:39.3580118\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4228\",\r\n \"webSpace\": \"ps4228-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps1966\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428701\",\r\n \"name\": \"ps7276\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428701,\r\n \"deletedTimestamp\": \"2020-05-04T13:28:41.4067168\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9631\",\r\n \"webSpace\": \"ps9631-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps7276\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428711\",\r\n \"name\": \"ps2311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428711,\r\n \"deletedTimestamp\": \"2020-05-04T13:31:56.6283111\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4874\",\r\n \"webSpace\": \"ps4874-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps2311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428712\",\r\n \"name\": \"ps5424\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428712,\r\n \"deletedTimestamp\": \"2020-05-04T13:32:07.4828335\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4874\",\r\n \"webSpace\": \"ps4874-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps5424\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428716\",\r\n \"name\": \"ps9139\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428716,\r\n \"deletedTimestamp\": \"2020-05-04T13:34:29.9416709\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3857\",\r\n \"webSpace\": \"ps3857-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9139\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428722\",\r\n \"name\": \"ps4592\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428722,\r\n \"deletedTimestamp\": \"2020-05-04T13:42:49.0528509\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4625\",\r\n \"webSpace\": \"ps4625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps4592\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428724\",\r\n \"name\": \"ps4592\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428724,\r\n \"deletedTimestamp\": \"2020-05-04T13:42:54.8834078\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4625\",\r\n \"webSpace\": \"ps4625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps4592\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428725\",\r\n \"name\": \"ps4592\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428725,\r\n \"deletedTimestamp\": \"2020-05-04T13:42:58.8217356\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4625\",\r\n \"webSpace\": \"ps4625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps4592\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428726\",\r\n \"name\": \"ps6630\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428726,\r\n \"deletedTimestamp\": \"2020-05-04T13:43:05.7335127\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4625\",\r\n \"webSpace\": \"ps4625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6630\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428727\",\r\n \"name\": \"ps6630\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428727,\r\n \"deletedTimestamp\": \"2020-05-04T13:43:09.9394474\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4625\",\r\n \"webSpace\": \"ps4625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6630\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428728\",\r\n \"name\": \"ps6630\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428728,\r\n \"deletedTimestamp\": \"2020-05-04T13:43:13.4587325\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4625\",\r\n \"webSpace\": \"ps4625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6630\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428732\",\r\n \"name\": \"ps4673\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428732,\r\n \"deletedTimestamp\": \"2020-05-04T13:45:43.3473476\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8926\",\r\n \"webSpace\": \"ps8926-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps4673\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428736\",\r\n \"name\": \"ps1932\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428736,\r\n \"deletedTimestamp\": \"2020-05-04T13:47:59.5886283\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps752\",\r\n \"webSpace\": \"ps752-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps1932\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428737\",\r\n \"name\": \"ps2075\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428737,\r\n \"deletedTimestamp\": \"2020-05-04T13:49:46.5725651\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1028\",\r\n \"webSpace\": \"ps1028-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps2075\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428754\",\r\n \"name\": \"ps92\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428754,\r\n \"deletedTimestamp\": \"2020-05-04T13:54:37.9235022\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7567\",\r\n \"webSpace\": \"ps7567-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps92\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428756\",\r\n \"name\": \"ps8867\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428756,\r\n \"deletedTimestamp\": \"2020-05-04T13:55:22.562575\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7567\",\r\n \"webSpace\": \"ps7567-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps8867\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428767\",\r\n \"name\": \"ps4089\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428767,\r\n \"deletedTimestamp\": \"2020-05-04T13:58:03.0750054\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7567\",\r\n \"webSpace\": \"ps7567-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps4089\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428800\",\r\n \"name\": \"ps7190\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428800,\r\n \"deletedTimestamp\": \"2020-05-04T14:11:23.6651497\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps85\",\r\n \"webSpace\": \"ps85-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps7190\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/429292\",\r\n \"name\": \"up-dotnetcoreappn7yeb3nn\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 429292,\r\n \"deletedTimestamp\": \"2020-05-04T15:59:53.4790633\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rggmxjhkne4nye7zikxpgarswloxyzcy3nx23wnrcw45qes53fycnj576hujrgc7ug6\",\r\n \"webSpace\": \"clitest.rggmxjhkne4nye7zikxpgarswloxyzcy3nx23wnrcw45qes53fycnj576hujrgc7ug6-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"up-dotnetcoreappn7yeb3nn\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/431914\",\r\n \"name\": \"ps9133\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 431914,\r\n \"deletedTimestamp\": \"2020-05-05T11:14:21.4861385\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2662\",\r\n \"webSpace\": \"ps2662-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9133\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/432037\",\r\n \"name\": \"ps9940\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 432037,\r\n \"deletedTimestamp\": \"2020-05-05T12:05:19.7934689\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7113\",\r\n \"webSpace\": \"ps7113-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps9940\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/432038\",\r\n \"name\": \"ps9940\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 432038,\r\n \"deletedTimestamp\": \"2020-05-05T12:05:27.8594876\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7113\",\r\n \"webSpace\": \"ps7113-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps9940\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434519\",\r\n \"name\": \"ps92\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434519,\r\n \"deletedTimestamp\": \"2020-05-06T10:06:51.2252191\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1997\",\r\n \"webSpace\": \"ps1997-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps92\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434520\",\r\n \"name\": \"ps1370\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434520,\r\n \"deletedTimestamp\": \"2020-05-06T10:09:07.7273402\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9810\",\r\n \"webSpace\": \"ps9810-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1370\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434521\",\r\n \"name\": \"ps2669\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434521,\r\n \"deletedTimestamp\": \"2020-05-06T10:13:23.8622826\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3864\",\r\n \"webSpace\": \"ps3864-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps2669\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434522\",\r\n \"name\": \"ps9564\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434522,\r\n \"deletedTimestamp\": \"2020-05-06T10:13:30.4871444\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3864\",\r\n \"webSpace\": \"ps3864-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps9564\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434526\",\r\n \"name\": \"ps4113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434526,\r\n \"deletedTimestamp\": \"2020-05-06T10:16:15.3872109\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3374\",\r\n \"webSpace\": \"ps3374-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps4113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434534\",\r\n \"name\": \"ps6121\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434534,\r\n \"deletedTimestamp\": \"2020-05-06T10:19:37.6298629\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4470\",\r\n \"webSpace\": \"ps4470-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps6121\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434539\",\r\n \"name\": \"ps3295\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434539,\r\n \"deletedTimestamp\": \"2020-05-06T10:22:19.8024227\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"1121RG3\",\r\n \"webSpace\": \"1121RG3-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps3295\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434544\",\r\n \"name\": \"ps2001\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434544,\r\n \"deletedTimestamp\": \"2020-05-06T10:25:03.6683952\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3252\",\r\n \"webSpace\": \"ps3252-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps2001\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434548\",\r\n \"name\": \"ps4041\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434548,\r\n \"deletedTimestamp\": \"2020-05-06T10:27:16.6864614\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9238\",\r\n \"webSpace\": \"ps9238-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps4041\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434593\",\r\n \"name\": \"ps8806\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434593,\r\n \"deletedTimestamp\": \"2020-05-06T11:01:38.7263682\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4452\",\r\n \"webSpace\": \"ps4452-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps8806\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434607\",\r\n \"name\": \"ps7787\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434607,\r\n \"deletedTimestamp\": \"2020-05-06T11:08:09.2160704\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps731\",\r\n \"webSpace\": \"ps731-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps7787\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434608\",\r\n \"name\": \"ps7787\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434608,\r\n \"deletedTimestamp\": \"2020-05-06T11:08:16.2195903\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps731\",\r\n \"webSpace\": \"ps731-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps7787\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434609\",\r\n \"name\": \"ps7787\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434609,\r\n \"deletedTimestamp\": \"2020-05-06T11:08:21.6109857\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps731\",\r\n \"webSpace\": \"ps731-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps7787\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434612\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434612,\r\n \"deletedTimestamp\": \"2020-05-06T11:08:28.6464811\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps731\",\r\n \"webSpace\": \"ps731-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps8287\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434613\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434613,\r\n \"deletedTimestamp\": \"2020-05-06T11:08:32.2162051\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps731\",\r\n \"webSpace\": \"ps731-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps8287\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434614\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434614,\r\n \"deletedTimestamp\": \"2020-05-06T11:08:35.9737016\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps731\",\r\n \"webSpace\": \"ps731-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps8287\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434621\",\r\n \"name\": \"ps7656\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434621,\r\n \"deletedTimestamp\": \"2020-05-06T11:11:40.0322264\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4070\",\r\n \"webSpace\": \"ps4070-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps7656\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434624\",\r\n \"name\": \"ps6361\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434624,\r\n \"deletedTimestamp\": \"2020-05-06T11:13:55.0772776\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9344\",\r\n \"webSpace\": \"ps9344-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6361\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434625\",\r\n \"name\": \"ps4189\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434625,\r\n \"deletedTimestamp\": \"2020-05-06T11:15:58.3772708\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7602\",\r\n \"webSpace\": \"ps7602-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps4189\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434634\",\r\n \"name\": \"ps3582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434634,\r\n \"deletedTimestamp\": \"2020-05-06T11:20:44.9130676\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9282\",\r\n \"webSpace\": \"ps9282-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps3582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434637\",\r\n \"name\": \"ps4143\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434637,\r\n \"deletedTimestamp\": \"2020-05-06T11:21:28.2773244\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9282\",\r\n \"webSpace\": \"ps9282-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps4143\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434652\",\r\n \"name\": \"ps6011\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434652,\r\n \"deletedTimestamp\": \"2020-05-06T11:24:11.26236\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9282\",\r\n \"webSpace\": \"ps9282-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps6011\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434661\",\r\n \"name\": \"ps551\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434661,\r\n \"deletedTimestamp\": \"2020-05-06T11:28:21.5709286\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1348\",\r\n \"webSpace\": \"ps1348-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps551\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434662\",\r\n \"name\": \"ps5612\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434662,\r\n \"deletedTimestamp\": \"2020-05-06T11:28:32.1365394\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1348\",\r\n \"webSpace\": \"ps1348-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps5612\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434667\",\r\n \"name\": \"ps571\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434667,\r\n \"deletedTimestamp\": \"2020-05-06T11:32:10.524379\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1254\",\r\n \"webSpace\": \"ps1254-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps571\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434668\",\r\n \"name\": \"ps571\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434668,\r\n \"deletedTimestamp\": \"2020-05-06T11:32:17.3243758\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1254\",\r\n \"webSpace\": \"ps1254-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps571\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434670\",\r\n \"name\": \"ps6351\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434670,\r\n \"deletedTimestamp\": \"2020-05-06T11:37:57.1586069\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4925\",\r\n \"webSpace\": \"ps4925-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps6351\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434671\",\r\n \"name\": \"ps6351\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434671,\r\n \"deletedTimestamp\": \"2020-05-06T11:37:57.6350134\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4925\",\r\n \"webSpace\": \"ps4925-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps6351\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434672\",\r\n \"name\": \"ps9995\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434672,\r\n \"deletedTimestamp\": \"2020-05-06T11:38:07.8789468\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4925\",\r\n \"webSpace\": \"ps4925-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps9995\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434673\",\r\n \"name\": \"ps9995\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434673,\r\n \"deletedTimestamp\": \"2020-05-06T11:38:08.1758518\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4925\",\r\n \"webSpace\": \"ps4925-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps9995\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434679\",\r\n \"name\": \"ps5311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434679,\r\n \"deletedTimestamp\": \"2020-05-06T11:42:36.634933\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2256\",\r\n \"webSpace\": \"ps2256-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps5311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434680\",\r\n \"name\": \"ps5311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434680,\r\n \"deletedTimestamp\": \"2020-05-06T11:42:47.4363645\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2256\",\r\n \"webSpace\": \"ps2256-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps5311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434686\",\r\n \"name\": \"ps1745\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434686,\r\n \"deletedTimestamp\": \"2020-05-06T11:45:27.7472477\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6826\",\r\n \"webSpace\": \"ps6826-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps1745\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434687\",\r\n \"name\": \"ps1745\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434687,\r\n \"deletedTimestamp\": \"2020-05-06T11:45:31.3266955\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6826\",\r\n \"webSpace\": \"ps6826-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps1745\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434689\",\r\n \"name\": \"ps7336\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434689,\r\n \"deletedTimestamp\": \"2020-05-06T11:48:23.3174841\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2799\",\r\n \"webSpace\": \"ps2799-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-035\",\r\n \"deletedSiteName\": \"ps7336\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434690\",\r\n \"name\": \"ps7336\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434690,\r\n \"deletedTimestamp\": \"2020-05-06T11:48:26.8212759\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2799\",\r\n \"webSpace\": \"ps2799-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-035\",\r\n \"deletedSiteName\": \"ps7336\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434695\",\r\n \"name\": \"ps6812\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434695,\r\n \"deletedTimestamp\": \"2020-05-06T11:51:00.8243993\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3680\",\r\n \"webSpace\": \"ps3680-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps6812\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434706\",\r\n \"name\": \"ps7497\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434706,\r\n \"deletedTimestamp\": \"2020-05-06T11:57:00.7616051\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps895\",\r\n \"webSpace\": \"ps895-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps7497\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434707\",\r\n \"name\": \"ps7497\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434707,\r\n \"deletedTimestamp\": \"2020-05-06T11:57:01.1835047\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps895\",\r\n \"webSpace\": \"ps895-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps7497\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434710\",\r\n \"name\": \"ps8023\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434710,\r\n \"deletedTimestamp\": \"2020-05-06T11:59:46.9017171\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6904\",\r\n \"webSpace\": \"ps6904-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8023\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434711\",\r\n \"name\": \"ps8023\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434711,\r\n \"deletedTimestamp\": \"2020-05-06T11:59:47.1872267\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6904\",\r\n \"webSpace\": \"ps6904-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8023\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434714\",\r\n \"name\": \"ps4973\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434714,\r\n \"deletedTimestamp\": \"2020-05-06T12:02:11.3563386\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9222\",\r\n \"webSpace\": \"ps9222-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4973\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434715\",\r\n \"name\": \"ps4973\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434715,\r\n \"deletedTimestamp\": \"2020-05-06T12:02:14.731377\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9222\",\r\n \"webSpace\": \"ps9222-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4973\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434719\",\r\n \"name\": \"ps9626\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434719,\r\n \"deletedTimestamp\": \"2020-05-06T12:05:42.9356344\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2744\",\r\n \"webSpace\": \"ps2744-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9626\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434720\",\r\n \"name\": \"ps9626\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434720,\r\n \"deletedTimestamp\": \"2020-05-06T12:05:47.3808831\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2744\",\r\n \"webSpace\": \"ps2744-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9626\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434721\",\r\n \"name\": \"ps9626\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434721,\r\n \"deletedTimestamp\": \"2020-05-06T12:05:51.0915706\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2744\",\r\n \"webSpace\": \"ps2744-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9626\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434773\",\r\n \"name\": \"ps6384\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434773,\r\n \"deletedTimestamp\": \"2020-05-06T12:50:31.7211011\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9475\",\r\n \"webSpace\": \"ps9475-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps6384\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434774\",\r\n \"name\": \"ps6384\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434774,\r\n \"deletedTimestamp\": \"2020-05-06T12:50:32.1117562\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9475\",\r\n \"webSpace\": \"ps9475-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps6384\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434779\",\r\n \"name\": \"ps1099\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434779,\r\n \"deletedTimestamp\": \"2020-05-06T12:53:59.7781574\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8707\",\r\n \"webSpace\": \"ps8707-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps1099\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434780\",\r\n \"name\": \"ps1099\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434780,\r\n \"deletedTimestamp\": \"2020-05-06T12:54:00.0750363\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8707\",\r\n \"webSpace\": \"ps8707-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps1099\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434784\",\r\n \"name\": \"ps3158\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434784,\r\n \"deletedTimestamp\": \"2020-05-06T12:58:05.1326973\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6610\",\r\n \"webSpace\": \"ps6610-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps3158\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434785\",\r\n \"name\": \"ps3158\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434785,\r\n \"deletedTimestamp\": \"2020-05-06T12:58:05.445199\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6610\",\r\n \"webSpace\": \"ps6610-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps3158\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434789\",\r\n \"name\": \"ps5446\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434789,\r\n \"deletedTimestamp\": \"2020-05-06T13:01:21.6482405\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2938\",\r\n \"webSpace\": \"ps2938-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps5446\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434790\",\r\n \"name\": \"ps5446\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434790,\r\n \"deletedTimestamp\": \"2020-05-06T13:01:21.9670191\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2938\",\r\n \"webSpace\": \"ps2938-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps5446\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434808\",\r\n \"name\": \"ps75\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434808,\r\n \"deletedTimestamp\": \"2020-05-06T13:16:05.5736888\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2216\",\r\n \"webSpace\": \"ps2216-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps75\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434815\",\r\n \"name\": \"ps8366\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434815,\r\n \"deletedTimestamp\": \"2020-05-06T13:19:15.7461301\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3085\",\r\n \"webSpace\": \"ps3085-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps8366\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434819\",\r\n \"name\": \"ps6966\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434819,\r\n \"deletedTimestamp\": \"2020-05-06T13:22:54.7690988\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps6966\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434844\",\r\n \"name\": \"ps9314\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434844,\r\n \"deletedTimestamp\": \"2020-05-06T13:25:59.4071421\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2200\",\r\n \"webSpace\": \"ps2200-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"ps9314\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434858\",\r\n \"name\": \"ps5109\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434858,\r\n \"deletedTimestamp\": \"2020-05-06T13:28:53.822156\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7127\",\r\n \"webSpace\": \"ps7127-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5109\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434863\",\r\n \"name\": \"ps3053\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434863,\r\n \"deletedTimestamp\": \"2020-05-06T13:31:57.5633085\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7379\",\r\n \"webSpace\": \"ps7379-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps3053\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434868\",\r\n \"name\": \"ps5908\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434868,\r\n \"deletedTimestamp\": \"2020-05-06T13:35:21.2577648\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps764\",\r\n \"webSpace\": \"ps764-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5908\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434869\",\r\n \"name\": \"ps5908\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434869,\r\n \"deletedTimestamp\": \"2020-05-06T13:35:21.5702953\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps764\",\r\n \"webSpace\": \"ps764-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5908\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434874\",\r\n \"name\": \"ps3500\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434874,\r\n \"deletedTimestamp\": \"2020-05-06T13:38:06.7476988\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2226\",\r\n \"webSpace\": \"ps2226-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps3500\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/435120\",\r\n \"name\": \"ps8085\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 435120,\r\n \"deletedTimestamp\": \"2020-05-06T15:49:05.3880945\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7083\",\r\n \"webSpace\": \"ps7083-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"ps8085\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/435127\",\r\n \"name\": \"ps1879\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 435127,\r\n \"deletedTimestamp\": \"2020-05-06T15:51:37.1084745\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3594\",\r\n \"webSpace\": \"ps3594-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"ps1879\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436341\",\r\n \"name\": \"ps2919\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436341,\r\n \"deletedTimestamp\": \"2020-05-07T00:54:42.473185\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9752\",\r\n \"webSpace\": \"ps9752-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps2919\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436342\",\r\n \"name\": \"ps2919\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436342,\r\n \"deletedTimestamp\": \"2020-05-07T00:54:49.285687\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9752\",\r\n \"webSpace\": \"ps9752-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps2919\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436398\",\r\n \"name\": \"ps9389\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436398,\r\n \"deletedTimestamp\": \"2020-05-07T01:32:43.5476959\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7860\",\r\n \"webSpace\": \"ps7860-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps9389\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436504\",\r\n \"name\": \"ps7181\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436504,\r\n \"deletedTimestamp\": \"2020-05-07T02:09:47.8643185\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5346\",\r\n \"webSpace\": \"ps5346-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps7181\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436505\",\r\n \"name\": \"ps7181\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436505,\r\n \"deletedTimestamp\": \"2020-05-07T02:09:54.0669173\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5346\",\r\n \"webSpace\": \"ps5346-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps7181\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436510\",\r\n \"name\": \"ps9301\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436510,\r\n \"deletedTimestamp\": \"2020-05-07T02:12:56.8254834\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2001\",\r\n \"webSpace\": \"ps2001-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps9301\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436559\",\r\n \"name\": \"ps1255\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436559,\r\n \"deletedTimestamp\": \"2020-05-07T02:49:08.3248971\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9254\",\r\n \"webSpace\": \"ps9254-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps1255\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436560\",\r\n \"name\": \"ps1255\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436560,\r\n \"deletedTimestamp\": \"2020-05-07T02:49:14.0978779\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9254\",\r\n \"webSpace\": \"ps9254-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps1255\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436653\",\r\n \"name\": \"ps237\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436653,\r\n \"deletedTimestamp\": \"2020-05-07T03:19:55.1964274\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9254\",\r\n \"webSpace\": \"ps9254-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps237\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436655\",\r\n \"name\": \"ps237\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436655,\r\n \"deletedTimestamp\": \"2020-05-07T03:20:02.0566069\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9254\",\r\n \"webSpace\": \"ps9254-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps237\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436754\",\r\n \"name\": \"ps9592\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436754,\r\n \"deletedTimestamp\": \"2020-05-07T04:01:06.251194\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3354\",\r\n \"webSpace\": \"ps3354-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps9592\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436804\",\r\n \"name\": \"ps9592\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436804,\r\n \"deletedTimestamp\": \"2020-05-07T04:17:46.1046124\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3354\",\r\n \"webSpace\": \"ps3354-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps9592\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436809\",\r\n \"name\": \"ps9405\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436809,\r\n \"deletedTimestamp\": \"2020-05-07T04:20:12.0387136\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4213\",\r\n \"webSpace\": \"ps4213-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps9405\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436810\",\r\n \"name\": \"ps9405\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436810,\r\n \"deletedTimestamp\": \"2020-05-07T04:20:15.6527532\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4213\",\r\n \"webSpace\": \"ps4213-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps9405\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436814\",\r\n \"name\": \"ps3697\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436814,\r\n \"deletedTimestamp\": \"2020-05-07T04:23:39.0704889\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6496\",\r\n \"webSpace\": \"ps6496-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps3697\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436819\",\r\n \"name\": \"ps7679\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436819,\r\n \"deletedTimestamp\": \"2020-05-07T04:26:07.6263995\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9720\",\r\n \"webSpace\": \"ps9720-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps7679\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/437034\",\r\n \"name\": \"ps9496\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 437034,\r\n \"deletedTimestamp\": \"2020-05-07T07:03:46.832314\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5128\",\r\n \"webSpace\": \"ps5128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps9496\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/437289\",\r\n \"name\": \"ps4500\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 437289,\r\n \"deletedTimestamp\": \"2020-05-07T09:23:51.9584757\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4099\",\r\n \"webSpace\": \"ps4099-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps4500\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/437290\",\r\n \"name\": \"ps4500\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 437290,\r\n \"deletedTimestamp\": \"2020-05-07T09:23:57.7709903\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4099\",\r\n \"webSpace\": \"ps4099-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps4500\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/444371\",\r\n \"name\": \"ps5623\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 444371,\r\n \"deletedTimestamp\": \"2020-05-11T06:11:31.8380507\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1809\",\r\n \"webSpace\": \"ps1809-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5623\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/444373\",\r\n \"name\": \"ps9379\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 444373,\r\n \"deletedTimestamp\": \"2020-05-11T06:14:28.7372261\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps390\",\r\n \"webSpace\": \"ps390-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps9379\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/444385\",\r\n \"name\": \"ps5187\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 444385,\r\n \"deletedTimestamp\": \"2020-05-11T06:28:30.2172596\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9944\",\r\n \"webSpace\": \"ps9944-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps5187\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/444386\",\r\n \"name\": \"ps5187\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 444386,\r\n \"deletedTimestamp\": \"2020-05-11T06:28:30.5297666\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9944\",\r\n \"webSpace\": \"ps9944-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps5187\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/444464\",\r\n \"name\": \"pscc2fb5afff\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 444464,\r\n \"deletedTimestamp\": \"2020-05-11T07:39:02.3484132\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psabe4b6d49c\",\r\n \"webSpace\": \"psabe4b6d49c-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pscc2fb5afff\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/444466\",\r\n \"name\": \"pscc2fb5afff\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 444466,\r\n \"deletedTimestamp\": \"2020-05-11T07:41:49.3732743\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psabe4b6d49c\",\r\n \"webSpace\": \"psabe4b6d49c-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pscc2fb5afff\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/444543\",\r\n \"name\": \"pscc2fb5afff\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 444543,\r\n \"deletedTimestamp\": \"2020-05-11T08:13:09.5463747\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psabe4b6d49c\",\r\n \"webSpace\": \"psabe4b6d49c-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pscc2fb5afff\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/445075\",\r\n \"name\": \"ps4741\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 445075,\r\n \"deletedTimestamp\": \"2020-05-11T13:16:08.901088\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3127\",\r\n \"webSpace\": \"ps3127-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps4741\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/445077\",\r\n \"name\": \"ps4741\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 445077,\r\n \"deletedTimestamp\": \"2020-05-11T13:16:16.0925588\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3127\",\r\n \"webSpace\": \"ps3127-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps4741\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/448514\",\r\n \"name\": \"ps3965\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 448514,\r\n \"deletedTimestamp\": \"2020-05-12T16:44:26.2743172\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7453\",\r\n \"webSpace\": \"ps7453-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps3965\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/448515\",\r\n \"name\": \"ps3965\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 448515,\r\n \"deletedTimestamp\": \"2020-05-12T16:44:33.9448989\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7453\",\r\n \"webSpace\": \"ps7453-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps3965\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450304\",\r\n \"name\": \"ps2811\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450304,\r\n \"deletedTimestamp\": \"2020-05-13T07:57:49.4198254\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6457\",\r\n \"webSpace\": \"ps6457-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps2811\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450309\",\r\n \"name\": \"ps8711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450309,\r\n \"deletedTimestamp\": \"2020-05-13T08:02:30.8741898\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1425\",\r\n \"webSpace\": \"ps1425-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps8711\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450310\",\r\n \"name\": \"ps8711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450310,\r\n \"deletedTimestamp\": \"2020-05-13T08:02:36.5519554\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1425\",\r\n \"webSpace\": \"ps1425-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps8711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450337\",\r\n \"name\": \"ps9219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450337,\r\n \"deletedTimestamp\": \"2020-05-13T08:16:14.7648249\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8697\",\r\n \"webSpace\": \"ps8697-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps9219\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450338\",\r\n \"name\": \"ps9219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450338,\r\n \"deletedTimestamp\": \"2020-05-13T08:16:22.5539974\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8697\",\r\n \"webSpace\": \"ps8697-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps9219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450380\",\r\n \"name\": \"ps7247\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450380,\r\n \"deletedTimestamp\": \"2020-05-13T08:35:02.4771098\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps874\",\r\n \"webSpace\": \"ps874-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps7247\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450381\",\r\n \"name\": \"ps7247\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450381,\r\n \"deletedTimestamp\": \"2020-05-13T08:35:05.8367775\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps874\",\r\n \"webSpace\": \"ps874-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps7247\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450427\",\r\n \"name\": \"ps2917\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450427,\r\n \"deletedTimestamp\": \"2020-05-13T09:28:13.4017107\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3945\",\r\n \"webSpace\": \"ps3945-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps2917\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450428\",\r\n \"name\": \"ps2917\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450428,\r\n \"deletedTimestamp\": \"2020-05-13T09:28:20.2612187\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3945\",\r\n \"webSpace\": \"ps3945-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps2917\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/453931\",\r\n \"name\": \"ps8759\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 453931,\r\n \"deletedTimestamp\": \"2020-05-14T16:30:22.6979209\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6924\",\r\n \"webSpace\": \"ps6924-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8759\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/453942\",\r\n \"name\": \"ps894f00a4f2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 453942,\r\n \"deletedTimestamp\": \"2020-05-14T16:36:31.723885\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psd5dfac3601\",\r\n \"webSpace\": \"psd5dfac3601-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps894f00a4f2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/453948\",\r\n \"name\": \"ps894f00a4f2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 453948,\r\n \"deletedTimestamp\": \"2020-05-14T16:39:07.0685335\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psd5dfac3601\",\r\n \"webSpace\": \"psd5dfac3601-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps894f00a4f2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/453957\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 453957,\r\n \"deletedTimestamp\": \"2020-05-14T16:44:52.3144104\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1dab4289c4\",\r\n \"webSpace\": \"ps1dab4289c4-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"psc7cbddeb65\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/453967\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 453967,\r\n \"deletedTimestamp\": \"2020-05-14T16:47:16.8435232\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1dab4289c4\",\r\n \"webSpace\": \"ps1dab4289c4-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"psc7cbddeb65\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/453980\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 453980,\r\n \"deletedTimestamp\": \"2020-05-14T16:52:57.8151407\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1dab4289c4\",\r\n \"webSpace\": \"ps1dab4289c4-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"psc7cbddeb65\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/453981\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 453981,\r\n \"deletedTimestamp\": \"2020-05-14T16:54:22.1608224\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1dab4289c4\",\r\n \"webSpace\": \"ps1dab4289c4-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"psc7cbddeb65\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/453990\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 453990,\r\n \"deletedTimestamp\": \"2020-05-14T16:57:14.7634706\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1dab4289c4\",\r\n \"webSpace\": \"ps1dab4289c4-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"psc7cbddeb65\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/456385\",\r\n \"name\": \"ps23e24048f3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 456385,\r\n \"deletedTimestamp\": \"2020-05-15T10:38:14.7455412\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps956b381269\",\r\n \"webSpace\": \"ps956b381269-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps23e24048f3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/456573\",\r\n \"name\": \"ps8459\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 456573,\r\n \"deletedTimestamp\": \"2020-05-15T13:38:03.7435261\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8870\",\r\n \"webSpace\": \"ps8870-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8459\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/456578\",\r\n \"name\": \"ps9542\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 456578,\r\n \"deletedTimestamp\": \"2020-05-15T13:41:20.8578214\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps953\",\r\n \"webSpace\": \"ps953-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps9542\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/456591\",\r\n \"name\": \"ps927\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 456591,\r\n \"deletedTimestamp\": \"2020-05-15T13:48:32.3284761\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6278\",\r\n \"webSpace\": \"ps6278-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps927\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/456593\",\r\n \"name\": \"ps5483\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 456593,\r\n \"deletedTimestamp\": \"2020-05-15T13:52:19.075216\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7935\",\r\n \"webSpace\": \"ps7935-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5483\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/456633\",\r\n \"name\": \"ps590\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 456633,\r\n \"deletedTimestamp\": \"2020-05-15T14:22:09.0231641\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7224\",\r\n \"webSpace\": \"ps7224-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps590\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466209\",\r\n \"name\": \"ps8674\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466209,\r\n \"deletedTimestamp\": \"2020-05-20T00:47:34.7668287\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4117\",\r\n \"webSpace\": \"ps4117-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps8674\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466215\",\r\n \"name\": \"ps3934\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466215,\r\n \"deletedTimestamp\": \"2020-05-20T00:49:28.7863643\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1393\",\r\n \"webSpace\": \"ps1393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps3934\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466222\",\r\n \"name\": \"ps9977\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466222,\r\n \"deletedTimestamp\": \"2020-05-20T00:54:21.8400423\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2519\",\r\n \"webSpace\": \"ps2519-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps9977\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466223\",\r\n \"name\": \"ps1794\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466223,\r\n \"deletedTimestamp\": \"2020-05-20T00:54:27.4344659\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2519\",\r\n \"webSpace\": \"ps2519-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps1794\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466238\",\r\n \"name\": \"ps7607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466238,\r\n \"deletedTimestamp\": \"2020-05-20T00:58:53.3133123\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6417\",\r\n \"webSpace\": \"ps6417-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps7607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466241\",\r\n \"name\": \"ps3591\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466241,\r\n \"deletedTimestamp\": \"2020-05-20T01:01:34.4156728\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4601\",\r\n \"webSpace\": \"ps4601-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps3591\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466246\",\r\n \"name\": \"ps4588\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466246,\r\n \"deletedTimestamp\": \"2020-05-20T01:06:32.8118693\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2110\",\r\n \"webSpace\": \"ps2110-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps4588\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466248\",\r\n \"name\": \"ps5564\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466248,\r\n \"deletedTimestamp\": \"2020-05-20T01:08:32.3311058\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3798\",\r\n \"webSpace\": \"ps3798-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5564\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466251\",\r\n \"name\": \"ps6662\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466251,\r\n \"deletedTimestamp\": \"2020-05-20T01:11:25.9923082\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps32\",\r\n \"webSpace\": \"ps32-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps6662\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466252\",\r\n \"name\": \"ps801\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466252,\r\n \"deletedTimestamp\": \"2020-05-20T01:11:35.4839062\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps32\",\r\n \"webSpace\": \"ps32-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps801\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466256\",\r\n \"name\": \"ps597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466256,\r\n \"deletedTimestamp\": \"2020-05-20T01:15:50.8276588\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3010\",\r\n \"webSpace\": \"ps3010-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466265\",\r\n \"name\": \"ps8119\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466265,\r\n \"deletedTimestamp\": \"2020-05-20T01:23:47.7989678\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6364\",\r\n \"webSpace\": \"ps6364-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps8119\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466266\",\r\n \"name\": \"ps8119\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466266,\r\n \"deletedTimestamp\": \"2020-05-20T01:23:53.5630622\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6364\",\r\n \"webSpace\": \"ps6364-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps8119\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466267\",\r\n \"name\": \"ps8119\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466267,\r\n \"deletedTimestamp\": \"2020-05-20T01:23:57.1737765\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6364\",\r\n \"webSpace\": \"ps6364-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps8119\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466268\",\r\n \"name\": \"ps3745\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466268,\r\n \"deletedTimestamp\": \"2020-05-20T01:24:05.910033\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6364\",\r\n \"webSpace\": \"ps6364-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps3745\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466269\",\r\n \"name\": \"ps3745\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466269,\r\n \"deletedTimestamp\": \"2020-05-20T01:24:09.5663811\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6364\",\r\n \"webSpace\": \"ps6364-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps3745\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466270\",\r\n \"name\": \"ps3745\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466270,\r\n \"deletedTimestamp\": \"2020-05-20T01:24:12.8332104\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6364\",\r\n \"webSpace\": \"ps6364-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps3745\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466283\",\r\n \"name\": \"ps9157\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466283,\r\n \"deletedTimestamp\": \"2020-05-20T01:26:49.4874368\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1247\",\r\n \"webSpace\": \"ps1247-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9157\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466288\",\r\n \"name\": \"ps9633\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466288,\r\n \"deletedTimestamp\": \"2020-05-20T01:29:03.7844896\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1226\",\r\n \"webSpace\": \"ps1226-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps9633\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466293\",\r\n \"name\": \"ps4828\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466293,\r\n \"deletedTimestamp\": \"2020-05-20T01:30:54.4971737\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9364\",\r\n \"webSpace\": \"ps9364-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps4828\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466298\",\r\n \"name\": \"ps5261\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466298,\r\n \"deletedTimestamp\": \"2020-05-20T01:35:27.0478629\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4979\",\r\n \"webSpace\": \"ps4979-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps5261\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466300\",\r\n \"name\": \"ps6945\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466300,\r\n \"deletedTimestamp\": \"2020-05-20T01:36:11.2283718\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4979\",\r\n \"webSpace\": \"ps4979-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps6945\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466302\",\r\n \"name\": \"ps784\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466302,\r\n \"deletedTimestamp\": \"2020-05-20T01:38:53.2944325\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4979\",\r\n \"webSpace\": \"ps4979-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps784\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466310\",\r\n \"name\": \"ps319\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466310,\r\n \"deletedTimestamp\": \"2020-05-20T01:46:26.2430435\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1103\",\r\n \"webSpace\": \"ps1103-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps319\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466312\",\r\n \"name\": \"ps1361\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466312,\r\n \"deletedTimestamp\": \"2020-05-20T01:49:14.6662685\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4015\",\r\n \"webSpace\": \"ps4015-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1361\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466323\",\r\n \"name\": \"ps3865\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466323,\r\n \"deletedTimestamp\": \"2020-05-20T01:52:05.3653754\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps847\",\r\n \"webSpace\": \"ps847-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3865\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466325\",\r\n \"name\": \"ps8037\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466325,\r\n \"deletedTimestamp\": \"2020-05-20T01:54:54.8765426\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8782\",\r\n \"webSpace\": \"ps8782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps8037\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466326\",\r\n \"name\": \"ps9487\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466326,\r\n \"deletedTimestamp\": \"2020-05-20T01:57:53.4426326\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps52\",\r\n \"webSpace\": \"ps52-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps9487\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466329\",\r\n \"name\": \"ps9845\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466329,\r\n \"deletedTimestamp\": \"2020-05-20T02:00:45.7438895\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps754\",\r\n \"webSpace\": \"ps754-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps9845\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466333\",\r\n \"name\": \"ps333\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466333,\r\n \"deletedTimestamp\": \"2020-05-20T02:04:06.2697944\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4821\",\r\n \"webSpace\": \"ps4821-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps333\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466334\",\r\n \"name\": \"ps333\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466334,\r\n \"deletedTimestamp\": \"2020-05-20T02:04:06.5666584\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4821\",\r\n \"webSpace\": \"ps4821-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps333\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466336\",\r\n \"name\": \"ps6560\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466336,\r\n \"deletedTimestamp\": \"2020-05-20T02:06:51.587874\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4946\",\r\n \"webSpace\": \"ps4946-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps6560\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466340\",\r\n \"name\": \"ps59\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466340,\r\n \"deletedTimestamp\": \"2020-05-20T02:10:00.7356941\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4209\",\r\n \"webSpace\": \"ps4209-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps59\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466341\",\r\n \"name\": \"ps59\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466341,\r\n \"deletedTimestamp\": \"2020-05-20T02:10:06.3794331\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4209\",\r\n \"webSpace\": \"ps4209-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps59\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466349\",\r\n \"name\": \"ps9718\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466349,\r\n \"deletedTimestamp\": \"2020-05-20T02:15:36.6315513\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps769\",\r\n \"webSpace\": \"ps769-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps9718\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466350\",\r\n \"name\": \"ps9718\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466350,\r\n \"deletedTimestamp\": \"2020-05-20T02:15:36.9440936\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps769\",\r\n \"webSpace\": \"ps769-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps9718\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466351\",\r\n \"name\": \"ps3391\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466351,\r\n \"deletedTimestamp\": \"2020-05-20T02:15:43.053918\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps769\",\r\n \"webSpace\": \"ps769-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps3391\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466352\",\r\n \"name\": \"ps3391\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466352,\r\n \"deletedTimestamp\": \"2020-05-20T02:15:43.3983911\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps769\",\r\n \"webSpace\": \"ps769-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps3391\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466364\",\r\n \"name\": \"ps5580\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466364,\r\n \"deletedTimestamp\": \"2020-05-20T02:20:02.7491863\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2385\",\r\n \"webSpace\": \"ps2385-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps5580\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466365\",\r\n \"name\": \"ps5580\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466365,\r\n \"deletedTimestamp\": \"2020-05-20T02:20:06.2973668\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2385\",\r\n \"webSpace\": \"ps2385-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps5580\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466366\",\r\n \"name\": \"ps9728\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466366,\r\n \"deletedTimestamp\": \"2020-05-20T02:22:32.1713134\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps737\",\r\n \"webSpace\": \"ps737-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps9728\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466367\",\r\n \"name\": \"ps9728\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466367,\r\n \"deletedTimestamp\": \"2020-05-20T02:22:35.7211181\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps737\",\r\n \"webSpace\": \"ps737-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps9728\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466372\",\r\n \"name\": \"ps929\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466372,\r\n \"deletedTimestamp\": \"2020-05-20T02:25:10.0470556\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1886\",\r\n \"webSpace\": \"ps1886-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps929\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466373\",\r\n \"name\": \"ps929\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466373,\r\n \"deletedTimestamp\": \"2020-05-20T02:25:13.1912406\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1886\",\r\n \"webSpace\": \"ps1886-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps929\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466375\",\r\n \"name\": \"ps8452\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466375,\r\n \"deletedTimestamp\": \"2020-05-20T02:27:37.1012818\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps457\",\r\n \"webSpace\": \"ps457-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps8452\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466389\",\r\n \"name\": \"ps9919\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466389,\r\n \"deletedTimestamp\": \"2020-05-20T02:33:05.7717327\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8321\",\r\n \"webSpace\": \"ps8321-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps9919\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466390\",\r\n \"name\": \"ps9919\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466390,\r\n \"deletedTimestamp\": \"2020-05-20T02:33:06.0998762\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8321\",\r\n \"webSpace\": \"ps8321-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps9919\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466398\",\r\n \"name\": \"ps6055\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466398,\r\n \"deletedTimestamp\": \"2020-05-20T02:37:06.6134914\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps440\",\r\n \"webSpace\": \"ps440-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps6055\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466399\",\r\n \"name\": \"ps6055\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466399,\r\n \"deletedTimestamp\": \"2020-05-20T02:37:10.6918602\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps440\",\r\n \"webSpace\": \"ps440-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps6055\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466402\",\r\n \"name\": \"ps6156\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466402,\r\n \"deletedTimestamp\": \"2020-05-20T02:40:02.3491302\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7421\",\r\n \"webSpace\": \"ps7421-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps6156\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466404\",\r\n \"name\": \"ps6156\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466404,\r\n \"deletedTimestamp\": \"2020-05-20T02:40:05.9651689\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7421\",\r\n \"webSpace\": \"ps7421-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps6156\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466405\",\r\n \"name\": \"ps6156\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466405,\r\n \"deletedTimestamp\": \"2020-05-20T02:40:09.4524986\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7421\",\r\n \"webSpace\": \"ps7421-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps6156\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466407\",\r\n \"name\": \"ps9804\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466407,\r\n \"deletedTimestamp\": \"2020-05-20T02:42:32.0181903\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6910\",\r\n \"webSpace\": \"ps6910-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"ps9804\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466659\",\r\n \"name\": \"ps1801\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466659,\r\n \"deletedTimestamp\": \"2020-05-20T04:13:53.4175611\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6951\",\r\n \"webSpace\": \"ps6951-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps1801\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466674\",\r\n \"name\": \"ps3124\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466674,\r\n \"deletedTimestamp\": \"2020-05-20T04:23:55.8791824\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3445\",\r\n \"webSpace\": \"ps3445-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3124\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466675\",\r\n \"name\": \"ps3124\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466675,\r\n \"deletedTimestamp\": \"2020-05-20T04:23:56.7762333\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3445\",\r\n \"webSpace\": \"ps3445-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3124\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466679\",\r\n \"name\": \"ps225\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466679,\r\n \"deletedTimestamp\": \"2020-05-20T04:27:16.6934348\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps614\",\r\n \"webSpace\": \"ps614-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps225\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466680\",\r\n \"name\": \"ps225\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466680,\r\n \"deletedTimestamp\": \"2020-05-20T04:27:17.0215616\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps614\",\r\n \"webSpace\": \"ps614-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps225\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466683\",\r\n \"name\": \"ps3572\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466683,\r\n \"deletedTimestamp\": \"2020-05-20T04:30:35.7665632\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5402\",\r\n \"webSpace\": \"ps5402-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3572\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466684\",\r\n \"name\": \"ps3572\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466684,\r\n \"deletedTimestamp\": \"2020-05-20T04:30:36.0950563\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5402\",\r\n \"webSpace\": \"ps5402-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3572\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466690\",\r\n \"name\": \"ps4384\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466690,\r\n \"deletedTimestamp\": \"2020-05-20T04:34:04.4213039\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5239\",\r\n \"webSpace\": \"ps5239-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps4384\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466691\",\r\n \"name\": \"ps4384\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466691,\r\n \"deletedTimestamp\": \"2020-05-20T04:34:04.7338078\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5239\",\r\n \"webSpace\": \"ps5239-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps4384\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467493\",\r\n \"name\": \"ps8034\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467493,\r\n \"deletedTimestamp\": \"2020-05-20T09:58:29.5113216\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5203\",\r\n \"webSpace\": \"ps5203-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps8034\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467494\",\r\n \"name\": \"ps8034\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467494,\r\n \"deletedTimestamp\": \"2020-05-20T09:58:37.7120933\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5203\",\r\n \"webSpace\": \"ps5203-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps8034\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467498\",\r\n \"name\": \"ps9290\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467498,\r\n \"deletedTimestamp\": \"2020-05-20T10:01:57.2453691\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6217\",\r\n \"webSpace\": \"ps6217-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps9290\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467533\",\r\n \"name\": \"ps7907\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467533,\r\n \"deletedTimestamp\": \"2020-05-20T10:23:59.7278157\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4025\",\r\n \"webSpace\": \"ps4025-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps7907\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467535\",\r\n \"name\": \"ps7907\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467535,\r\n \"deletedTimestamp\": \"2020-05-20T10:24:24.2597231\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4025\",\r\n \"webSpace\": \"ps4025-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps7907\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467618\",\r\n \"name\": \"ps6956\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467618,\r\n \"deletedTimestamp\": \"2020-05-20T10:55:41.2604875\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4025\",\r\n \"webSpace\": \"ps4025-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps6956\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467619\",\r\n \"name\": \"ps6956\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467619,\r\n \"deletedTimestamp\": \"2020-05-20T10:55:49.261923\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4025\",\r\n \"webSpace\": \"ps4025-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps6956\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467623\",\r\n \"name\": \"ps8275\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467623,\r\n \"deletedTimestamp\": \"2020-05-20T10:58:48.3688891\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9541\",\r\n \"webSpace\": \"ps9541-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps8275\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467685\",\r\n \"name\": \"ps8275\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467685,\r\n \"deletedTimestamp\": \"2020-05-20T11:14:59.3902398\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9541\",\r\n \"webSpace\": \"ps9541-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps8275\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467717\",\r\n \"name\": \"ps2337\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467717,\r\n \"deletedTimestamp\": \"2020-05-20T11:44:51.3463907\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3380\",\r\n \"webSpace\": \"ps3380-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps2337\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467718\",\r\n \"name\": \"ps2337\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467718,\r\n \"deletedTimestamp\": \"2020-05-20T11:44:58.8145534\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3380\",\r\n \"webSpace\": \"ps3380-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps2337\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467719\",\r\n \"name\": \"ps7807\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467719,\r\n \"deletedTimestamp\": \"2020-05-20T11:47:16.8740756\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7422\",\r\n \"webSpace\": \"ps7422-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"ps7807\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467720\",\r\n \"name\": \"ps7807\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467720,\r\n \"deletedTimestamp\": \"2020-05-20T11:47:20.2978681\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7422\",\r\n \"webSpace\": \"ps7422-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"ps7807\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467722\",\r\n \"name\": \"ps9402\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467722,\r\n \"deletedTimestamp\": \"2020-05-20T11:50:06.3939646\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7108\",\r\n \"webSpace\": \"ps7108-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps9402\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467724\",\r\n \"name\": \"ps3632\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467724,\r\n \"deletedTimestamp\": \"2020-05-20T11:52:36.6235477\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8173\",\r\n \"webSpace\": \"ps8173-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps3632\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467727\",\r\n \"name\": \"ps747\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467727,\r\n \"deletedTimestamp\": \"2020-05-20T11:56:22.1417851\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1646\",\r\n \"webSpace\": \"ps1646-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps747\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467732\",\r\n \"name\": \"ps6705\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467732,\r\n \"deletedTimestamp\": \"2020-05-20T12:00:01.7471525\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9384\",\r\n \"webSpace\": \"ps9384-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps6705\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/470965\",\r\n \"name\": \"ps5387\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 470965,\r\n \"deletedTimestamp\": \"2020-05-21T12:19:29.1866967\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps429\",\r\n \"webSpace\": \"ps429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps5387\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/470966\",\r\n \"name\": \"ps5387\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 470966,\r\n \"deletedTimestamp\": \"2020-05-21T12:19:29.4835828\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps429\",\r\n \"webSpace\": \"ps429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps5387\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/470967\",\r\n \"name\": \"ps6860\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 470967,\r\n \"deletedTimestamp\": \"2020-05-21T12:23:22.6296497\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps369\",\r\n \"webSpace\": \"ps369-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6860\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/470971\",\r\n \"name\": \"ps5792\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 470971,\r\n \"deletedTimestamp\": \"2020-05-21T12:27:03.2581508\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8845\",\r\n \"webSpace\": \"ps8845-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5792\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/470972\",\r\n \"name\": \"ps5792\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 470972,\r\n \"deletedTimestamp\": \"2020-05-21T12:27:03.5706544\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8845\",\r\n \"webSpace\": \"ps8845-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5792\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/471020\",\r\n \"name\": \"ps6270\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 471020,\r\n \"deletedTimestamp\": \"2020-05-21T12:53:56.4018701\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3177\",\r\n \"webSpace\": \"ps3177-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps6270\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/471021\",\r\n \"name\": \"ps6270\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 471021,\r\n \"deletedTimestamp\": \"2020-05-21T12:53:56.7143786\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3177\",\r\n \"webSpace\": \"ps3177-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps6270\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/471036\",\r\n \"name\": \"ps4617\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 471036,\r\n \"deletedTimestamp\": \"2020-05-21T12:56:22.9258681\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7260\",\r\n \"webSpace\": \"ps7260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps4617\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474411\",\r\n \"name\": \"ps3571\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474411,\r\n \"deletedTimestamp\": \"2020-05-22T11:02:39.585837\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2809\",\r\n \"webSpace\": \"ps2809-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps3571\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474420\",\r\n \"name\": \"ps6610\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474420,\r\n \"deletedTimestamp\": \"2020-05-22T11:12:11.2377466\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7251\",\r\n \"webSpace\": \"ps7251-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps6610\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474423\",\r\n \"name\": \"ps4993\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474423,\r\n \"deletedTimestamp\": \"2020-05-22T11:14:04.8269448\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5894\",\r\n \"webSpace\": \"ps5894-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps4993\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474431\",\r\n \"name\": \"ps9596\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474431,\r\n \"deletedTimestamp\": \"2020-05-22T11:20:57.0184287\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2987\",\r\n \"webSpace\": \"ps2987-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps9596\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474432\",\r\n \"name\": \"ps9957\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474432,\r\n \"deletedTimestamp\": \"2020-05-22T11:21:02.6305681\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2987\",\r\n \"webSpace\": \"ps2987-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps9957\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474435\",\r\n \"name\": \"ps6483\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474435,\r\n \"deletedTimestamp\": \"2020-05-22T11:26:03.5433665\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7861\",\r\n \"webSpace\": \"ps7861-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6483\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474440\",\r\n \"name\": \"ps2277\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474440,\r\n \"deletedTimestamp\": \"2020-05-22T11:28:54.57391\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4604\",\r\n \"webSpace\": \"ps4604-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps2277\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474501\",\r\n \"name\": \"ps5401\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474501,\r\n \"deletedTimestamp\": \"2020-05-22T12:37:31.0300255\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6531\",\r\n \"webSpace\": \"ps6531-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5401\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474509\",\r\n \"name\": \"ps652\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474509,\r\n \"deletedTimestamp\": \"2020-05-22T12:43:17.9254835\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2969\",\r\n \"webSpace\": \"ps2969-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps652\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474510\",\r\n \"name\": \"ps652\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474510,\r\n \"deletedTimestamp\": \"2020-05-22T12:43:18.2540103\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2969\",\r\n \"webSpace\": \"ps2969-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps652\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474513\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474513,\r\n \"deletedTimestamp\": \"2020-05-22T12:46:26.3973564\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2654\",\r\n \"webSpace\": \"ps2654-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474519\",\r\n \"name\": \"ps9263\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474519,\r\n \"deletedTimestamp\": \"2020-05-22T12:49:18.7229146\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6528\",\r\n \"webSpace\": \"ps6528-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps9263\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474528\",\r\n \"name\": \"ps2133\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474528,\r\n \"deletedTimestamp\": \"2020-05-22T12:56:37.3507889\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7083\",\r\n \"webSpace\": \"ps7083-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps2133\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474529\",\r\n \"name\": \"ps2461\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474529,\r\n \"deletedTimestamp\": \"2020-05-22T12:59:34.853534\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2725\",\r\n \"webSpace\": \"ps2725-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps2461\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474535\",\r\n \"name\": \"ps7197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474535,\r\n \"deletedTimestamp\": \"2020-05-22T13:02:30.659803\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9104\",\r\n \"webSpace\": \"ps9104-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps7197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474538\",\r\n \"name\": \"ps778\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474538,\r\n \"deletedTimestamp\": \"2020-05-22T13:05:23.504015\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3070\",\r\n \"webSpace\": \"ps3070-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-035\",\r\n \"deletedSiteName\": \"ps778\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474545\",\r\n \"name\": \"ps6910\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474545,\r\n \"deletedTimestamp\": \"2020-05-22T13:08:30.5896557\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4799\",\r\n \"webSpace\": \"ps4799-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps6910\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474549\",\r\n \"name\": \"ps1515\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474549,\r\n \"deletedTimestamp\": \"2020-05-22T13:11:39.7663221\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6712\",\r\n \"webSpace\": \"ps6712-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps1515\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474556\",\r\n \"name\": \"ps475\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474556,\r\n \"deletedTimestamp\": \"2020-05-22T13:14:30.8188747\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1092\",\r\n \"webSpace\": \"ps1092-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps475\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474562\",\r\n \"name\": \"ps9792\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474562,\r\n \"deletedTimestamp\": \"2020-05-22T13:17:52.9740256\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps890\",\r\n \"webSpace\": \"ps890-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps9792\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474563\",\r\n \"name\": \"ps9792\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474563,\r\n \"deletedTimestamp\": \"2020-05-22T13:17:53.348981\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps890\",\r\n \"webSpace\": \"ps890-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps9792\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474569\",\r\n \"name\": \"ps9316\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474569,\r\n \"deletedTimestamp\": \"2020-05-22T13:20:52.6528\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8544\",\r\n \"webSpace\": \"ps8544-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps9316\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474575\",\r\n \"name\": \"ps6838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474575,\r\n \"deletedTimestamp\": \"2020-05-22T13:24:22.4567662\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1754\",\r\n \"webSpace\": \"ps1754-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps6838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474576\",\r\n \"name\": \"ps6838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474576,\r\n \"deletedTimestamp\": \"2020-05-22T13:24:22.8637257\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1754\",\r\n \"webSpace\": \"ps1754-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps6838\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474580\",\r\n \"name\": \"ps6743\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474580,\r\n \"deletedTimestamp\": \"2020-05-22T13:28:32.5158566\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps190\",\r\n \"webSpace\": \"ps190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps6743\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474581\",\r\n \"name\": \"ps6743\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474581,\r\n \"deletedTimestamp\": \"2020-05-22T13:28:32.8283599\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps190\",\r\n \"webSpace\": \"ps190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps6743\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474584\",\r\n \"name\": \"ps3288\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474584,\r\n \"deletedTimestamp\": \"2020-05-22T13:31:59.5582512\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4165\",\r\n \"webSpace\": \"ps4165-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps3288\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474585\",\r\n \"name\": \"ps3288\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474585,\r\n \"deletedTimestamp\": \"2020-05-22T13:31:59.8707166\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4165\",\r\n \"webSpace\": \"ps4165-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps3288\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474592\",\r\n \"name\": \"ps2223\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474592,\r\n \"deletedTimestamp\": \"2020-05-22T13:35:18.872951\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4723\",\r\n \"webSpace\": \"ps4723-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps2223\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474593\",\r\n \"name\": \"ps2223\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474593,\r\n \"deletedTimestamp\": \"2020-05-22T13:35:19.2169468\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4723\",\r\n \"webSpace\": \"ps4723-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps2223\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474603\",\r\n \"name\": \"ps3883\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474603,\r\n \"deletedTimestamp\": \"2020-05-22T13:44:12.1259288\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6691\",\r\n \"webSpace\": \"ps6691-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps3883\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474604\",\r\n \"name\": \"ps3883\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474604,\r\n \"deletedTimestamp\": \"2020-05-22T13:44:18.0102767\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6691\",\r\n \"webSpace\": \"ps6691-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps3883\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474608\",\r\n \"name\": \"ps9682\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474608,\r\n \"deletedTimestamp\": \"2020-05-22T13:49:14.4837021\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2700\",\r\n \"webSpace\": \"ps2700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps9682\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474609\",\r\n \"name\": \"ps9682\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474609,\r\n \"deletedTimestamp\": \"2020-05-22T13:49:14.7648171\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2700\",\r\n \"webSpace\": \"ps2700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps9682\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474610\",\r\n \"name\": \"ps5776\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474610,\r\n \"deletedTimestamp\": \"2020-05-22T13:49:24.9266746\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2700\",\r\n \"webSpace\": \"ps2700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps5776\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474611\",\r\n \"name\": \"ps5776\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474611,\r\n \"deletedTimestamp\": \"2020-05-22T13:49:25.2395976\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2700\",\r\n \"webSpace\": \"ps2700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps5776\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474615\",\r\n \"name\": \"ps7306\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474615,\r\n \"deletedTimestamp\": \"2020-05-22T13:54:00.5929782\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3867\",\r\n \"webSpace\": \"ps3867-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps7306\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474616\",\r\n \"name\": \"ps7306\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474616,\r\n \"deletedTimestamp\": \"2020-05-22T13:54:04.6137846\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3867\",\r\n \"webSpace\": \"ps3867-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps7306\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474618\",\r\n \"name\": \"ps9521\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474618,\r\n \"deletedTimestamp\": \"2020-05-22T13:56:36.629998\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7416\",\r\n \"webSpace\": \"ps7416-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps9521\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474619\",\r\n \"name\": \"ps9521\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474619,\r\n \"deletedTimestamp\": \"2020-05-22T13:56:40.3962603\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7416\",\r\n \"webSpace\": \"ps7416-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps9521\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474620\",\r\n \"name\": \"ps1893\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474620,\r\n \"deletedTimestamp\": \"2020-05-22T13:59:26.7088685\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9805\",\r\n \"webSpace\": \"ps9805-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps1893\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474621\",\r\n \"name\": \"ps1893\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474621,\r\n \"deletedTimestamp\": \"2020-05-22T13:59:30.5419548\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9805\",\r\n \"webSpace\": \"ps9805-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps1893\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474623\",\r\n \"name\": \"ps4179\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474623,\r\n \"deletedTimestamp\": \"2020-05-22T14:02:00.718734\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4412\",\r\n \"webSpace\": \"ps4412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps4179\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474632\",\r\n \"name\": \"ps7350\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474632,\r\n \"deletedTimestamp\": \"2020-05-22T14:07:40.8744762\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5940\",\r\n \"webSpace\": \"ps5940-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps7350\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474633\",\r\n \"name\": \"ps7350\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474633,\r\n \"deletedTimestamp\": \"2020-05-22T14:07:41.1730774\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5940\",\r\n \"webSpace\": \"ps5940-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps7350\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474642\",\r\n \"name\": \"ps2880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474642,\r\n \"deletedTimestamp\": \"2020-05-22T14:12:28.9920682\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1601\",\r\n \"webSpace\": \"ps1601-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps2880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474643\",\r\n \"name\": \"ps2880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474643,\r\n \"deletedTimestamp\": \"2020-05-22T14:12:29.3202303\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1601\",\r\n \"webSpace\": \"ps1601-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps2880\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474646\",\r\n \"name\": \"ps633\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474646,\r\n \"deletedTimestamp\": \"2020-05-22T14:14:56.0007889\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3240\",\r\n \"webSpace\": \"ps3240-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps633\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474648\",\r\n \"name\": \"ps633\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474648,\r\n \"deletedTimestamp\": \"2020-05-22T14:15:00.5520434\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3240\",\r\n \"webSpace\": \"ps3240-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps633\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474653\",\r\n \"name\": \"ps1989\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474653,\r\n \"deletedTimestamp\": \"2020-05-22T14:17:56.6461856\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7774\",\r\n \"webSpace\": \"ps7774-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps1989\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474654\",\r\n \"name\": \"ps1989\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474654,\r\n \"deletedTimestamp\": \"2020-05-22T14:18:00.3193585\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7774\",\r\n \"webSpace\": \"ps7774-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps1989\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474655\",\r\n \"name\": \"ps1989\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474655,\r\n \"deletedTimestamp\": \"2020-05-22T14:18:04.5771871\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7774\",\r\n \"webSpace\": \"ps7774-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps1989\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474658\",\r\n \"name\": \"ps4399\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474658,\r\n \"deletedTimestamp\": \"2020-05-22T14:20:00.0820654\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps727\",\r\n \"webSpace\": \"ps727-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps4399\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474662\",\r\n \"name\": \"ps8188\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474662,\r\n \"deletedTimestamp\": \"2020-05-22T14:21:53.2673234\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9704\",\r\n \"webSpace\": \"ps9704-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps8188\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474679\",\r\n \"name\": \"ps7679\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474679,\r\n \"deletedTimestamp\": \"2020-05-22T14:30:28.6363717\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps358\",\r\n \"webSpace\": \"ps358-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps7679\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474680\",\r\n \"name\": \"ps9633\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474680,\r\n \"deletedTimestamp\": \"2020-05-22T14:30:34.0786774\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps358\",\r\n \"webSpace\": \"ps358-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps9633\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474687\",\r\n \"name\": \"ps1351\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474687,\r\n \"deletedTimestamp\": \"2020-05-22T14:35:13.7862286\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5805\",\r\n \"webSpace\": \"ps5805-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps1351\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474691\",\r\n \"name\": \"ps1353\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474691,\r\n \"deletedTimestamp\": \"2020-05-22T14:37:53.7076381\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7221\",\r\n \"webSpace\": \"ps7221-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps1353\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474698\",\r\n \"name\": \"ps311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474698,\r\n \"deletedTimestamp\": \"2020-05-22T14:43:40.5186767\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5012\",\r\n \"webSpace\": \"ps5012-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474702\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474702,\r\n \"deletedTimestamp\": \"2020-05-22T14:45:55.8482357\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5755\",\r\n \"webSpace\": \"ps5755-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474709\",\r\n \"name\": \"ps1099\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474709,\r\n \"deletedTimestamp\": \"2020-05-22T14:49:23.9181284\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9136\",\r\n \"webSpace\": \"ps9136-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps1099\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474710\",\r\n \"name\": \"ps7623\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474710,\r\n \"deletedTimestamp\": \"2020-05-22T14:49:32.898886\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9136\",\r\n \"webSpace\": \"ps9136-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps7623\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474719\",\r\n \"name\": \"ps245\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474719,\r\n \"deletedTimestamp\": \"2020-05-22T14:54:16.7740145\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9048\",\r\n \"webSpace\": \"ps9048-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps245\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474740\",\r\n \"name\": \"ps4232\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474740,\r\n \"deletedTimestamp\": \"2020-05-22T15:02:16.1092725\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9042\",\r\n \"webSpace\": \"ps9042-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps4232\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474743\",\r\n \"name\": \"ps4232\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474743,\r\n \"deletedTimestamp\": \"2020-05-22T15:02:21.8946093\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9042\",\r\n \"webSpace\": \"ps9042-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps4232\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474746\",\r\n \"name\": \"ps4232\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474746,\r\n \"deletedTimestamp\": \"2020-05-22T15:02:26.1206651\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9042\",\r\n \"webSpace\": \"ps9042-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps4232\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474748\",\r\n \"name\": \"ps7213\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474748,\r\n \"deletedTimestamp\": \"2020-05-22T15:02:34.1748006\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9042\",\r\n \"webSpace\": \"ps9042-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps7213\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474749\",\r\n \"name\": \"ps7213\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474749,\r\n \"deletedTimestamp\": \"2020-05-22T15:02:37.7224149\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9042\",\r\n \"webSpace\": \"ps9042-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps7213\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474750\",\r\n \"name\": \"ps7213\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474750,\r\n \"deletedTimestamp\": \"2020-05-22T15:02:41.1463793\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9042\",\r\n \"webSpace\": \"ps9042-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps7213\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474754\",\r\n \"name\": \"ps3703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474754,\r\n \"deletedTimestamp\": \"2020-05-22T15:05:41.6715583\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps100\",\r\n \"webSpace\": \"ps100-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-035\",\r\n \"deletedSiteName\": \"ps3703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474758\",\r\n \"name\": \"ps6499\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474758,\r\n \"deletedTimestamp\": \"2020-05-22T15:08:10.9042152\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4053\",\r\n \"webSpace\": \"ps4053-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6499\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474763\",\r\n \"name\": \"ps2902\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474763,\r\n \"deletedTimestamp\": \"2020-05-22T15:10:10.7633098\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1784\",\r\n \"webSpace\": \"ps1784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2902\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474770\",\r\n \"name\": \"ps6811\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474770,\r\n \"deletedTimestamp\": \"2020-05-22T15:14:51.5812889\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps250\",\r\n \"webSpace\": \"ps250-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps6811\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474771\",\r\n \"name\": \"ps2762\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474771,\r\n \"deletedTimestamp\": \"2020-05-22T15:15:34.437522\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps250\",\r\n \"webSpace\": \"ps250-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2762\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474774\",\r\n \"name\": \"ps1678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474774,\r\n \"deletedTimestamp\": \"2020-05-22T15:18:17.8301265\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps250\",\r\n \"webSpace\": \"ps250-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps1678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474776\",\r\n \"name\": \"ps4970\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474776,\r\n \"deletedTimestamp\": \"2020-05-22T15:21:15.2718266\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1248\",\r\n \"webSpace\": \"ps1248-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps4970\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474930\",\r\n \"name\": \"ps7089\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474930,\r\n \"deletedTimestamp\": \"2020-05-22T16:53:18.487884\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps568\",\r\n \"webSpace\": \"ps568-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps7089\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474931\",\r\n \"name\": \"ps7089\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474931,\r\n \"deletedTimestamp\": \"2020-05-22T16:53:24.0532417\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps568\",\r\n \"webSpace\": \"ps568-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps7089\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474945\",\r\n \"name\": \"ps55\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474945,\r\n \"deletedTimestamp\": \"2020-05-22T16:57:03.3510152\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6765\",\r\n \"webSpace\": \"ps6765-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps55\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474950\",\r\n \"name\": \"ps7117\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474950,\r\n \"deletedTimestamp\": \"2020-05-22T17:01:36.9244281\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6761\",\r\n \"webSpace\": \"ps6761-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps7117\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/477622\",\r\n \"name\": \"ps7690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 477622,\r\n \"deletedTimestamp\": \"2020-05-24T01:37:40.8890534\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4139\",\r\n \"webSpace\": \"ps4139-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps7690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/477639\",\r\n \"name\": \"ps1091\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 477639,\r\n \"deletedTimestamp\": \"2020-05-24T02:15:21.4497344\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4906\",\r\n \"webSpace\": \"ps4906-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps1091\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/477640\",\r\n \"name\": \"ps1091\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 477640,\r\n \"deletedTimestamp\": \"2020-05-24T02:15:27.1091039\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4906\",\r\n \"webSpace\": \"ps4906-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps1091\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/477659\",\r\n \"name\": \"ps2546\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 477659,\r\n \"deletedTimestamp\": \"2020-05-24T02:46:06.3912739\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4906\",\r\n \"webSpace\": \"ps4906-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps2546\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/477660\",\r\n \"name\": \"ps2546\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 477660,\r\n \"deletedTimestamp\": \"2020-05-24T02:46:13.7769106\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4906\",\r\n \"webSpace\": \"ps4906-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps2546\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/477671\",\r\n \"name\": \"ps4234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 477671,\r\n \"deletedTimestamp\": \"2020-05-24T03:09:39.7374511\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5391\",\r\n \"webSpace\": \"ps5391-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps4234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/477706\",\r\n \"name\": \"ps4234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 477706,\r\n \"deletedTimestamp\": \"2020-05-24T03:25:42.6425161\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5391\",\r\n \"webSpace\": \"ps5391-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps4234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481339\",\r\n \"name\": \"ps2922\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481339,\r\n \"deletedTimestamp\": \"2020-05-26T07:22:39.9222507\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9163\",\r\n \"webSpace\": \"ps9163-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps2922\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481459\",\r\n \"name\": \"ps1504\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481459,\r\n \"deletedTimestamp\": \"2020-05-26T08:28:40.459854\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1366\",\r\n \"webSpace\": \"ps1366-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1504\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481460\",\r\n \"name\": \"ps1504\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481460,\r\n \"deletedTimestamp\": \"2020-05-26T08:28:47.9692225\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1366\",\r\n \"webSpace\": \"ps1366-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1504\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481464\",\r\n \"name\": \"ps5462\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481464,\r\n \"deletedTimestamp\": \"2020-05-26T08:32:09.4789569\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6996\",\r\n \"webSpace\": \"ps6996-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps5462\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481501\",\r\n \"name\": \"ps6061\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481501,\r\n \"deletedTimestamp\": \"2020-05-26T08:57:31.7336522\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7033\",\r\n \"webSpace\": \"ps7033-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps6061\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481502\",\r\n \"name\": \"ps6061\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481502,\r\n \"deletedTimestamp\": \"2020-05-26T08:57:37.4740754\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7033\",\r\n \"webSpace\": \"ps7033-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps6061\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481545\",\r\n \"name\": \"ps7583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481545,\r\n \"deletedTimestamp\": \"2020-05-26T09:28:43.5513046\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7033\",\r\n \"webSpace\": \"ps7033-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps7583\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481546\",\r\n \"name\": \"ps7583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481546,\r\n \"deletedTimestamp\": \"2020-05-26T09:28:49.5594353\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7033\",\r\n \"webSpace\": \"ps7033-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps7583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481597\",\r\n \"name\": \"ps4202\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481597,\r\n \"deletedTimestamp\": \"2020-05-26T09:57:33.4078025\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6686\",\r\n \"webSpace\": \"ps6686-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps4202\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481651\",\r\n \"name\": \"ps4202\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481651,\r\n \"deletedTimestamp\": \"2020-05-26T10:14:31.8925618\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6686\",\r\n \"webSpace\": \"ps6686-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps4202\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481905\",\r\n \"name\": \"ps7564\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481905,\r\n \"deletedTimestamp\": \"2020-05-26T11:52:31.4472161\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2348\",\r\n \"webSpace\": \"ps2348-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps7564\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481906\",\r\n \"name\": \"ps7564\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481906,\r\n \"deletedTimestamp\": \"2020-05-26T11:52:38.6497311\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2348\",\r\n \"webSpace\": \"ps2348-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps7564\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481953\",\r\n \"name\": \"ps8896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481953,\r\n \"deletedTimestamp\": \"2020-05-26T12:02:27.0417122\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3132\",\r\n \"webSpace\": \"ps3132-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps8896\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481955\",\r\n \"name\": \"ps8896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481955,\r\n \"deletedTimestamp\": \"2020-05-26T12:02:30.4479894\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3132\",\r\n \"webSpace\": \"ps3132-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps8896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481963\",\r\n \"name\": \"ps6807\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481963,\r\n \"deletedTimestamp\": \"2020-05-26T12:05:08.1714035\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5615\",\r\n \"webSpace\": \"ps5615-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps6807\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481970\",\r\n \"name\": \"ps6087\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481970,\r\n \"deletedTimestamp\": \"2020-05-26T12:08:34.6836595\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5641\",\r\n \"webSpace\": \"ps5641-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps6087\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481982\",\r\n \"name\": \"ps3316\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481982,\r\n \"deletedTimestamp\": \"2020-05-26T12:12:07.0906133\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps264\",\r\n \"webSpace\": \"ps264-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps3316\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481983\",\r\n \"name\": \"ps7276\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481983,\r\n \"deletedTimestamp\": \"2020-05-26T12:14:31.8354502\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3342\",\r\n \"webSpace\": \"ps3342-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps7276\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481998\",\r\n \"name\": \"ps5432\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481998,\r\n \"deletedTimestamp\": \"2020-05-26T12:25:31.8566055\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4883\",\r\n \"webSpace\": \"ps4883-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps5432\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481999\",\r\n \"name\": \"ps5432\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481999,\r\n \"deletedTimestamp\": \"2020-05-26T12:25:32.1691484\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4883\",\r\n \"webSpace\": \"ps4883-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps5432\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482003\",\r\n \"name\": \"ps5186\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482003,\r\n \"deletedTimestamp\": \"2020-05-26T12:29:00.790053\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9711\",\r\n \"webSpace\": \"ps9711-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps5186\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482004\",\r\n \"name\": \"ps5186\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482004,\r\n \"deletedTimestamp\": \"2020-05-26T12:29:01.1650653\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9711\",\r\n \"webSpace\": \"ps9711-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps5186\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482010\",\r\n \"name\": \"ps9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482010,\r\n \"deletedTimestamp\": \"2020-05-26T12:32:38.0906671\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7879\",\r\n \"webSpace\": \"ps7879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482011\",\r\n \"name\": \"ps9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482011,\r\n \"deletedTimestamp\": \"2020-05-26T12:32:38.3875323\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7879\",\r\n \"webSpace\": \"ps7879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482016\",\r\n \"name\": \"ps5424\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482016,\r\n \"deletedTimestamp\": \"2020-05-26T12:35:50.9052567\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3903\",\r\n \"webSpace\": \"ps3903-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps5424\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482017\",\r\n \"name\": \"ps5424\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482017,\r\n \"deletedTimestamp\": \"2020-05-26T12:35:51.1865105\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3903\",\r\n \"webSpace\": \"ps3903-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps5424\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482024\",\r\n \"name\": \"ps3427\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482024,\r\n \"deletedTimestamp\": \"2020-05-26T12:39:35.7847831\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3665\",\r\n \"webSpace\": \"ps3665-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps3427\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482025\",\r\n \"name\": \"ps3427\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482025,\r\n \"deletedTimestamp\": \"2020-05-26T12:39:43.5136217\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3665\",\r\n \"webSpace\": \"ps3665-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps3427\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482051\",\r\n \"name\": \"ps3757\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482051,\r\n \"deletedTimestamp\": \"2020-05-26T12:44:19.7596206\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2569\",\r\n \"webSpace\": \"ps2569-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps3757\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482052\",\r\n \"name\": \"ps3757\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482052,\r\n \"deletedTimestamp\": \"2020-05-26T12:44:20.0564624\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2569\",\r\n \"webSpace\": \"ps2569-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps3757\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482053\",\r\n \"name\": \"ps934\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482053,\r\n \"deletedTimestamp\": \"2020-05-26T12:44:27.1916183\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2569\",\r\n \"webSpace\": \"ps2569-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps934\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482054\",\r\n \"name\": \"ps934\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482054,\r\n \"deletedTimestamp\": \"2020-05-26T12:44:27.5223088\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2569\",\r\n \"webSpace\": \"ps2569-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps934\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482064\",\r\n \"name\": \"ps8413\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482064,\r\n \"deletedTimestamp\": \"2020-05-26T12:49:10.7671523\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3996\",\r\n \"webSpace\": \"ps3996-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps8413\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482065\",\r\n \"name\": \"ps8413\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482065,\r\n \"deletedTimestamp\": \"2020-05-26T12:49:15.0804244\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3996\",\r\n \"webSpace\": \"ps3996-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps8413\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482068\",\r\n \"name\": \"ps2165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482068,\r\n \"deletedTimestamp\": \"2020-05-26T12:51:46.3311997\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9480\",\r\n \"webSpace\": \"ps9480-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps2165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482069\",\r\n \"name\": \"ps2165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482069,\r\n \"deletedTimestamp\": \"2020-05-26T12:51:50.0819983\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9480\",\r\n \"webSpace\": \"ps9480-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps2165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482073\",\r\n \"name\": \"ps9810\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482073,\r\n \"deletedTimestamp\": \"2020-05-26T12:54:33.3754222\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps386\",\r\n \"webSpace\": \"ps386-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps9810\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482074\",\r\n \"name\": \"ps9810\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482074,\r\n \"deletedTimestamp\": \"2020-05-26T12:54:36.9081277\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps386\",\r\n \"webSpace\": \"ps386-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps9810\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482078\",\r\n \"name\": \"ps3289\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482078,\r\n \"deletedTimestamp\": \"2020-05-26T12:57:07.3799404\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2776\",\r\n \"webSpace\": \"ps2776-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps3289\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482083\",\r\n \"name\": \"ps4520\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482083,\r\n \"deletedTimestamp\": \"2020-05-26T13:02:46.4000164\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4527\",\r\n \"webSpace\": \"ps4527-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps4520\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482084\",\r\n \"name\": \"ps4520\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482084,\r\n \"deletedTimestamp\": \"2020-05-26T13:02:46.7437593\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4527\",\r\n \"webSpace\": \"ps4527-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps4520\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482100\",\r\n \"name\": \"ps2513\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482100,\r\n \"deletedTimestamp\": \"2020-05-26T13:08:22.5140716\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5763\",\r\n \"webSpace\": \"ps5763-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps2513\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482101\",\r\n \"name\": \"ps2513\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482101,\r\n \"deletedTimestamp\": \"2020-05-26T13:08:22.8421816\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5763\",\r\n \"webSpace\": \"ps5763-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps2513\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482108\",\r\n \"name\": \"ps6950\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482108,\r\n \"deletedTimestamp\": \"2020-05-26T13:10:51.8312292\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps522\",\r\n \"webSpace\": \"ps522-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps6950\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482109\",\r\n \"name\": \"ps6950\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482109,\r\n \"deletedTimestamp\": \"2020-05-26T13:10:56.3015583\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps522\",\r\n \"webSpace\": \"ps522-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps6950\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482122\",\r\n \"name\": \"ps9959\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482122,\r\n \"deletedTimestamp\": \"2020-05-26T13:13:47.7765639\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4276\",\r\n \"webSpace\": \"ps4276-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps9959\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482123\",\r\n \"name\": \"ps9959\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482123,\r\n \"deletedTimestamp\": \"2020-05-26T13:13:52.482766\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4276\",\r\n \"webSpace\": \"ps4276-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps9959\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482124\",\r\n \"name\": \"ps9959\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482124,\r\n \"deletedTimestamp\": \"2020-05-26T13:13:56.1261295\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4276\",\r\n \"webSpace\": \"ps4276-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps9959\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482137\",\r\n \"name\": \"ps5456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482137,\r\n \"deletedTimestamp\": \"2020-05-26T13:16:30.5708135\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps798\",\r\n \"webSpace\": \"ps798-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps5456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482139\",\r\n \"name\": \"ps6670\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482139,\r\n \"deletedTimestamp\": \"2020-05-26T13:19:27.6497426\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2932\",\r\n \"webSpace\": \"ps2932-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"ps6670\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482147\",\r\n \"name\": \"ps5252\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482147,\r\n \"deletedTimestamp\": \"2020-05-26T13:22:16.12558\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5920\",\r\n \"webSpace\": \"ps5920-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps5252\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482150\",\r\n \"name\": \"ps6469\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482150,\r\n \"deletedTimestamp\": \"2020-05-26T13:25:09.4650541\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps941\",\r\n \"webSpace\": \"ps941-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps6469\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482175\",\r\n \"name\": \"ps7492\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482175,\r\n \"deletedTimestamp\": \"2020-05-26T13:30:11.0823141\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5137\",\r\n \"webSpace\": \"ps5137-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps7492\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482183\",\r\n \"name\": \"ps1127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482183,\r\n \"deletedTimestamp\": \"2020-05-26T13:33:32.1433942\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4140\",\r\n \"webSpace\": \"ps4140-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps1127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482184\",\r\n \"name\": \"ps1127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482184,\r\n \"deletedTimestamp\": \"2020-05-26T13:33:32.4246522\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4140\",\r\n \"webSpace\": \"ps4140-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps1127\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482194\",\r\n \"name\": \"ps9136\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482194,\r\n \"deletedTimestamp\": \"2020-05-26T13:36:20.1105924\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1781\",\r\n \"webSpace\": \"ps1781-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps9136\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482226\",\r\n \"name\": \"ps9716\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482226,\r\n \"deletedTimestamp\": \"2020-05-26T13:45:34.0383494\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3295\",\r\n \"webSpace\": \"ps3295-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps9716\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482545\",\r\n \"name\": \"ps4349\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482545,\r\n \"deletedTimestamp\": \"2020-05-26T15:29:57.3201754\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9943\",\r\n \"webSpace\": \"ps9943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps4349\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482549\",\r\n \"name\": \"ps4364\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482549,\r\n \"deletedTimestamp\": \"2020-05-26T15:31:51.7373354\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4350\",\r\n \"webSpace\": \"ps4350-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4364\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482563\",\r\n \"name\": \"ps611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482563,\r\n \"deletedTimestamp\": \"2020-05-26T15:39:40.9020569\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7416\",\r\n \"webSpace\": \"ps7416-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482566\",\r\n \"name\": \"ps4541\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482566,\r\n \"deletedTimestamp\": \"2020-05-26T15:39:47.2841048\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7416\",\r\n \"webSpace\": \"ps7416-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps4541\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482587\",\r\n \"name\": \"ps2663\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482587,\r\n \"deletedTimestamp\": \"2020-05-26T15:44:20.8673913\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8516\",\r\n \"webSpace\": \"ps8516-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps2663\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482612\",\r\n \"name\": \"ps7425\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482612,\r\n \"deletedTimestamp\": \"2020-05-26T15:48:12.3654195\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5706\",\r\n \"webSpace\": \"ps5706-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps7425\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482638\",\r\n \"name\": \"ps3808\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482638,\r\n \"deletedTimestamp\": \"2020-05-26T15:53:35.7923285\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3313\",\r\n \"webSpace\": \"ps3313-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps3808\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482655\",\r\n \"name\": \"ps4687\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482655,\r\n \"deletedTimestamp\": \"2020-05-26T15:56:13.0879555\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4234\",\r\n \"webSpace\": \"ps4234-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps4687\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482692\",\r\n \"name\": \"ps6032\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482692,\r\n \"deletedTimestamp\": \"2020-05-26T16:01:06.1865616\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1335\",\r\n \"webSpace\": \"ps1335-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps6032\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482693\",\r\n \"name\": \"ps6202\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482693,\r\n \"deletedTimestamp\": \"2020-05-26T16:01:17.1035378\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1335\",\r\n \"webSpace\": \"ps1335-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps6202\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482792\",\r\n \"name\": \"ps9822\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482792,\r\n \"deletedTimestamp\": \"2020-05-26T16:33:28.802495\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9728\",\r\n \"webSpace\": \"ps9728-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps9822\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482807\",\r\n \"name\": \"ps9048\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482807,\r\n \"deletedTimestamp\": \"2020-05-26T16:38:18.5682175\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5526\",\r\n \"webSpace\": \"ps5526-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps9048\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482850\",\r\n \"name\": \"ps7624\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482850,\r\n \"deletedTimestamp\": \"2020-05-26T16:46:14.1867625\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7935\",\r\n \"webSpace\": \"ps7935-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps7624\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482852\",\r\n \"name\": \"ps7624\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482852,\r\n \"deletedTimestamp\": \"2020-05-26T16:46:20.2737365\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7935\",\r\n \"webSpace\": \"ps7935-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps7624\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482853\",\r\n \"name\": \"ps7624\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482853,\r\n \"deletedTimestamp\": \"2020-05-26T16:46:24.3676301\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7935\",\r\n \"webSpace\": \"ps7935-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps7624\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482854\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482854,\r\n \"deletedTimestamp\": \"2020-05-26T16:46:32.7023508\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7935\",\r\n \"webSpace\": \"ps7935-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps8299\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482855\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482855,\r\n \"deletedTimestamp\": \"2020-05-26T16:46:40.786115\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7935\",\r\n \"webSpace\": \"ps7935-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps8299\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482856\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482856,\r\n \"deletedTimestamp\": \"2020-05-26T16:46:44.7551021\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7935\",\r\n \"webSpace\": \"ps7935-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps8299\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482863\",\r\n \"name\": \"ps9975\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482863,\r\n \"deletedTimestamp\": \"2020-05-26T16:49:36.6478461\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7729\",\r\n \"webSpace\": \"ps7729-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps9975\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482869\",\r\n \"name\": \"ps7300\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482869,\r\n \"deletedTimestamp\": \"2020-05-26T16:52:08.4923304\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6343\",\r\n \"webSpace\": \"ps6343-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps7300\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482871\",\r\n \"name\": \"ps7017\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482871,\r\n \"deletedTimestamp\": \"2020-05-26T16:54:09.8453426\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps338\",\r\n \"webSpace\": \"ps338-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps7017\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482880\",\r\n \"name\": \"ps4488\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482880,\r\n \"deletedTimestamp\": \"2020-05-26T16:59:21.0020665\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7335\",\r\n \"webSpace\": \"ps7335-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps4488\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482881\",\r\n \"name\": \"ps5471\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482881,\r\n \"deletedTimestamp\": \"2020-05-26T17:00:06.0833994\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7335\",\r\n \"webSpace\": \"ps7335-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps5471\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482887\",\r\n \"name\": \"ps4145\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482887,\r\n \"deletedTimestamp\": \"2020-05-26T17:02:49.5301282\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7335\",\r\n \"webSpace\": \"ps7335-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps4145\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485849\",\r\n \"name\": \"ps1840\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485849,\r\n \"deletedTimestamp\": \"2020-05-27T14:59:18.7979961\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5463\",\r\n \"webSpace\": \"ps5463-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps1840\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485859\",\r\n \"name\": \"ps5160\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485859,\r\n \"deletedTimestamp\": \"2020-05-27T15:03:10.8651046\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps944\",\r\n \"webSpace\": \"ps944-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps5160\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485864\",\r\n \"name\": \"ps6061\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485864,\r\n \"deletedTimestamp\": \"2020-05-27T15:06:54.0697862\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps960\",\r\n \"webSpace\": \"ps960-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps6061\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485865\",\r\n \"name\": \"ps5552\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485865,\r\n \"deletedTimestamp\": \"2020-05-27T15:09:49.4786171\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1103\",\r\n \"webSpace\": \"ps1103-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5552\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485876\",\r\n \"name\": \"ps160\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485876,\r\n \"deletedTimestamp\": \"2020-05-27T15:12:45.1290982\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6911\",\r\n \"webSpace\": \"ps6911-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps160\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485882\",\r\n \"name\": \"ps5693\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485882,\r\n \"deletedTimestamp\": \"2020-05-27T15:15:47.7937952\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9703\",\r\n \"webSpace\": \"ps9703-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps5693\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485888\",\r\n \"name\": \"ps6553\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485888,\r\n \"deletedTimestamp\": \"2020-05-27T15:19:08.3785878\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3824\",\r\n \"webSpace\": \"ps3824-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps6553\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485889\",\r\n \"name\": \"ps6553\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485889,\r\n \"deletedTimestamp\": \"2020-05-27T15:19:08.7696614\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3824\",\r\n \"webSpace\": \"ps3824-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps6553\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485909\",\r\n \"name\": \"ps7363\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485909,\r\n \"deletedTimestamp\": \"2020-05-27T15:22:02.798177\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5146\",\r\n \"webSpace\": \"ps5146-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps7363\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485943\",\r\n \"name\": \"ps5297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485943,\r\n \"deletedTimestamp\": \"2020-05-27T15:36:54.4078957\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9433\",\r\n \"webSpace\": \"ps9433-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps5297\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485944\",\r\n \"name\": \"ps5297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485944,\r\n \"deletedTimestamp\": \"2020-05-27T15:36:54.7203941\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9433\",\r\n \"webSpace\": \"ps9433-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps5297\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485947\",\r\n \"name\": \"ps1581\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485947,\r\n \"deletedTimestamp\": \"2020-05-27T15:40:37.584006\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4941\",\r\n \"webSpace\": \"ps4941-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps1581\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485948\",\r\n \"name\": \"ps1581\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485948,\r\n \"deletedTimestamp\": \"2020-05-27T15:40:37.9121284\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4941\",\r\n \"webSpace\": \"ps4941-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps1581\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485949\",\r\n \"name\": \"ps1205\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485949,\r\n \"deletedTimestamp\": \"2020-05-27T15:44:13.018183\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5228\",\r\n \"webSpace\": \"ps5228-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps1205\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485950\",\r\n \"name\": \"ps1205\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485950,\r\n \"deletedTimestamp\": \"2020-05-27T15:44:13.5182062\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5228\",\r\n \"webSpace\": \"ps5228-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps1205\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485957\",\r\n \"name\": \"ps8684\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485957,\r\n \"deletedTimestamp\": \"2020-05-27T15:48:23.8416109\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3660\",\r\n \"webSpace\": \"ps3660-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps8684\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485958\",\r\n \"name\": \"ps8684\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485958,\r\n \"deletedTimestamp\": \"2020-05-27T15:48:24.2336479\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3660\",\r\n \"webSpace\": \"ps3660-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps8684\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486014\",\r\n \"name\": \"ps9736\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486014,\r\n \"deletedTimestamp\": \"2020-05-27T16:15:19.8290065\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6244\",\r\n \"webSpace\": \"ps6244-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps9736\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486015\",\r\n \"name\": \"ps9736\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486015,\r\n \"deletedTimestamp\": \"2020-05-27T16:15:20.1415183\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6244\",\r\n \"webSpace\": \"ps6244-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps9736\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486017\",\r\n \"name\": \"ps5759\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486017,\r\n \"deletedTimestamp\": \"2020-05-27T16:15:27.7510489\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6244\",\r\n \"webSpace\": \"ps6244-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps5759\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486018\",\r\n \"name\": \"ps5759\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486018,\r\n \"deletedTimestamp\": \"2020-05-27T16:15:28.1109938\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6244\",\r\n \"webSpace\": \"ps6244-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps5759\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486026\",\r\n \"name\": \"ps5191\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486026,\r\n \"deletedTimestamp\": \"2020-05-27T16:20:13.3971626\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6393\",\r\n \"webSpace\": \"ps6393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps5191\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486027\",\r\n \"name\": \"ps5191\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486027,\r\n \"deletedTimestamp\": \"2020-05-27T16:20:17.7572937\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6393\",\r\n \"webSpace\": \"ps6393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps5191\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486042\",\r\n \"name\": \"ps9448\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486042,\r\n \"deletedTimestamp\": \"2020-05-27T16:22:50.8849586\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7829\",\r\n \"webSpace\": \"ps7829-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps9448\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486043\",\r\n \"name\": \"ps9448\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486043,\r\n \"deletedTimestamp\": \"2020-05-27T16:22:54.8112664\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7829\",\r\n \"webSpace\": \"ps7829-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps9448\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486045\",\r\n \"name\": \"ps6219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486045,\r\n \"deletedTimestamp\": \"2020-05-27T16:25:58.6030939\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2406\",\r\n \"webSpace\": \"ps2406-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps6219\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486046\",\r\n \"name\": \"ps6219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486046,\r\n \"deletedTimestamp\": \"2020-05-27T16:26:04.5226184\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2406\",\r\n \"webSpace\": \"ps2406-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps6219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486047\",\r\n \"name\": \"ps411\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486047,\r\n \"deletedTimestamp\": \"2020-05-27T16:28:51.9136958\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1543\",\r\n \"webSpace\": \"ps1543-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps411\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486065\",\r\n \"name\": \"ps4791\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486065,\r\n \"deletedTimestamp\": \"2020-05-27T16:34:25.5408308\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8098\",\r\n \"webSpace\": \"ps8098-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps4791\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486066\",\r\n \"name\": \"ps4791\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486066,\r\n \"deletedTimestamp\": \"2020-05-27T16:34:25.8689981\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8098\",\r\n \"webSpace\": \"ps8098-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps4791\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486077\",\r\n \"name\": \"ps4765\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486077,\r\n \"deletedTimestamp\": \"2020-05-27T16:39:20.2113019\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3752\",\r\n \"webSpace\": \"ps3752-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps4765\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486078\",\r\n \"name\": \"ps4765\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486078,\r\n \"deletedTimestamp\": \"2020-05-27T16:39:20.5081726\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3752\",\r\n \"webSpace\": \"ps3752-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps4765\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486086\",\r\n \"name\": \"ps2103\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486086,\r\n \"deletedTimestamp\": \"2020-05-27T16:42:18.1334611\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6548\",\r\n \"webSpace\": \"ps6548-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps2103\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486087\",\r\n \"name\": \"ps2103\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486087,\r\n \"deletedTimestamp\": \"2020-05-27T16:42:21.8835722\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6548\",\r\n \"webSpace\": \"ps6548-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps2103\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486096\",\r\n \"name\": \"ps4914\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486096,\r\n \"deletedTimestamp\": \"2020-05-27T16:47:04.3107793\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8621\",\r\n \"webSpace\": \"ps8621-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps4914\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486097\",\r\n \"name\": \"ps4914\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486097,\r\n \"deletedTimestamp\": \"2020-05-27T16:47:08.6860717\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8621\",\r\n \"webSpace\": \"ps8621-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps4914\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486098\",\r\n \"name\": \"ps4914\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486098,\r\n \"deletedTimestamp\": \"2020-05-27T16:47:12.7486073\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8621\",\r\n \"webSpace\": \"ps8621-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps4914\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486135\",\r\n \"name\": \"ps8115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486135,\r\n \"deletedTimestamp\": \"2020-05-27T17:02:56.6037431\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4539\",\r\n \"webSpace\": \"ps4539-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps8115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486138\",\r\n \"name\": \"ps8115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486138,\r\n \"deletedTimestamp\": \"2020-05-27T17:03:02.4238533\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4539\",\r\n \"webSpace\": \"ps4539-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps8115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486153\",\r\n \"name\": \"ps2432\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486153,\r\n \"deletedTimestamp\": \"2020-05-27T17:06:06.2586437\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9534\",\r\n \"webSpace\": \"ps9534-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps2432\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486157\",\r\n \"name\": \"ps2529\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486157,\r\n \"deletedTimestamp\": \"2020-05-27T17:08:32.8037784\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9950\",\r\n \"webSpace\": \"ps9950-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps2529\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486202\",\r\n \"name\": \"ps205\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486202,\r\n \"deletedTimestamp\": \"2020-05-27T17:17:19.0946054\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7114\",\r\n \"webSpace\": \"ps7114-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps205\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486203\",\r\n \"name\": \"ps5553\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486203,\r\n \"deletedTimestamp\": \"2020-05-27T17:17:24.9430739\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7114\",\r\n \"webSpace\": \"ps7114-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps5553\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486219\",\r\n \"name\": \"ps3355\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486219,\r\n \"deletedTimestamp\": \"2020-05-27T17:22:22.2659168\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1638\",\r\n \"webSpace\": \"ps1638-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3355\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486223\",\r\n \"name\": \"ps2508\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486223,\r\n \"deletedTimestamp\": \"2020-05-27T17:25:09.95648\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4894\",\r\n \"webSpace\": \"ps4894-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps2508\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486249\",\r\n \"name\": \"ps451\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486249,\r\n \"deletedTimestamp\": \"2020-05-27T17:30:47.0167437\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4736\",\r\n \"webSpace\": \"ps4736-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps451\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486266\",\r\n \"name\": \"ps4600\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486266,\r\n \"deletedTimestamp\": \"2020-05-27T17:32:49.6979612\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4820\",\r\n \"webSpace\": \"ps4820-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps4600\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486298\",\r\n \"name\": \"ps5030\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486298,\r\n \"deletedTimestamp\": \"2020-05-27T17:36:04.2705162\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8860\",\r\n \"webSpace\": \"ps8860-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps5030\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486299\",\r\n \"name\": \"ps1287\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486299,\r\n \"deletedTimestamp\": \"2020-05-27T17:36:13.747784\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8860\",\r\n \"webSpace\": \"ps8860-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps1287\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486311\",\r\n \"name\": \"ps1939\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486311,\r\n \"deletedTimestamp\": \"2020-05-27T17:40:38.4344744\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps700\",\r\n \"webSpace\": \"ps700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps1939\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486339\",\r\n \"name\": \"ps512\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486339,\r\n \"deletedTimestamp\": \"2020-05-27T17:48:24.9623682\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5464\",\r\n \"webSpace\": \"ps5464-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps512\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486340\",\r\n \"name\": \"ps512\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486340,\r\n \"deletedTimestamp\": \"2020-05-27T17:48:30.7479897\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5464\",\r\n \"webSpace\": \"ps5464-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps512\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486341\",\r\n \"name\": \"ps512\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486341,\r\n \"deletedTimestamp\": \"2020-05-27T17:48:34.984219\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5464\",\r\n \"webSpace\": \"ps5464-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps512\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486342\",\r\n \"name\": \"ps8786\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486342,\r\n \"deletedTimestamp\": \"2020-05-27T17:48:43.287578\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5464\",\r\n \"webSpace\": \"ps5464-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8786\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486343\",\r\n \"name\": \"ps8786\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486343,\r\n \"deletedTimestamp\": \"2020-05-27T17:48:46.8673021\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5464\",\r\n \"webSpace\": \"ps5464-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8786\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486344\",\r\n \"name\": \"ps8786\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486344,\r\n \"deletedTimestamp\": \"2020-05-27T17:48:50.4975333\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5464\",\r\n \"webSpace\": \"ps5464-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8786\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486353\",\r\n \"name\": \"ps2152\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486353,\r\n \"deletedTimestamp\": \"2020-05-27T17:51:42.1422206\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8\",\r\n \"webSpace\": \"ps8-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2152\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486362\",\r\n \"name\": \"ps275\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486362,\r\n \"deletedTimestamp\": \"2020-05-27T17:53:49.6396744\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7680\",\r\n \"webSpace\": \"ps7680-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps275\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486364\",\r\n \"name\": \"ps351\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486364,\r\n \"deletedTimestamp\": \"2020-05-27T17:55:39.806683\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3490\",\r\n \"webSpace\": \"ps3490-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps351\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486377\",\r\n \"name\": \"ps974\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486377,\r\n \"deletedTimestamp\": \"2020-05-27T18:00:32.4950535\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9045\",\r\n \"webSpace\": \"ps9045-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps974\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486379\",\r\n \"name\": \"ps6303\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486379,\r\n \"deletedTimestamp\": \"2020-05-27T18:01:14.6247912\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9045\",\r\n \"webSpace\": \"ps9045-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps6303\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486388\",\r\n \"name\": \"ps6126\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486388,\r\n \"deletedTimestamp\": \"2020-05-27T18:03:57.6436165\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9045\",\r\n \"webSpace\": \"ps9045-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps6126\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/487919\",\r\n \"name\": \"ps593\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 487919,\r\n \"deletedTimestamp\": \"2020-05-28T01:51:44.0822773\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1306\",\r\n \"webSpace\": \"ps1306-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps593\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488143\",\r\n \"name\": \"ps3421\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488143,\r\n \"deletedTimestamp\": \"2020-05-28T03:15:50.9403616\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4499\",\r\n \"webSpace\": \"ps4499-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"ps3421\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488144\",\r\n \"name\": \"ps3421\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488144,\r\n \"deletedTimestamp\": \"2020-05-28T03:15:58.1415857\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4499\",\r\n \"webSpace\": \"ps4499-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"ps3421\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488147\",\r\n \"name\": \"ps30\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488147,\r\n \"deletedTimestamp\": \"2020-05-28T03:19:09.4721658\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2484\",\r\n \"webSpace\": \"ps2484-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps30\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488195\",\r\n \"name\": \"ps3595\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488195,\r\n \"deletedTimestamp\": \"2020-05-28T03:55:18.2626597\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8426\",\r\n \"webSpace\": \"ps8426-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps3595\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488196\",\r\n \"name\": \"ps3595\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488196,\r\n \"deletedTimestamp\": \"2020-05-28T03:55:26.3282631\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8426\",\r\n \"webSpace\": \"ps8426-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps3595\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488239\",\r\n \"name\": \"ps8983\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488239,\r\n \"deletedTimestamp\": \"2020-05-28T04:26:20.5080622\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8426\",\r\n \"webSpace\": \"ps8426-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps8983\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488241\",\r\n \"name\": \"ps8983\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488241,\r\n \"deletedTimestamp\": \"2020-05-28T04:26:26.9974704\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8426\",\r\n \"webSpace\": \"ps8426-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps8983\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488303\",\r\n \"name\": \"ps9262\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488303,\r\n \"deletedTimestamp\": \"2020-05-28T05:20:13.4562828\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps624\",\r\n \"webSpace\": \"ps624-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps9262\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488331\",\r\n \"name\": \"ps9262\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488331,\r\n \"deletedTimestamp\": \"2020-05-28T05:36:47.0753249\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps624\",\r\n \"webSpace\": \"ps624-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps9262\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488402\",\r\n \"name\": \"ps4976\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488402,\r\n \"deletedTimestamp\": \"2020-05-28T06:35:57.892354\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2168\",\r\n \"webSpace\": \"ps2168-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps4976\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488403\",\r\n \"name\": \"ps4976\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488403,\r\n \"deletedTimestamp\": \"2020-05-28T06:36:09.2100414\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2168\",\r\n \"webSpace\": \"ps2168-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps4976\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488407\",\r\n \"name\": \"ps883\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488407,\r\n \"deletedTimestamp\": \"2020-05-28T06:38:30.9875989\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps446\",\r\n \"webSpace\": \"ps446-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps883\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488408\",\r\n \"name\": \"ps883\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488408,\r\n \"deletedTimestamp\": \"2020-05-28T06:38:34.4733208\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps446\",\r\n \"webSpace\": \"ps446-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps883\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488410\",\r\n \"name\": \"ps1246\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488410,\r\n \"deletedTimestamp\": \"2020-05-28T06:41:23.1348224\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4247\",\r\n \"webSpace\": \"ps4247-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps1246\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488426\",\r\n \"name\": \"ps6128\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488426,\r\n \"deletedTimestamp\": \"2020-05-28T06:45:15.7769877\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3996\",\r\n \"webSpace\": \"ps3996-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps6128\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488432\",\r\n \"name\": \"ps7383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488432,\r\n \"deletedTimestamp\": \"2020-05-28T06:49:24.3439228\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3625\",\r\n \"webSpace\": \"ps3625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps7383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488437\",\r\n \"name\": \"ps8203\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488437,\r\n \"deletedTimestamp\": \"2020-05-28T06:57:25.9982345\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2516\",\r\n \"webSpace\": \"ps2516-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8203\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/491917\",\r\n \"name\": \"ps233\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 491917,\r\n \"deletedTimestamp\": \"2020-05-29T07:48:42.5067495\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2686\",\r\n \"webSpace\": \"ps2686-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps233\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/491927\",\r\n \"name\": \"ps5248\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 491927,\r\n \"deletedTimestamp\": \"2020-05-29T07:51:55.2089373\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9873\",\r\n \"webSpace\": \"ps9873-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps5248\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/491930\",\r\n \"name\": \"ps5197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 491930,\r\n \"deletedTimestamp\": \"2020-05-29T07:55:11.6591022\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6234\",\r\n \"webSpace\": \"ps6234-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/515996\",\r\n \"name\": \"ps3182\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 515996,\r\n \"deletedTimestamp\": \"2020-06-09T10:07:20.6366117\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps298\",\r\n \"webSpace\": \"ps298-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps3182\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516176\",\r\n \"name\": \"ps126\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516176,\r\n \"deletedTimestamp\": \"2020-06-09T11:18:26.5393555\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7646\",\r\n \"webSpace\": \"ps7646-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps126\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516192\",\r\n \"name\": \"ps2481\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516192,\r\n \"deletedTimestamp\": \"2020-06-09T11:28:07.7782354\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7805\",\r\n \"webSpace\": \"ps7805-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps2481\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516204\",\r\n \"name\": \"ps9218\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516204,\r\n \"deletedTimestamp\": \"2020-06-09T11:32:04.3750594\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7345\",\r\n \"webSpace\": \"ps7345-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps9218\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516213\",\r\n \"name\": \"ps6978\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516213,\r\n \"deletedTimestamp\": \"2020-06-09T11:36:29.1077961\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2274\",\r\n \"webSpace\": \"ps2274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps6978\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516230\",\r\n \"name\": \"ps4309\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516230,\r\n \"deletedTimestamp\": \"2020-06-09T11:42:07.1820958\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2361\",\r\n \"webSpace\": \"ps2361-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps4309\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516242\",\r\n \"name\": \"ps5264\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516242,\r\n \"deletedTimestamp\": \"2020-06-09T11:49:01.5266384\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1699\",\r\n \"webSpace\": \"ps1699-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps5264\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516317\",\r\n \"name\": \"ps8214\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516317,\r\n \"deletedTimestamp\": \"2020-06-09T12:05:52.9834671\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7650\",\r\n \"webSpace\": \"ps7650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-035\",\r\n \"deletedSiteName\": \"ps8214\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516328\",\r\n \"name\": \"ps9878\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516328,\r\n \"deletedTimestamp\": \"2020-06-09T12:12:18.6927778\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5261\",\r\n \"webSpace\": \"ps5261-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9878\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516333\",\r\n \"name\": \"ps3454\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516333,\r\n \"deletedTimestamp\": \"2020-06-09T12:14:43.5839821\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7373\",\r\n \"webSpace\": \"ps7373-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps3454\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516342\",\r\n \"name\": \"ps1737\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516342,\r\n \"deletedTimestamp\": \"2020-06-09T12:16:31.7359163\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps845\",\r\n \"webSpace\": \"ps845-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps1737\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516358\",\r\n \"name\": \"ps4182\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516358,\r\n \"deletedTimestamp\": \"2020-06-09T12:24:44.3478113\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1135\",\r\n \"webSpace\": \"ps1135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps4182\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516359\",\r\n \"name\": \"ps3473\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516359,\r\n \"deletedTimestamp\": \"2020-06-09T12:24:48.3836891\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1135\",\r\n \"webSpace\": \"ps1135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps3473\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516362\",\r\n \"name\": \"ps8669\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516362,\r\n \"deletedTimestamp\": \"2020-06-09T12:27:11.1933186\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3773\",\r\n \"webSpace\": \"ps3773-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8669\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516367\",\r\n \"name\": \"ps2644\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516367,\r\n \"deletedTimestamp\": \"2020-06-09T12:29:48.6549682\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4037\",\r\n \"webSpace\": \"ps4037-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2644\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516381\",\r\n \"name\": \"ps5780\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516381,\r\n \"deletedTimestamp\": \"2020-06-09T12:34:57.9650388\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8477\",\r\n \"webSpace\": \"ps8477-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5780\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516382\",\r\n \"name\": \"ps1646\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516382,\r\n \"deletedTimestamp\": \"2020-06-09T12:36:42.8904432\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3178\",\r\n \"webSpace\": \"ps3178-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps1646\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516393\",\r\n \"name\": \"ps1323\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516393,\r\n \"deletedTimestamp\": \"2020-06-09T12:39:42.3995018\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4293\",\r\n \"webSpace\": \"ps4293-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps1323\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516394\",\r\n \"name\": \"ps1214\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516394,\r\n \"deletedTimestamp\": \"2020-06-09T12:39:49.471405\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4293\",\r\n \"webSpace\": \"ps4293-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps1214\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516395\",\r\n \"name\": \"ps5525\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516395,\r\n \"deletedTimestamp\": \"2020-06-09T12:40:20.8476761\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8824\",\r\n \"webSpace\": \"ps8824-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps5525\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516401\",\r\n \"name\": \"ps1489\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516401,\r\n \"deletedTimestamp\": \"2020-06-09T12:44:04.3907959\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4920\",\r\n \"webSpace\": \"ps4920-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps1489\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516406\",\r\n \"name\": \"ps6997\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516406,\r\n \"deletedTimestamp\": \"2020-06-09T12:46:35.7800379\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2806\",\r\n \"webSpace\": \"ps2806-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps6997\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516407\",\r\n \"name\": \"ps6997\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516407,\r\n \"deletedTimestamp\": \"2020-06-09T12:46:39.6865857\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2806\",\r\n \"webSpace\": \"ps2806-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps6997\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516416\",\r\n \"name\": \"ps9666\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516416,\r\n \"deletedTimestamp\": \"2020-06-09T12:49:07.0080214\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1926\",\r\n \"webSpace\": \"ps1926-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps9666\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516421\",\r\n \"name\": \"ps8818\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516421,\r\n \"deletedTimestamp\": \"2020-06-09T12:51:11.12395\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1443\",\r\n \"webSpace\": \"ps1443-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps8818\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516426\",\r\n \"name\": \"ps9140\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516426,\r\n \"deletedTimestamp\": \"2020-06-09T12:52:53.5484875\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9027\",\r\n \"webSpace\": \"ps9027-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9140\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516433\",\r\n \"name\": \"ps1891\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516433,\r\n \"deletedTimestamp\": \"2020-06-09T12:54:36.8265015\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2310\",\r\n \"webSpace\": \"ps2310-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1891\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516457\",\r\n \"name\": \"ps8963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516457,\r\n \"deletedTimestamp\": \"2020-06-09T13:12:37.7883639\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6158\",\r\n \"webSpace\": \"ps6158-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516459\",\r\n \"name\": \"ps6881\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516459,\r\n \"deletedTimestamp\": \"2020-06-09T13:14:39.5734429\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6555\",\r\n \"webSpace\": \"ps6555-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6881\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516461\",\r\n \"name\": \"ps2662\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516461,\r\n \"deletedTimestamp\": \"2020-06-09T13:16:36.3340044\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7018\",\r\n \"webSpace\": \"ps7018-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps2662\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516470\",\r\n \"name\": \"ps6338\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516470,\r\n \"deletedTimestamp\": \"2020-06-09T13:23:09.064913\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9783\",\r\n \"webSpace\": \"ps9783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps6338\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516471\",\r\n \"name\": \"ps6338\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516471,\r\n \"deletedTimestamp\": \"2020-06-09T13:23:13.6155153\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9783\",\r\n \"webSpace\": \"ps9783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps6338\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516472\",\r\n \"name\": \"ps6338\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516472,\r\n \"deletedTimestamp\": \"2020-06-09T13:23:17.0061843\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9783\",\r\n \"webSpace\": \"ps9783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps6338\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516473\",\r\n \"name\": \"ps7414\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516473,\r\n \"deletedTimestamp\": \"2020-06-09T13:23:24.2327611\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9783\",\r\n \"webSpace\": \"ps9783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps7414\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516474\",\r\n \"name\": \"ps7414\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516474,\r\n \"deletedTimestamp\": \"2020-06-09T13:23:27.7799027\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9783\",\r\n \"webSpace\": \"ps9783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps7414\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516475\",\r\n \"name\": \"ps7414\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516475,\r\n \"deletedTimestamp\": \"2020-06-09T13:23:31.9222724\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9783\",\r\n \"webSpace\": \"ps9783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps7414\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516479\",\r\n \"name\": \"ps548\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516479,\r\n \"deletedTimestamp\": \"2020-06-09T13:25:30.8004732\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1083\",\r\n \"webSpace\": \"ps1083-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps548\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516483\",\r\n \"name\": \"ps396\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516483,\r\n \"deletedTimestamp\": \"2020-06-09T13:27:19.0660345\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3808\",\r\n \"webSpace\": \"ps3808-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps396\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516677\",\r\n \"name\": \"ps3349\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516677,\r\n \"deletedTimestamp\": \"2020-06-09T14:35:54.5147624\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5638\",\r\n \"webSpace\": \"ps5638-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps3349\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/523258\",\r\n \"name\": \"ps9893\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 523258,\r\n \"deletedTimestamp\": \"2020-06-11T10:23:11.4046793\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9231\",\r\n \"webSpace\": \"ps9231-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps9893\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/523406\",\r\n \"name\": \"ps7992\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 523406,\r\n \"deletedTimestamp\": \"2020-06-11T11:49:47.0675957\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8518\",\r\n \"webSpace\": \"ps8518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps7992\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/523407\",\r\n \"name\": \"ps4060\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 523407,\r\n \"deletedTimestamp\": \"2020-06-11T11:49:52.6918245\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8518\",\r\n \"webSpace\": \"ps8518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps4060\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534088\",\r\n \"name\": \"ps8730\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534088,\r\n \"deletedTimestamp\": \"2020-06-16T12:57:17.4443807\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4208\",\r\n \"webSpace\": \"ps4208-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps8730\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534091\",\r\n \"name\": \"ps8730\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534091,\r\n \"deletedTimestamp\": \"2020-06-16T12:57:21.4469747\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4208\",\r\n \"webSpace\": \"ps4208-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps8730\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534130\",\r\n \"name\": \"ps46f6aaf3c2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534130,\r\n \"deletedTimestamp\": \"2020-06-16T13:23:20.5939224\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2de7734aef\",\r\n \"webSpace\": \"ps2de7734aef-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps46f6aaf3c2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534131\",\r\n \"name\": \"ps46f6aaf3c2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534131,\r\n \"deletedTimestamp\": \"2020-06-16T13:24:06.3161837\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2de7734aef\",\r\n \"webSpace\": \"ps2de7734aef-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps46f6aaf3c2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534151\",\r\n \"name\": \"ps26a3b7d35b\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534151,\r\n \"deletedTimestamp\": \"2020-06-16T13:37:11.4248279\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6eb05bcbf2\",\r\n \"webSpace\": \"ps6eb05bcbf2-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps26a3b7d35b\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534157\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534157,\r\n \"deletedTimestamp\": \"2020-06-16T13:43:05.2313955\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps52d626c93c\",\r\n \"webSpace\": \"ps52d626c93c-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps71090969b5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534160\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534160,\r\n \"deletedTimestamp\": \"2020-06-16T13:44:15.7569461\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps52d626c93c\",\r\n \"webSpace\": \"ps52d626c93c-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps71090969b5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534161\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534161,\r\n \"deletedTimestamp\": \"2020-06-16T13:44:38.3857383\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps52d626c93c\",\r\n \"webSpace\": \"ps52d626c93c-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps71090969b5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534179\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534179,\r\n \"deletedTimestamp\": \"2020-06-16T13:50:06.0276742\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps52d626c93c\",\r\n \"webSpace\": \"ps52d626c93c-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps71090969b5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536692\",\r\n \"name\": \"psa5449efaa3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536692,\r\n \"deletedTimestamp\": \"2020-06-17T09:29:42.9863853\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps00c1de4f8b\",\r\n \"webSpace\": \"ps00c1de4f8b-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"psa5449efaa3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536694\",\r\n \"name\": \"psa5449efaa3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536694,\r\n \"deletedTimestamp\": \"2020-06-17T09:30:07.0823594\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps00c1de4f8b\",\r\n \"webSpace\": \"ps00c1de4f8b-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"psa5449efaa3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536702\",\r\n \"name\": \"ps1b4d5465f1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536702,\r\n \"deletedTimestamp\": \"2020-06-17T09:35:15.8260177\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1382096699\",\r\n \"webSpace\": \"ps1382096699-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps1b4d5465f1\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536703\",\r\n \"name\": \"ps1b4d5465f1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536703,\r\n \"deletedTimestamp\": \"2020-06-17T09:35:39.9131407\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1382096699\",\r\n \"webSpace\": \"ps1382096699-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps1b4d5465f1\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536715\",\r\n \"name\": \"ps1b4d5465f1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536715,\r\n \"deletedTimestamp\": \"2020-06-17T09:39:02.476941\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1382096699\",\r\n \"webSpace\": \"ps1382096699-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps1b4d5465f1\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536743\",\r\n \"name\": \"ps803188f167\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536743,\r\n \"deletedTimestamp\": \"2020-06-17T09:45:42.2517323\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps207b66d508\",\r\n \"webSpace\": \"ps207b66d508-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps803188f167\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536862\",\r\n \"name\": \"ps2701\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536862,\r\n \"deletedTimestamp\": \"2020-06-17T10:38:07.9086833\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1443\",\r\n \"webSpace\": \"ps1443-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps2701\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536863\",\r\n \"name\": \"ps2701\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536863,\r\n \"deletedTimestamp\": \"2020-06-17T10:38:11.4128599\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1443\",\r\n \"webSpace\": \"ps1443-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps2701\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536866\",\r\n \"name\": \"ps3719\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536866,\r\n \"deletedTimestamp\": \"2020-06-17T10:39:45.9476789\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2919\",\r\n \"webSpace\": \"ps2919-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps3719\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536867\",\r\n \"name\": \"ps3719\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536867,\r\n \"deletedTimestamp\": \"2020-06-17T10:39:46.3070688\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2919\",\r\n \"webSpace\": \"ps2919-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps3719\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536896\",\r\n \"name\": \"ps7342\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536896,\r\n \"deletedTimestamp\": \"2020-06-17T10:46:40.0192348\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9632\",\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps7342\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536898\",\r\n \"name\": \"ps7342\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536898,\r\n \"deletedTimestamp\": \"2020-06-17T10:46:43.3958244\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9632\",\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps7342\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536906\",\r\n \"name\": \"ps2896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536906,\r\n \"deletedTimestamp\": \"2020-06-17T10:48:21.1562839\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5656\",\r\n \"webSpace\": \"ps5656-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps2896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536907\",\r\n \"name\": \"ps2896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536907,\r\n \"deletedTimestamp\": \"2020-06-17T10:48:21.4688708\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5656\",\r\n \"webSpace\": \"ps5656-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps2896\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551093\",\r\n \"name\": \"ps9361\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551093,\r\n \"deletedTimestamp\": \"2020-06-23T13:56:57.338086\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7903\",\r\n \"webSpace\": \"ps7903-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps9361\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551097\",\r\n \"name\": \"ps9361\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551097,\r\n \"deletedTimestamp\": \"2020-06-23T13:57:06.0364582\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7903\",\r\n \"webSpace\": \"ps7903-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps9361\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551102\",\r\n \"name\": \"ps3776\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551102,\r\n \"deletedTimestamp\": \"2020-06-23T13:57:49.568743\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7903\",\r\n \"webSpace\": \"ps7903-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps3776\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551104\",\r\n \"name\": \"ps3776\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551104,\r\n \"deletedTimestamp\": \"2020-06-23T13:57:56.1018826\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7903\",\r\n \"webSpace\": \"ps7903-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps3776\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551340\",\r\n \"name\": \"ps3420\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551340,\r\n \"deletedTimestamp\": \"2020-06-23T15:42:33.800411\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6165\",\r\n \"webSpace\": \"ps6165-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps3420\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551341\",\r\n \"name\": \"ps3420\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551341,\r\n \"deletedTimestamp\": \"2020-06-23T15:42:39.308732\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6165\",\r\n \"webSpace\": \"ps6165-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps3420\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551356\",\r\n \"name\": \"ps7548\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551356,\r\n \"deletedTimestamp\": \"2020-06-23T15:44:54.0255361\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6165\",\r\n \"webSpace\": \"ps6165-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps7548\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551357\",\r\n \"name\": \"ps7548\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551357,\r\n \"deletedTimestamp\": \"2020-06-23T15:44:59.8583999\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6165\",\r\n \"webSpace\": \"ps6165-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps7548\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551746\",\r\n \"name\": \"ps6677\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551746,\r\n \"deletedTimestamp\": \"2020-06-23T17:51:25.6338563\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6102\",\r\n \"webSpace\": \"ps6102-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps6677\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551833\",\r\n \"name\": \"ps6677\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551833,\r\n \"deletedTimestamp\": \"2020-06-23T18:09:16.2524811\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6102\",\r\n \"webSpace\": \"ps6102-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps6677\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/554333\",\r\n \"name\": \"psbeaafb7221\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 554333,\r\n \"deletedTimestamp\": \"2020-06-24T08:55:44.0352589\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psb70c8c9039\",\r\n \"webSpace\": \"psb70c8c9039-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"psbeaafb7221\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/554334\",\r\n \"name\": \"psbeaafb7221\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 554334,\r\n \"deletedTimestamp\": \"2020-06-24T08:55:53.1806141\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psb70c8c9039\",\r\n \"webSpace\": \"psb70c8c9039-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"psbeaafb7221\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/554503\",\r\n \"name\": \"psc30dd895d0\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 554503,\r\n \"deletedTimestamp\": \"2020-06-24T10:15:32.6345455\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psb70c8c9039\",\r\n \"webSpace\": \"psb70c8c9039-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"psc30dd895d0\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/554504\",\r\n \"name\": \"psc30dd895d0\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 554504,\r\n \"deletedTimestamp\": \"2020-06-24T10:15:41.0389339\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psb70c8c9039\",\r\n \"webSpace\": \"psb70c8c9039-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"psc30dd895d0\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/554546\",\r\n \"name\": \"ps6869\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 554546,\r\n \"deletedTimestamp\": \"2020-06-24T10:39:26.8611522\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2472\",\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps6869\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/554547\",\r\n \"name\": \"ps6869\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 554547,\r\n \"deletedTimestamp\": \"2020-06-24T10:39:32.5773259\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2472\",\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps6869\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North%20Europe/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Ob3J0aCUyMEV1cm9wZS9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West%20US/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwVVMvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "347e196f-a784-467a-b3d3-2ec5bc84f2ea"
+ "6252913b-0da6-4425-826f-70ce3859be6c"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -7860,11 +8568,77 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "c762b49e-00e1-4ff5-b439-afd43934b395"
+ "4d408b9d-4fa2-434c-87c5-01f532aa94db"
+ ],
+ "Server": [
+ "Microsoft-IIS/10.0"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
"11998"
],
+ "x-ms-correlation-request-id": [
+ "803f2411-6399-4aff-af81-7798b199e858"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTINDIA:20200624T105638Z:803f2411-6399-4aff-af81-7798b199e858"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Wed, 24 Jun 2020 10:56:38 GMT"
+ ],
+ "Content-Length": [
+ "503322"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341255\",\r\n \"name\": \"webapp-config-testyg6padshlxwrcj6uuhxgzz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341255,\r\n \"deletedTimestamp\": \"2020-03-27T15:55:07.8578569\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_config5jekvermxi66g746npn7afuk3cfnj5o7c2sztjxxyyeelwbtkgn7o\",\r\n \"webSpace\": \"cli_test_webapp_config5jekvermxi66g746npn7afuk3cfnj5o7c2sztjxxyyeelwbtkgn7o-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"webapp-config-testyg6padshlxwrcj6uuhxgzz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341276\",\r\n \"name\": \"webapp-config-appsettings-testaa7sse6oba\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341276,\r\n \"deletedTimestamp\": \"2020-03-27T16:04:52.7159296\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_config_appsettingsc2fgt2mkrvfyfxffj3b2a32f76zmm4zfbiqwlaywm\",\r\n \"webSpace\": \"cli_test_webapp_config_appsettingsc2fgt2mkrvfyfxffj3b2a32f76zmm4zfbiqwlaywm-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"webapp-config-appsettings-testaa7sse6oba\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341353\",\r\n \"name\": \"cli-funcapp-nwrdoga55dfl\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341353,\r\n \"deletedTimestamp\": \"2020-03-27T16:26:58.5198924\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgnejskrcbb7fpp4a7kba2gg7zi2h2iw3tfobwfccx4e526vxp2wawxjl5cjkarkmqh\",\r\n \"webSpace\": \"clitest.rgnejskrcbb7fpp4a7kba2gg7zi2h2iw3tfobwfccx4e526vxp2wawxjl5cjkarkmqh-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"cli-funcapp-nwrdoga55dfl\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341364\",\r\n \"name\": \"cli-webapp-nwrxcvkkgijcp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341364,\r\n \"deletedTimestamp\": \"2020-03-27T16:31:49.0932772\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg2fhaje3vtodqevq6o262buok7ugpcv6yzlipe42c672shzeemv65igy5mf3eo7lcj\",\r\n \"webSpace\": \"clitest.rg2fhaje3vtodqevq6o262buok7ugpcv6yzlipe42c672shzeemv65igy5mf3eo7lcj-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"cli-webapp-nwrxcvkkgijcp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341368\",\r\n \"name\": \"cli-webapp-nwr74n22jhvnc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341368,\r\n \"deletedTimestamp\": \"2020-03-27T16:33:40.7801704\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg6ze5ttwrcqlc7vbg4tmpvnlnw6v5l5f5vbqap3pyw5ppbfzni2vg4aemg5xhfeenu\",\r\n \"webSpace\": \"clitest.rg6ze5ttwrcqlc7vbg4tmpvnlnw6v5l5f5vbqap3pyw5ppbfzni2vg4aemg5xhfeenu-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"cli-webapp-nwr74n22jhvnc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341386\",\r\n \"name\": \"cli-webapp-nwrw7gebsezqh\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341386,\r\n \"deletedTimestamp\": \"2020-03-27T16:43:35.0245213\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgbluqduz5tmiw7oqhaqk7zvjwfd2y53zufj2govymg6uggnvpe5iqf3omwhwsj636x\",\r\n \"webSpace\": \"clitest.rgbluqduz5tmiw7oqhaqk7zvjwfd2y53zufj2govymg6uggnvpe5iqf3omwhwsj636x-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"cli-webapp-nwrw7gebsezqh\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341387\",\r\n \"name\": \"cli-webapp-nwruzezq7x6k5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341387,\r\n \"deletedTimestamp\": \"2020-03-27T16:46:23.3811855\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg5nigni2vtmzu542h3easdh4kufuvq4t6vfatzq727dlgbxyid5p44yztxnhwos3pu\",\r\n \"webSpace\": \"clitest.rg5nigni2vtmzu542h3easdh4kufuvq4t6vfatzq727dlgbxyid5p44yztxnhwos3pu-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"cli-webapp-nwruzezq7x6k5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341390\",\r\n \"name\": \"cli-webapp-nwrmie3okwc2c\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341390,\r\n \"deletedTimestamp\": \"2020-03-27T16:48:28.0081131\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg33isi6mnvyrtatplvxy6gyu3lkey5okfxwulhokajz64d3vvwthtoc5zovayftxdd\",\r\n \"webSpace\": \"clitest.rg33isi6mnvyrtatplvxy6gyu3lkey5okfxwulhokajz64d3vvwthtoc5zovayftxdd-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"cli-webapp-nwrmie3okwc2c\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341392\",\r\n \"name\": \"cli-webapp-nwrgde6hfkdbt\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341392,\r\n \"deletedTimestamp\": \"2020-03-27T16:50:20.2526097\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgghdhde7riocosiprzdpccuotmndesfjfjwlb2mvsbnfohcv4sposqgspaihzippjw\",\r\n \"webSpace\": \"clitest.rgghdhde7riocosiprzdpccuotmndesfjfjwlb2mvsbnfohcv4sposqgspaihzippjw-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"cli-webapp-nwrgde6hfkdbt\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341394\",\r\n \"name\": \"webInOtherRG\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341394,\r\n \"deletedTimestamp\": \"2020-03-27T16:52:06.7494152\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgpo5dzrxp56ygxbpqowigmvyy6e7oerxeyakk6eidzllzagiiap2yf463vdpdptbhy\",\r\n \"webSpace\": \"clitest.rgpo5dzrxp56ygxbpqowigmvyy6e7oerxeyakk6eidzllzagiiap2yf463vdpdptbhy-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"webInOtherRG\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341402\",\r\n \"name\": \"cli-webapp-nwr6vmdnoyjuc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341402,\r\n \"deletedTimestamp\": \"2020-03-27T16:54:03.3030411\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg4kxungaogxiefszioaxzhllvrw665oavcya5zivdhswrevd5tiwgwzgjdua3svael\",\r\n \"webSpace\": \"clitest.rg4kxungaogxiefszioaxzhllvrw665oavcya5zivdhswrevd5tiwgwzgjdua3svael-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"cli-webapp-nwr6vmdnoyjuc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341416\",\r\n \"name\": \"webapp-quickpqlytkdnuaol\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341416,\r\n \"deletedTimestamp\": \"2020-03-27T16:59:58.1157728\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg2lgscnviz7xzkshgvacn5qlxq3vbysm4lbt5ptcqeericugjbwfoawcgrixtweswq\",\r\n \"webSpace\": \"clitest.rg2lgscnviz7xzkshgvacn5qlxq3vbysm4lbt5ptcqeericugjbwfoawcgrixtweswq-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"webapp-quickpqlytkdnuaol\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341433\",\r\n \"name\": \"webapp-linux-multiocxzii\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341433,\r\n \"deletedTimestamp\": \"2020-03-27T17:02:55.7845057\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgbuluskpnljcey4szondvuqug7izij6fyttsr4ikywsc5v4s7mmepfvife6hrapywm\",\r\n \"webSpace\": \"clitest.rgbuluskpnljcey4szondvuqug7izij6fyttsr4ikywsc5v4s7mmepfvife6hrapywm-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-081\",\r\n \"deletedSiteName\": \"webapp-linux-multiocxzii\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341482\",\r\n \"name\": \"cli-webapp-nwrgaahehlo6d\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341482,\r\n \"deletedTimestamp\": \"2020-03-27T17:23:30.6630902\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgaaiaxdhagn6pahkne3xrapfesjvsfsanzaoel4wxonrlxgm3xj4lrkeh2v5qxeqah\",\r\n \"webSpace\": \"clitest.rgaaiaxdhagn6pahkne3xrapfesjvsfsanzaoel4wxonrlxgm3xj4lrkeh2v5qxeqah-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"cli-webapp-nwrgaahehlo6d\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341483\",\r\n \"name\": \"cli-webapp-nwrtym6jzzt65\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341483,\r\n \"deletedTimestamp\": \"2020-03-27T17:24:29.2110619\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgut2dlryoo4q23kivkkonziqyk7yafxkg5iczqxifccbzwb4htbu7fyg7chrtgxhyq\",\r\n \"webSpace\": \"clitest.rgut2dlryoo4q23kivkkonziqyk7yafxkg5iczqxifccbzwb4htbu7fyg7chrtgxhyq-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"cli-webapp-nwrtym6jzzt65\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341485\",\r\n \"name\": \"backup-webappu5ysop4ttov\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341485,\r\n \"deletedTimestamp\": \"2020-03-27T17:26:19.8437723\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgiu4c5vzvhvpplm3q6fow4v44a7e7qppcftusi6ejdnt2kr3swvpc66mbtiu2du46f\",\r\n \"webSpace\": \"clitest.rgiu4c5vzvhvpplm3q6fow4v44a7e7qppcftusi6ejdnt2kr3swvpc66mbtiu2du46f-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"backup-webappu5ysop4ttov\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/341487\",\r\n \"name\": \"backup-webappk75wjqa4giv\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 341487,\r\n \"deletedTimestamp\": \"2020-03-27T17:27:42.8719692\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkjp4xoz6aizjxrcs2mihovzcn2gye45pnanat3p23idzmmyes5khwipn52f7ufzuf\",\r\n \"webSpace\": \"clitest.rgkjp4xoz6aizjxrcs2mihovzcn2gye45pnanat3p23idzmmyes5khwipn52f7ufzuf-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"backup-webappk75wjqa4giv\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343026\",\r\n \"name\": \"webapp-config-appsettings-test3a34z64anp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343026,\r\n \"deletedTimestamp\": \"2020-03-28T10:09:47.5542275\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_config_appsettingsh2bu543pf3657pqmfwvnefsgelvve2beyqjzfiqgt\",\r\n \"webSpace\": \"cli_test_webapp_config_appsettingsh2bu543pf3657pqmfwvnefsgelvve2beyqjzfiqgt-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"webapp-config-appsettings-test3a34z64anp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343028\",\r\n \"name\": \"webapp-config-appsettings-testcbqdjc54bk\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343028,\r\n \"deletedTimestamp\": \"2020-03-28T10:11:21.5361678\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_config_appsettings3eoczhk5eedzxhe4oxl5ipfm5txbgbkaza5oqc4vk\",\r\n \"webSpace\": \"cli_test_webapp_config_appsettings3eoczhk5eedzxhe4oxl5ipfm5txbgbkaza5oqc4vk-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"webapp-config-appsettings-testcbqdjc54bk\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343034\",\r\n \"name\": \"cli-webapp-nwrj2z53ce7ke\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343034,\r\n \"deletedTimestamp\": \"2020-03-28T10:13:49.1340009\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgxclve276zn4ylsd7ixf2mbh7rh4eoczc6xwkz6kzzge6fklktoqbqkf6gtgsle2e2\",\r\n \"webSpace\": \"clitest.rgxclve276zn4ylsd7ixf2mbh7rh4eoczc6xwkz6kzzge6fklktoqbqkf6gtgsle2e2-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"cli-webapp-nwrj2z53ce7ke\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343035\",\r\n \"name\": \"cli-webapp-nwrh3a45fq336\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343035,\r\n \"deletedTimestamp\": \"2020-03-28T10:13:55.3745927\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgtf6nzld5opy6ublecnei5tr5qqxncslqheredpctud7wntgmb4jjpomorfmsvmpph\",\r\n \"webSpace\": \"clitest.rgtf6nzld5opy6ublecnei5tr5qqxncslqheredpctud7wntgmb4jjpomorfmsvmpph-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"cli-webapp-nwrh3a45fq336\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343036\",\r\n \"name\": \"cli-webapp-nwrfdv4uha7ud\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343036,\r\n \"deletedTimestamp\": \"2020-03-28T10:14:13.6526457\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgnehngptzlasm3thskbwmycsfp2aruuko4hkfp4h5ddivvuipzloaupro6ralom5pf\",\r\n \"webSpace\": \"clitest.rgnehngptzlasm3thskbwmycsfp2aruuko4hkfp4h5ddivvuipzloaupro6ralom5pf-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"cli-webapp-nwrfdv4uha7ud\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343037\",\r\n \"name\": \"cli-webapp-nwrpkwb4otowf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343037,\r\n \"deletedTimestamp\": \"2020-03-28T10:15:19.4040476\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgcpn3yoxv3f2m74w5jrgdptlownzqz7tpqs7jywap35hf5yittuhjojxnvrzjm5xoj\",\r\n \"webSpace\": \"clitest.rgcpn3yoxv3f2m74w5jrgdptlownzqz7tpqs7jywap35hf5yittuhjojxnvrzjm5xoj-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"cli-webapp-nwrpkwb4otowf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343039\",\r\n \"name\": \"cli-webapp-nwrbkvv4pjeva\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343039,\r\n \"deletedTimestamp\": \"2020-03-28T10:15:48.8991781\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgvdqoniziw7h3k7xr5flsmho6mbqmvhg2mzl5rcx5wdcp3w7jrgyimwgr4vrges74l\",\r\n \"webSpace\": \"clitest.rgvdqoniziw7h3k7xr5flsmho6mbqmvhg2mzl5rcx5wdcp3w7jrgyimwgr4vrges74l-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"cli-webapp-nwrbkvv4pjeva\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343040\",\r\n \"name\": \"cli-webapp-nwro3tfioeopi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343040,\r\n \"deletedTimestamp\": \"2020-03-28T10:16:03.749734\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgrejcwf7jrhmieji6ssw2dl5dy3qftrahdd35h5nirbjgszzcgawhehscqe6sxpuav\",\r\n \"webSpace\": \"clitest.rgrejcwf7jrhmieji6ssw2dl5dy3qftrahdd35h5nirbjgszzcgawhehscqe6sxpuav-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"cli-webapp-nwro3tfioeopi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343041\",\r\n \"name\": \"cli-webapp-nwr3waihqfg4g\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343041,\r\n \"deletedTimestamp\": \"2020-03-28T10:16:41.0163909\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgrncojfepnyfjmccmqhovctkkesdf6vtl7ewcta76ks2s3d2cgliiramtxbgop3ztd\",\r\n \"webSpace\": \"clitest.rgrncojfepnyfjmccmqhovctkkesdf6vtl7ewcta76ks2s3d2cgliiramtxbgop3ztd-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"cli-webapp-nwr3waihqfg4g\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343042\",\r\n \"name\": \"cli-webapp-nwrrey6c2xcyk\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343042,\r\n \"deletedTimestamp\": \"2020-03-28T10:17:40.4960821\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgowpyipfscflaeyrrwjfnvnkkynkrpqitxggbahwqwujctct7tzs7axiakm3f36qrl\",\r\n \"webSpace\": \"clitest.rgowpyipfscflaeyrrwjfnvnkkynkrpqitxggbahwqwujctct7tzs7axiakm3f36qrl-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"cli-webapp-nwrrey6c2xcyk\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343043\",\r\n \"name\": \"webInOtherRG\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343043,\r\n \"deletedTimestamp\": \"2020-03-28T10:17:43.8983674\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg3gadmh73b5rbq3eblvj3xykakyvw45azesv35h3njuz7std3qv6niv3itbksznhw5\",\r\n \"webSpace\": \"clitest.rg3gadmh73b5rbq3eblvj3xykakyvw45azesv35h3njuz7std3qv6niv3itbksznhw5-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"webInOtherRG\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343044\",\r\n \"name\": \"cli-webapp-nwryqgppzr6kp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343044,\r\n \"deletedTimestamp\": \"2020-03-28T10:18:20.9457617\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg53gn2wd76b2dmnu2rrk4ketvto5iig2fhhja3vpyzjuzuawxhizz77jvvwsmwaoyk\",\r\n \"webSpace\": \"clitest.rg53gn2wd76b2dmnu2rrk4ketvto5iig2fhhja3vpyzjuzuawxhizz77jvvwsmwaoyk-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"cli-webapp-nwryqgppzr6kp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343045\",\r\n \"name\": \"webapp-quickteeaolgfcqjq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343045,\r\n \"deletedTimestamp\": \"2020-03-28T10:19:33.809942\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgevu2olczom2e5pjxvsg3mfvlldqnlxeiiptc657oyv3ij7s3vrbpzjs53adqztsra\",\r\n \"webSpace\": \"clitest.rgevu2olczom2e5pjxvsg3mfvlldqnlxeiiptc657oyv3ij7s3vrbpzjs53adqztsra-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"webapp-quickteeaolgfcqjq\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343048\",\r\n \"name\": \"webapp-linux-multiueszq6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343048,\r\n \"deletedTimestamp\": \"2020-03-28T10:20:28.1069626\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg4w4c77oiw3rqsnyopmagoiue2x6upjzi7c54oqa2r3manmnir3d2wwoz6bxkzanmb\",\r\n \"webSpace\": \"clitest.rg4w4c77oiw3rqsnyopmagoiue2x6upjzi7c54oqa2r3manmnir3d2wwoz6bxkzanmb-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-129\",\r\n \"deletedSiteName\": \"webapp-linux-multiueszq6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343049\",\r\n \"name\": \"cli-webapp-nwrfqfdmd3f6m\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343049,\r\n \"deletedTimestamp\": \"2020-03-28T10:20:41.4367789\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgqr63szz5bycdqsa6yiotgrocznf56d4besuc7nowngk6cb3hzosza32f4u4kb2alt\",\r\n \"webSpace\": \"clitest.rgqr63szz5bycdqsa6yiotgrocznf56d4besuc7nowngk6cb3hzosza32f4u4kb2alt-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"cli-webapp-nwrfqfdmd3f6m\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343050\",\r\n \"name\": \"cli-webapp-nwrfqfdmd3f6m\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343050,\r\n \"deletedTimestamp\": \"2020-03-28T10:20:41.7805306\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgqr63szz5bycdqsa6yiotgrocznf56d4besuc7nowngk6cb3hzosza32f4u4kb2alt\",\r\n \"webSpace\": \"clitest.rgqr63szz5bycdqsa6yiotgrocznf56d4besuc7nowngk6cb3hzosza32f4u4kb2alt-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"cli-webapp-nwrfqfdmd3f6m\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343052\",\r\n \"name\": \"backup-webappovlq4eog3pk\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343052,\r\n \"deletedTimestamp\": \"2020-03-28T10:22:44.3797842\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgggac6yfzie4w2cfkdl43yiu3vij7rdk3go24trryyrkmocbtp2o5hfdpjcd74u4ln\",\r\n \"webSpace\": \"clitest.rgggac6yfzie4w2cfkdl43yiu3vij7rdk3go24trryyrkmocbtp2o5hfdpjcd74u4ln-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"backup-webappovlq4eog3pk\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343053\",\r\n \"name\": \"webapp-e2eky2e5ekrjmg3mc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343053,\r\n \"deletedTimestamp\": \"2020-03-28T10:24:05.173001\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgudcn3xpxmxoxn73uun2z4fjuipkejbb3mew2c7oj5uozqgjvd5yvx7qhfutt5ver7\",\r\n \"webSpace\": \"clitest.rgudcn3xpxmxoxn73uun2z4fjuipkejbb3mew2c7oj5uozqgjvd5yvx7qhfutt5ver7-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"webapp-e2eky2e5ekrjmg3mc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343054\",\r\n \"name\": \"webapp-win-logk5a3pgdoey\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343054,\r\n \"deletedTimestamp\": \"2020-03-28T10:25:53.7554424\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rggqozi7ylnx7pvnoxzocfwpzislmathrhnddktnghyor6aexov3weg4hukpwrjzker\",\r\n \"webSpace\": \"clitest.rggqozi7ylnx7pvnoxzocfwpzislmathrhnddktnghyor6aexov3weg4hukpwrjzker-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"webapp-win-logk5a3pgdoey\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343056\",\r\n \"name\": \"webapp-config-testyj3tusumlaj4tmue2lrtsc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343056,\r\n \"deletedTimestamp\": \"2020-03-28T10:27:21.317755\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configydwtipsjhuwxeni3zkzx5ywf4plx5lm5enrkrf5pabf7f33w43a66\",\r\n \"webSpace\": \"cli_test_webapp_configydwtipsjhuwxeni3zkzx5ywf4plx5lm5enrkrf5pabf7f33w43a66-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"webapp-config-testyj3tusumlaj4tmue2lrtsc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343057\",\r\n \"name\": \"web-del-testfezrimrmgyi3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343057,\r\n \"deletedTimestamp\": \"2020-03-28T10:29:08.2062507\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgp6dcbdjuhhtg24wm3v546z4ufoyl4mnravkmtzq7df4qzgk2yuman5yqqtpqjmlwi\",\r\n \"webSpace\": \"clitest.rgp6dcbdjuhhtg24wm3v546z4ufoyl4mnravkmtzq7df4qzgk2yuman5yqqtpqjmlwi-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"web-del-testfezrimrmgyi3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343058\",\r\n \"name\": \"webapp-quick22xe3xcqkjej\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343058,\r\n \"deletedTimestamp\": \"2020-03-28T10:31:40.5753171\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkvnyzbabwos2wr2idquvkmuh7fbo3nr73we7kbehra4bac5q7pzkuk3kkbmtw73mf\",\r\n \"webSpace\": \"clitest.rgkvnyzbabwos2wr2idquvkmuh7fbo3nr73we7kbehra4bac5q7pzkuk3kkbmtw73mf-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"webapp-quick22xe3xcqkjej\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343059\",\r\n \"name\": \"web7foafj6fhnm7lwnp2kedc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343059,\r\n \"deletedTimestamp\": \"2020-03-28T10:32:58.7666905\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg4xzcvfjkakibyeftjx3wiebvglpcfnwexltsvav54cp7brxw3y4s7etns5r7yvcya\",\r\n \"webSpace\": \"clitest.rg4xzcvfjkakibyeftjx3wiebvglpcfnwexltsvav54cp7brxw3y4s7etns5r7yvcya-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"web7foafj6fhnm7lwnp2kedc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343060\",\r\n \"name\": \"webapp-quick-cdyr4bspz2r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343060,\r\n \"deletedTimestamp\": \"2020-03-28T10:35:16.9783954\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg3tjnuredct5dshwufsycsryvwho3qvyistfyjen23qx7zwvvyv5yoc2w5ucppglgk\",\r\n \"webSpace\": \"clitest.rg3tjnuredct5dshwufsycsryvwho3qvyistfyjen23qx7zwvvyv5yoc2w5ucppglgk-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"webapp-quick-cdyr4bspz2r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343061\",\r\n \"name\": \"webapp-config-testoi6cilappuevn5suynbt4s\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343061,\r\n \"deletedTimestamp\": \"2020-03-28T10:37:21.9722452\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_jsonyggivi2yalnqftj42kyjysaxhvnzbtlehndvxvhpl5y37ywny66y3te\",\r\n \"webSpace\": \"cli_test_webapp_jsonyggivi2yalnqftj42kyjysaxhvnzbtlehndvxvhpl5y37ywny66y3te-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"webapp-config-testoi6cilappuevn5suynbt4s\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343064\",\r\n \"name\": \"slot-traffic-webizlpoft6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343064,\r\n \"deletedTimestamp\": \"2020-03-28T10:40:54.9373657\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg2vtgri5bl7z2rqgu6jelflbnqyiwc2ugs4cfvpmxxndmo25v54bxg263x4s3mge7n\",\r\n \"webSpace\": \"clitest.rg2vtgri5bl7z2rqgu6jelflbnqyiwc2ugs4cfvpmxxndmo25v54bxg263x4s3mge7n-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"slot-traffic-webizlpoft6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343065\",\r\n \"name\": \"slot-traffic-webizlpoft6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343065,\r\n \"deletedTimestamp\": \"2020-03-28T10:40:55.2499037\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg2vtgri5bl7z2rqgu6jelflbnqyiwc2ugs4cfvpmxxndmo25v54bxg263x4s3mge7n\",\r\n \"webSpace\": \"clitest.rg2vtgri5bl7z2rqgu6jelflbnqyiwc2ugs4cfvpmxxndmo25v54bxg263x4s3mge7n-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"slot-traffic-webizlpoft6\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343067\",\r\n \"name\": \"slot-test-webaosapk4hl73\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343067,\r\n \"deletedTimestamp\": \"2020-03-28T10:42:43.5655192\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjuut2fteso2sx2v56vsu7uw6zdulxmsne63qiuizhndvq3oh4oynyzlj6g47vvade\",\r\n \"webSpace\": \"clitest.rgjuut2fteso2sx2v56vsu7uw6zdulxmsne63qiuizhndvq3oh4oynyzlj6g47vvade-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"slot-test-webaosapk4hl73\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343068\",\r\n \"name\": \"slot-test-webaosapk4hl73\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343068,\r\n \"deletedTimestamp\": \"2020-03-28T10:42:53.1651069\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjuut2fteso2sx2v56vsu7uw6zdulxmsne63qiuizhndvq3oh4oynyzlj6g47vvade\",\r\n \"webSpace\": \"clitest.rgjuut2fteso2sx2v56vsu7uw6zdulxmsne63qiuizhndvq3oh4oynyzlj6g47vvade-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"slot-test-webaosapk4hl73\",\r\n \"slot\": \"dev\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343070\",\r\n \"name\": \"slot-test-webaosapk4hl73\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343070,\r\n \"deletedTimestamp\": \"2020-03-28T10:43:33.1992735\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjuut2fteso2sx2v56vsu7uw6zdulxmsne63qiuizhndvq3oh4oynyzlj6g47vvade\",\r\n \"webSpace\": \"clitest.rgjuut2fteso2sx2v56vsu7uw6zdulxmsne63qiuizhndvq3oh4oynyzlj6g47vvade-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"slot-test-webaosapk4hl73\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343071\",\r\n \"name\": \"slot-traffic-webokpd664z\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343071,\r\n \"deletedTimestamp\": \"2020-03-28T10:44:19.8284578\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg3dosqcqy7jprzfogobvtgx67ez7uw5nq4jv4ttxocbyoazpwputsdhj6erdndbcj2\",\r\n \"webSpace\": \"clitest.rg3dosqcqy7jprzfogobvtgx67ez7uw5nq4jv4ttxocbyoazpwputsdhj6erdndbcj2-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"slot-traffic-webokpd664z\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343072\",\r\n \"name\": \"slot-traffic-webokpd664z\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343072,\r\n \"deletedTimestamp\": \"2020-03-28T10:44:20.1434447\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg3dosqcqy7jprzfogobvtgx67ez7uw5nq4jv4ttxocbyoazpwputsdhj6erdndbcj2\",\r\n \"webSpace\": \"clitest.rg3dosqcqy7jprzfogobvtgx67ez7uw5nq4jv4ttxocbyoazpwputsdhj6erdndbcj2-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"slot-traffic-webokpd664z\",\r\n \"slot\": \"slot1\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343076\",\r\n \"name\": \"slot-swap-webhimih7sfxlc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343076,\r\n \"deletedTimestamp\": \"2020-03-28T10:47:04.4022306\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgmzvgbwa4u7ajewf245thxyxghyhunoqzteqoh27kgs52fi6brfqjlqellzkzw7rte\",\r\n \"webSpace\": \"clitest.rgmzvgbwa4u7ajewf245thxyxghyhunoqzteqoh27kgs52fi6brfqjlqellzkzw7rte-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"slot-swap-webhimih7sfxlc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343077\",\r\n \"name\": \"slot-swap-webhimih7sfxlc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343077,\r\n \"deletedTimestamp\": \"2020-03-28T10:47:04.7147688\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgmzvgbwa4u7ajewf245thxyxghyhunoqzteqoh27kgs52fi6brfqjlqellzkzw7rte\",\r\n \"webSpace\": \"clitest.rgmzvgbwa4u7ajewf245thxyxghyhunoqzteqoh27kgs52fi6brfqjlqellzkzw7rte-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"slot-swap-webhimih7sfxlc\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343081\",\r\n \"name\": \"delete-me-webkntrgypw6gm\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343081,\r\n \"deletedTimestamp\": \"2020-03-28T10:48:14.4426995\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgzqjyhaqtm3ecb2zcgsy24lrvtnkvqowfz2q4j6rdrvf4y5sphgo7zfsvatgi3yioe\",\r\n \"webSpace\": \"clitest.rgzqjyhaqtm3ecb2zcgsy24lrvtnkvqowfz2q4j6rdrvf4y5sphgo7zfsvatgi3yioe-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"delete-me-webkntrgypw6gm\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343082\",\r\n \"name\": \"web-ssl-testug3yucqp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343082,\r\n \"deletedTimestamp\": \"2020-03-28T10:48:30.5381141\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkiaelikkt3apel26eh3ba3yxevkoelspz3pxvync44bea64kh2pw6rbxrd4kkq4c2\",\r\n \"webSpace\": \"clitest.rgkiaelikkt3apel26eh3ba3yxevkoelspz3pxvync44bea64kh2pw6rbxrd4kkq4c2-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"web-ssl-testug3yucqp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343083\",\r\n \"name\": \"web-ssl-testug3yucqp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343083,\r\n \"deletedTimestamp\": \"2020-03-28T10:48:30.9131063\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkiaelikkt3apel26eh3ba3yxevkoelspz3pxvync44bea64kh2pw6rbxrd4kkq4c2\",\r\n \"webSpace\": \"clitest.rgkiaelikkt3apel26eh3ba3yxevkoelspz3pxvync44bea64kh2pw6rbxrd4kkq4c2-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"web-ssl-testug3yucqp\",\r\n \"slot\": \"slot-ssl-test5bnlmsn\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343089\",\r\n \"name\": \"webapp-update-testmn2stcodqgdv42liq7vk2f\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343089,\r\n \"deletedTimestamp\": \"2020-03-28T10:50:12.2972039\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_updatemuc7nf5xwjqubuhm7mrcg54nvwrwggarfskeq3szydg7475bpmfxn\",\r\n \"webSpace\": \"cli_test_webapp_updatemuc7nf5xwjqubuhm7mrcg54nvwrwggarfskeq3szydg7475bpmfxn-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"webapp-update-testmn2stcodqgdv42liq7vk2f\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343090\",\r\n \"name\": \"webapp-update-testmn2stcodqgdv42liq7vk2f\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343090,\r\n \"deletedTimestamp\": \"2020-03-28T10:50:12.626978\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_updatemuc7nf5xwjqubuhm7mrcg54nvwrwggarfskeq3szydg7475bpmfxn\",\r\n \"webSpace\": \"cli_test_webapp_updatemuc7nf5xwjqubuhm7mrcg54nvwrwggarfskeq3szydg7475bpmfxn-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"webapp-update-testmn2stcodqgdv42liq7vk2f\",\r\n \"slot\": \"s1\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343091\",\r\n \"name\": \"web-git-test2hp6ect62qkb\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343091,\r\n \"deletedTimestamp\": \"2020-03-28T10:51:18.5309919\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgbdzidws5acrxnomxznl6ay4c47ycjkgb7g2fnjw55rmtjvyi2eghakfkljswiwqhx\",\r\n \"webSpace\": \"clitest.rgbdzidws5acrxnomxznl6ay4c47ycjkgb7g2fnjw55rmtjvyi2eghakfkljswiwqhx-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"web-git-test2hp6ect62qkb\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343092\",\r\n \"name\": \"webapp-update-testxdbhdnzs72ezgfzhzqjyxq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343092,\r\n \"deletedTimestamp\": \"2020-03-28T10:51:30.0741775\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_updateixhggvd6y7z2cobvlj5fsfmlwow6zkdsuztxpajxvkbbz4rqg7625\",\r\n \"webSpace\": \"cli_test_webapp_updateixhggvd6y7z2cobvlj5fsfmlwow6zkdsuztxpajxvkbbz4rqg7625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"webapp-update-testxdbhdnzs72ezgfzhzqjyxq\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343093\",\r\n \"name\": \"webapp-update-testxdbhdnzs72ezgfzhzqjyxq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343093,\r\n \"deletedTimestamp\": \"2020-03-28T10:51:30.5275054\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_updateixhggvd6y7z2cobvlj5fsfmlwow6zkdsuztxpajxvkbbz4rqg7625\",\r\n \"webSpace\": \"cli_test_webapp_updateixhggvd6y7z2cobvlj5fsfmlwow6zkdsuztxpajxvkbbz4rqg7625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"webapp-update-testxdbhdnzs72ezgfzhzqjyxq\",\r\n \"slot\": \"s1\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343094\",\r\n \"name\": \"webapp-zipDeploy-testcioxler5a654f6eah2q\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343094,\r\n \"deletedTimestamp\": \"2020-03-28T10:52:07.729501\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_zipDeploy4dgneuz3757uvleaojgvwq3wg4hohgr2npn7ugbtnvacvrhoo6\",\r\n \"webSpace\": \"cli_test_webapp_zipDeploy4dgneuz3757uvleaojgvwq3wg4hohgr2npn7ugbtnvacvrhoo6-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"webapp-zipDeploy-testcioxler5a654f6eah2q\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343095\",\r\n \"name\": \"webapp-create-alwaysOn-e2ef52px4h7bnlnxtehbq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343095,\r\n \"deletedTimestamp\": \"2020-03-28T10:52:27.1352813\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_alwaysOnp2xcc5xs4xbsbvgyynriidlzyvjuk5ai4gigghlh65pkuthofmd\",\r\n \"webSpace\": \"cli_test_webapp_alwaysOnp2xcc5xs4xbsbvgyynriidlzyvjuk5ai4gigghlh65pkuthofmd-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"webapp-create-alwaysOn-e2ef52px4h7bnlnxtehbq\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343096\",\r\n \"name\": \"webapp-linux-freez6h3ppn\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343096,\r\n \"deletedTimestamp\": \"2020-03-28T10:53:03.6750742\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_linux_freenrmokied4avgj3izxm57y6g4rkl6g6hpaurywctsspe3gaetw\",\r\n \"webSpace\": \"cli_test_webapp_linux_freenrmokied4avgj3izxm57y6g4rkl6g6hpaurywctsspe3gaetw-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-139\",\r\n \"deletedSiteName\": \"webapp-linux-freez6h3ppn\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343097\",\r\n \"name\": \"webapp-hyperv-e2ewnc5av7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343097,\r\n \"deletedTimestamp\": \"2020-03-28T10:53:50.0528748\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgj5ka2x6srweugd2qztq64nzoqz2tonzofjgbmckbfottoalxlfmnm4enaugwmglxy\",\r\n \"webSpace\": \"clitest.rgj5ka2x6srweugd2qztq64nzoqz2tonzofjgbmckbfottoalxlfmnm4enaugwmglxy-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"webapp-hyperv-e2ewnc5av7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343099\",\r\n \"name\": \"web-msihaahnpmneib4m\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343099,\r\n \"deletedTimestamp\": \"2020-03-28T10:54:06.7001344\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgl5edb346kwqc73z4zxa3yfhjdmaneqnuuizxozkng6ppweckxkvxndlndo3sxhjjn\",\r\n \"webSpace\": \"clitest.rgl5edb346kwqc73z4zxa3yfhjdmaneqnuuizxozkng6ppweckxkvxndlndo3sxhjjn-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"web-msihaahnpmneib4m\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343100\",\r\n \"name\": \"webapp-authentication-testkdk5lssotkjwuu\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343100,\r\n \"deletedTimestamp\": \"2020-03-28T10:54:27.0738561\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_authenticationhozmhijdvqmvl2axv32mmb2b7mseqghgji2w5kib2tlke\",\r\n \"webSpace\": \"cli_test_webapp_authenticationhozmhijdvqmvl2axv32mmb2b7mseqghgji2w5kib2tlke-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"webapp-authentication-testkdk5lssotkjwuu\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343101\",\r\n \"name\": \"swiftwebappcrngn7i7oyazl\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343101,\r\n \"deletedTimestamp\": \"2020-03-28T10:54:49.9426375\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg5noyuf35fe7oteesqjxioq252r3vktoku33lflb5oqjjhcsm6lzet6wha7ye3pvuc\",\r\n \"webSpace\": \"clitest.rg5noyuf35fe7oteesqjxioq252r3vktoku33lflb5oqjjhcsm6lzet6wha7ye3pvuc-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"swiftwebappcrngn7i7oyazl\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343103\",\r\n \"name\": \"web-error2weut2jyclhxcig\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343103,\r\n \"deletedTimestamp\": \"2020-03-28T10:56:30.4353221\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rge5pdf4uaykkbzs4czwyhj4pfo4dtfvri5bprsi4yl73tqwc6cjq4y2rnn4lruinew\",\r\n \"webSpace\": \"clitest.rge5pdf4uaykkbzs4czwyhj4pfo4dtfvri5bprsi4yl73tqwc6cjq4y2rnn4lruinew-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"web-error2weut2jyclhxcig\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343104\",\r\n \"name\": \"hcwebappd4msx6uxhvtfdz2s\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343104,\r\n \"deletedTimestamp\": \"2020-03-28T10:57:00.226651\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgev2ihgsmle26hygxcdmdbstzieeuhjajxbvbxyiimvyr326tq2tbuwldxzsbgeapr\",\r\n \"webSpace\": \"clitest.rgev2ihgsmle26hygxcdmdbstzieeuhjajxbvbxyiimvyr326tq2tbuwldxzsbgeapr-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"hcwebappd4msx6uxhvtfdz2s\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343107\",\r\n \"name\": \"swiftwebappusjz2huppeslf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343107,\r\n \"deletedTimestamp\": \"2020-03-28T11:06:25.8608418\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg4pw7rwwgzoye3dqflgnvzrmiuclfimvi6dlqrsdi77w4mryeg2uyclv5chbr5geg7\",\r\n \"webSpace\": \"clitest.rg4pw7rwwgzoye3dqflgnvzrmiuclfimvi6dlqrsdi77w4mryeg2uyclv5chbr5geg7-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"swiftwebappusjz2huppeslf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343122\",\r\n \"name\": \"swiftwebappsfgzg7cy7ltrg\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343122,\r\n \"deletedTimestamp\": \"2020-03-28T11:21:49.4947807\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgtfwu6eyb6hwuon4j7hvmf4u3nelgtz533yq45zg3572fbvaff5fdkei4ptpcqycwo\",\r\n \"webSpace\": \"clitest.rgtfwu6eyb6hwuon4j7hvmf4u3nelgtz533yq45zg3572fbvaff5fdkei4ptpcqycwo-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"swiftwebappsfgzg7cy7ltrg\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343123\",\r\n \"name\": \"swiftwebappshezibvqxs5l2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343123,\r\n \"deletedTimestamp\": \"2020-03-28T11:24:31.6426528\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgb23pgc6i6f3lm5xnltmab4zydnlqs6x3qmd7grvylpmavb2654lt7qzjtfcsl4uxr\",\r\n \"webSpace\": \"clitest.rgb23pgc6i6f3lm5xnltmab4zydnlqs6x3qmd7grvylpmavb2654lt7qzjtfcsl4uxr-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"swiftwebappshezibvqxs5l2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343125\",\r\n \"name\": \"webapp-config-testi2fgji6zzokur5dmamty5s\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343125,\r\n \"deletedTimestamp\": \"2020-03-28T11:33:10.4700649\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configqou6rh3lko26b2urzunzcyojunjjgmgz2zg22eccsyjx3g5smnd3g\",\r\n \"webSpace\": \"cli_test_webapp_configqou6rh3lko26b2urzunzcyojunjjgmgz2zg22eccsyjx3g5smnd3g-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"webapp-config-testi2fgji6zzokur5dmamty5s\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/343870\",\r\n \"name\": \"ps2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 343870,\r\n \"deletedTimestamp\": \"2020-03-29T09:05:20.0966916\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps693\",\r\n \"webSpace\": \"ps693-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345303\",\r\n \"name\": \"cli-webapp-nwrpnkdgtky7q\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345303,\r\n \"deletedTimestamp\": \"2020-03-30T12:07:09.4879718\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgbu26xlm7lrd4bcindrxfrlmt64skb4ezlfx35kx2thfypducedvp4xrd7egmwa6st\",\r\n \"webSpace\": \"clitest.rgbu26xlm7lrd4bcindrxfrlmt64skb4ezlfx35kx2thfypducedvp4xrd7egmwa6st-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"cli-webapp-nwrpnkdgtky7q\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345363\",\r\n \"name\": \"cli-webapp-nwrp4row65i6n\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345363,\r\n \"deletedTimestamp\": \"2020-03-30T12:42:47.1913611\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg77j5cx7dobs7ar6ul4xeq2pu6c4gqv3ofdabl2swwwlfprswt4xwyqqebp745bdiu\",\r\n \"webSpace\": \"clitest.rg77j5cx7dobs7ar6ul4xeq2pu6c4gqv3ofdabl2swwwlfprswt4xwyqqebp745bdiu-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"cli-webapp-nwrp4row65i6n\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345402\",\r\n \"name\": \"cli-webapp-nwrnzhxwf743z\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345402,\r\n \"deletedTimestamp\": \"2020-03-30T12:54:33.5977284\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgdup72s4i37hjq7f3ge2ram2oetyta4p6w36qm35ugc4azxmdianynmvovadux5wjx\",\r\n \"webSpace\": \"clitest.rgdup72s4i37hjq7f3ge2ram2oetyta4p6w36qm35ugc4azxmdianynmvovadux5wjx-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"cli-webapp-nwrnzhxwf743z\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345428\",\r\n \"name\": \"cli-webapp-nwr6v3lvg7hfi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345428,\r\n \"deletedTimestamp\": \"2020-03-30T13:01:39.5438028\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgvmzn3uekjwasiqyi6xd5xozivu7uj7dg2ugqvj53u3jmdndvktnvep7gmabknnuqk\",\r\n \"webSpace\": \"clitest.rgvmzn3uekjwasiqyi6xd5xozivu7uj7dg2ugqvj53u3jmdndvktnvep7gmabknnuqk-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"cli-webapp-nwr6v3lvg7hfi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345478\",\r\n \"name\": \"test-functionapp-ukdil5i\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345478,\r\n \"deletedTimestamp\": \"2020-03-30T13:14:56.4243405\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgyxehwkuh3kcvhgkgtgzwnj3yvockjqwreof7co2jd4fxui56qwoy7gysl5thc5fxs\",\r\n \"webSpace\": \"clitest.rgyxehwkuh3kcvhgkgtgzwnj3yvockjqwreof7co2jd4fxui56qwoy7gysl5thc5fxs-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"test-functionapp-ukdil5i\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345479\",\r\n \"name\": \"test-functionapp-efdkwgi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345479,\r\n \"deletedTimestamp\": \"2020-03-30T13:14:58.4948412\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgz2ff3wmbmiwpiwml2e6qm4log5tlmrocjfeftixnq2lm2ilmjd7zdq2lpu6xrlwa7\",\r\n \"webSpace\": \"clitest.rgz2ff3wmbmiwpiwml2e6qm4log5tlmrocjfeftixnq2lm2ilmjd7zdq2lpu6xrlwa7-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"test-functionapp-efdkwgi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345480\",\r\n \"name\": \"test-functionapp-jgg43wr\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345480,\r\n \"deletedTimestamp\": \"2020-03-30T13:14:59.3730415\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgpvb7xnrkvfgnpppn6tufs7ohfj2fh23yrzcc2xcuw4epk2klwnn4463z2svufauk6\",\r\n \"webSpace\": \"clitest.rgpvb7xnrkvfgnpppn6tufs7ohfj2fh23yrzcc2xcuw4epk2klwnn4463z2svufauk6-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"test-functionapp-jgg43wr\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345481\",\r\n \"name\": \"test-functionapp-re6imxl\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345481,\r\n \"deletedTimestamp\": \"2020-03-30T13:15:03.1725754\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgmn6q6rxkhyj225b32n5fatcckh3tmxfwws7ibpgcycoj6f5v6szdaxm2ztxp255v5\",\r\n \"webSpace\": \"clitest.rgmn6q6rxkhyj225b32n5fatcckh3tmxfwws7ibpgcycoj6f5v6szdaxm2ztxp255v5-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"test-functionapp-re6imxl\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345507\",\r\n \"name\": \"cli-funcapp-nwrlzlqe3db4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345507,\r\n \"deletedTimestamp\": \"2020-03-30T13:18:13.554846\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkb6udp3ox5bksig6na2fqyykewc7agbwbm27wubwbe7qbwgyy3quswtwvrl76rk54\",\r\n \"webSpace\": \"clitest.rgkb6udp3ox5bksig6na2fqyykewc7agbwbm27wubwbe7qbwgyy3quswtwvrl76rk54-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-027\",\r\n \"deletedSiteName\": \"cli-funcapp-nwrlzlqe3db4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345509\",\r\n \"name\": \"cli-funcapp-nwr7m5qrga6h\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345509,\r\n \"deletedTimestamp\": \"2020-03-30T13:18:29.2068801\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgij2j63xwh74jaz55g6b2t3zrisnsv2opa46kfploosqahc6uaowkj6ztanzlaixmy\",\r\n \"webSpace\": \"clitest.rgij2j63xwh74jaz55g6b2t3zrisnsv2opa46kfploosqahc6uaowkj6ztanzlaixmy-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"cli-funcapp-nwr7m5qrga6h\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/345513\",\r\n \"name\": \"cli-funcapp-nwrycvp2vuhy\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 345513,\r\n \"deletedTimestamp\": \"2020-03-30T13:19:08.9302251\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgm7267n33myai6m7b5yjstoyzlifr3uecvldiabdwt332o5zwqndlzq7xdwlbaz65u\",\r\n \"webSpace\": \"clitest.rgm7267n33myai6m7b5yjstoyzlifr3uecvldiabdwt332o5zwqndlzq7xdwlbaz65u-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"cli-funcapp-nwrycvp2vuhy\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356199\",\r\n \"name\": \"app43rodi45mnqp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356199,\r\n \"deletedTimestamp\": \"2020-04-03T05:12:19.6607963\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_metric_alert_v23f3otqxsqxrwhnnppgw3pawjizn3ynoqakasaxl2on62wgu32sh\",\r\n \"webSpace\": \"cli_test_metric_alert_v23f3otqxsqxrwhnnppgw3pawjizn3ynoqakasaxl2on62wgu32sh-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"app43rodi45mnqp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356282\",\r\n \"name\": \"webapp-config-appsettings-test3pyhmees5b\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356282,\r\n \"deletedTimestamp\": \"2020-04-03T06:13:40.2593566\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_config_appsettings4tcqewrfdiia4ryhtq3fbwmnvffsdxmaxfydffogp\",\r\n \"webSpace\": \"cli_test_webapp_config_appsettings4tcqewrfdiia4ryhtq3fbwmnvffsdxmaxfydffogp-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"webapp-config-appsettings-test3pyhmees5b\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356291\",\r\n \"name\": \"cli-webapp-nwrmtw5bedib2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356291,\r\n \"deletedTimestamp\": \"2020-04-03T06:26:46.7544807\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgusxbxkbij6flg53ratul4xlw6u7y55qknnyhxxqgkz3why2ef4p3pnm2c2mpfp5bn\",\r\n \"webSpace\": \"clitest.rgusxbxkbij6flg53ratul4xlw6u7y55qknnyhxxqgkz3why2ef4p3pnm2c2mpfp5bn-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"cli-webapp-nwrmtw5bedib2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356293\",\r\n \"name\": \"cli-webapp-nwrhvweoayq74\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356293,\r\n \"deletedTimestamp\": \"2020-04-03T06:27:45.6189173\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgbmcqfhzr4kwdmnnprkhyz5isx7oobnrofskhtijrwuvf57bwk624to2m7thgxxyho\",\r\n \"webSpace\": \"clitest.rgbmcqfhzr4kwdmnnprkhyz5isx7oobnrofskhtijrwuvf57bwk624to2m7thgxxyho-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"cli-webapp-nwrhvweoayq74\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356294\",\r\n \"name\": \"cli-webapp-nwr2jjtnysvjo\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356294,\r\n \"deletedTimestamp\": \"2020-04-03T06:28:08.4181748\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgug54uxk47f53r76426hzz4au553au4haigxla7nqv5ljk7bkhjxnpltbehxj2tlnr\",\r\n \"webSpace\": \"clitest.rgug54uxk47f53r76426hzz4au553au4haigxla7nqv5ljk7bkhjxnpltbehxj2tlnr-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"cli-webapp-nwr2jjtnysvjo\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356295\",\r\n \"name\": \"cli-webapp-nwr73b2gmergh\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356295,\r\n \"deletedTimestamp\": \"2020-04-03T06:28:20.2063048\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg5srbbpyjf4elgxuc3f2qckntis4zgjdb7sbagky7buzutplbemjhv67i2wyiap3tk\",\r\n \"webSpace\": \"clitest.rg5srbbpyjf4elgxuc3f2qckntis4zgjdb7sbagky7buzutplbemjhv67i2wyiap3tk-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"cli-webapp-nwr73b2gmergh\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356296\",\r\n \"name\": \"cli-webapp-nwrzcsga45cbq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356296,\r\n \"deletedTimestamp\": \"2020-04-03T06:28:59.5359048\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg7y3m4ay55jti6rou2rfsaw52nfiiz5zvcr4kcoe6lly7lbxpc5rkzfodyoh5ixc6d\",\r\n \"webSpace\": \"clitest.rg7y3m4ay55jti6rou2rfsaw52nfiiz5zvcr4kcoe6lly7lbxpc5rkzfodyoh5ixc6d-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"cli-webapp-nwrzcsga45cbq\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356297\",\r\n \"name\": \"cli-webapp-nwr2lopwypbz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356297,\r\n \"deletedTimestamp\": \"2020-04-03T06:29:10.7380524\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgnhwbomegypvk6tscwnmtcwrq2i7rd66twri3ysserwwqkar527y2dada3dmah4qpd\",\r\n \"webSpace\": \"clitest.rgnhwbomegypvk6tscwnmtcwrq2i7rd66twri3ysserwwqkar527y2dada3dmah4qpd-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"cli-webapp-nwr2lopwypbz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356299\",\r\n \"name\": \"cli-webapp-nwruqxxgxuqsp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356299,\r\n \"deletedTimestamp\": \"2020-04-03T06:29:23.006133\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgnlgkchycnapv2n4f3wvzwnwycdl2374yliyuljvl5bpyrzeauqle66tff47fsftry\",\r\n \"webSpace\": \"clitest.rgnlgkchycnapv2n4f3wvzwnwycdl2374yliyuljvl5bpyrzeauqle66tff47fsftry-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"cli-webapp-nwruqxxgxuqsp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356300\",\r\n \"name\": \"webInOtherRG\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356300,\r\n \"deletedTimestamp\": \"2020-04-03T06:30:01.8652742\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgvlcnte4lh4c5so5jafvijgd5mtsyqfdwjcwrdicrmiebwfbzlwpmocc3zhydemepf\",\r\n \"webSpace\": \"clitest.rgvlcnte4lh4c5so5jafvijgd5mtsyqfdwjcwrdicrmiebwfbzlwpmocc3zhydemepf-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"webInOtherRG\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356301\",\r\n \"name\": \"cli-webapp-nwrdzcrv6mxde\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356301,\r\n \"deletedTimestamp\": \"2020-04-03T06:30:04.5852542\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg7eqsvvvk4eadqv2lebgo25kcktyirenz7vtjecw3gnsy4vvrzdwciubulq4kje4zx\",\r\n \"webSpace\": \"clitest.rg7eqsvvvk4eadqv2lebgo25kcktyirenz7vtjecw3gnsy4vvrzdwciubulq4kje4zx-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"cli-webapp-nwrdzcrv6mxde\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356302\",\r\n \"name\": \"cli-webapp-nwr7q46ifg7dn\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356302,\r\n \"deletedTimestamp\": \"2020-04-03T06:30:32.7307853\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg7s32dtmiaupm7dbebxbxf3to5hvl35kccxvfdttqtglxxjc5lsplesp5u54v3e4g6\",\r\n \"webSpace\": \"clitest.rg7s32dtmiaupm7dbebxbxf3to5hvl35kccxvfdttqtglxxjc5lsplesp5u54v3e4g6-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"cli-webapp-nwr7q46ifg7dn\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356314\",\r\n \"name\": \"webapp-quickjm6c655bwacq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356314,\r\n \"deletedTimestamp\": \"2020-04-03T06:31:29.3044551\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgtun5lnnnvtpagcq4itqdepf3teallq4fykmgdjvwrcyb6ptum5tjstq4hvt3c2lke\",\r\n \"webSpace\": \"clitest.rgtun5lnnnvtpagcq4itqdepf3teallq4fykmgdjvwrcyb6ptum5tjstq4hvt3c2lke-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"webapp-quickjm6c655bwacq\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356316\",\r\n \"name\": \"webapp-linux-multizmx6h4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356316,\r\n \"deletedTimestamp\": \"2020-04-03T06:31:45.0259065\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgd5chlqf4ucvhjhiwbovgwmyyctspsrbgk4fzpcop4qzzeovd6qkw3wot2oiz5qiys\",\r\n \"webSpace\": \"clitest.rgd5chlqf4ucvhjhiwbovgwmyyctspsrbgk4fzpcop4qzzeovd6qkw3wot2oiz5qiys-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-081\",\r\n \"deletedSiteName\": \"webapp-linux-multizmx6h4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356318\",\r\n \"name\": \"cli-webapp-nwri73oipy3gb\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356318,\r\n \"deletedTimestamp\": \"2020-04-03T06:32:54.2981138\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg5f3avi67xkkkghtexdk6wwpttuqqp3mc4jj3zpq2kyxvdr4b7gkwt6tdn7udpm5qq\",\r\n \"webSpace\": \"clitest.rg5f3avi67xkkkghtexdk6wwpttuqqp3mc4jj3zpq2kyxvdr4b7gkwt6tdn7udpm5qq-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"cli-webapp-nwri73oipy3gb\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356319\",\r\n \"name\": \"cli-webapp-nwri73oipy3gb\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356319,\r\n \"deletedTimestamp\": \"2020-04-03T06:32:54.8606857\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg5f3avi67xkkkghtexdk6wwpttuqqp3mc4jj3zpq2kyxvdr4b7gkwt6tdn7udpm5qq\",\r\n \"webSpace\": \"clitest.rg5f3avi67xkkkghtexdk6wwpttuqqp3mc4jj3zpq2kyxvdr4b7gkwt6tdn7udpm5qq-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"cli-webapp-nwri73oipy3gb\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356320\",\r\n \"name\": \"webapp-config-test6vjhh2zyin5sktwky5f5wv\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356320,\r\n \"deletedTimestamp\": \"2020-04-03T06:33:23.2764927\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configavcd4xhrqr4lxwqubcm6jmlbhi5vgtiaa43ms65hkccwge2hkw4ja\",\r\n \"webSpace\": \"cli_test_webapp_configavcd4xhrqr4lxwqubcm6jmlbhi5vgtiaa43ms65hkccwge2hkw4ja-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"webapp-config-test6vjhh2zyin5sktwky5f5wv\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356321\",\r\n \"name\": \"backup-webappx2xhjw363z7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356321,\r\n \"deletedTimestamp\": \"2020-04-03T06:33:31.7741159\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgxkzfvogg3j6ynmivvko7hy47ewz722xvyhyfmkgabcnz556i7v3rti3seeli6vbss\",\r\n \"webSpace\": \"clitest.rgxkzfvogg3j6ynmivvko7hy47ewz722xvyhyfmkgabcnz556i7v3rti3seeli6vbss-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"backup-webappx2xhjw363z7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356322\",\r\n \"name\": \"webapp-e2ewmo646z5f7y5m7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356322,\r\n \"deletedTimestamp\": \"2020-04-03T06:35:23.982792\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg4shvgqlyooganvtldqyps72hdex2frnnnyql3utwwszm7ftfiidfl3dxug33alfyh\",\r\n \"webSpace\": \"clitest.rg4shvgqlyooganvtldqyps72hdex2frnnnyql3utwwszm7ftfiidfl3dxug33alfyh-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"webapp-e2ewmo646z5f7y5m7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356324\",\r\n \"name\": \"webapp-win-logrmyd244nvq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356324,\r\n \"deletedTimestamp\": \"2020-04-03T06:36:23.3461727\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgox7l3ppi3vj7ykfqpf67urxuduhgfmpmhx6foknnx5hgx7mtyh4dhyiuy2fu7n22t\",\r\n \"webSpace\": \"clitest.rgox7l3ppi3vj7ykfqpf67urxuduhgfmpmhx6foknnx5hgx7mtyh4dhyiuy2fu7n22t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"webapp-win-logrmyd244nvq\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356326\",\r\n \"name\": \"web-del-test3y7r3wlsrsaj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356326,\r\n \"deletedTimestamp\": \"2020-04-03T06:36:35.0435749\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg66ufpl53gkm7ogsnbg7bgtjioec43yjhi6b3xom3kokiyhdsiysvxnqaytgoqtqsk\",\r\n \"webSpace\": \"clitest.rg66ufpl53gkm7ogsnbg7bgtjioec43yjhi6b3xom3kokiyhdsiysvxnqaytgoqtqsk-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"web-del-test3y7r3wlsrsaj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356328\",\r\n \"name\": \"webapp-quick5zjxtstxo2ho\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356328,\r\n \"deletedTimestamp\": \"2020-04-03T06:37:27.0022373\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgqjv6knidapkijmffk4qu6e7p6ilvd66dvoemzy2louby7zrp6yg5xndotjm3wxvib\",\r\n \"webSpace\": \"clitest.rgqjv6knidapkijmffk4qu6e7p6ilvd66dvoemzy2louby7zrp6yg5xndotjm3wxvib-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"webapp-quick5zjxtstxo2ho\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356329\",\r\n \"name\": \"webnmhmlfkgeqzoyetpx6yhd\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356329,\r\n \"deletedTimestamp\": \"2020-04-03T06:38:19.0380337\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgnvz6dkszo2w3amyiv2yzaa4esfwu4oijzsd7uskq7sdmqomtnpguxfns4kouwt6t3\",\r\n \"webSpace\": \"clitest.rgnvz6dkszo2w3amyiv2yzaa4esfwu4oijzsd7uskq7sdmqomtnpguxfns4kouwt6t3-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"webnmhmlfkgeqzoyetpx6yhd\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356330\",\r\n \"name\": \"webapp-config-testg6rqg25yoen2lyul3llptj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356330,\r\n \"deletedTimestamp\": \"2020-04-03T06:38:20.4130804\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configtau2u4v5fsc6z4o3r376ilagtwh3vmyzm62apxdsnlxwfdommqbzf\",\r\n \"webSpace\": \"cli_test_webapp_configtau2u4v5fsc6z4o3r376ilagtwh3vmyzm62apxdsnlxwfdommqbzf-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"webapp-config-testg6rqg25yoen2lyul3llptj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356333\",\r\n \"name\": \"webapp-config-testkzg7xj5wm55k2zgrtad5wn\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356333,\r\n \"deletedTimestamp\": \"2020-04-03T06:40:10.1221042\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_json377kpqkylgdkoj35cz5futqdggvpfitcgz2rgocekijud632ozhivam\",\r\n \"webSpace\": \"cli_test_webapp_json377kpqkylgdkoj35cz5futqdggvpfitcgz2rgocekijud632ozhivam-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"webapp-config-testkzg7xj5wm55k2zgrtad5wn\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356337\",\r\n \"name\": \"slot-traffic-webhafizi7t\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356337,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:01.524667\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgv6dcdy2idotgda5hvi2o37typg4w7zpaezi26natl5gx6u374fuzuhxuairhw4iax\",\r\n \"webSpace\": \"clitest.rgv6dcdy2idotgda5hvi2o37typg4w7zpaezi26natl5gx6u374fuzuhxuairhw4iax-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"slot-traffic-webhafizi7t\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356338\",\r\n \"name\": \"slot-traffic-webhafizi7t\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356338,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:01.8059216\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgv6dcdy2idotgda5hvi2o37typg4w7zpaezi26natl5gx6u374fuzuhxuairhw4iax\",\r\n \"webSpace\": \"clitest.rgv6dcdy2idotgda5hvi2o37typg4w7zpaezi26natl5gx6u374fuzuhxuairhw4iax-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"slot-traffic-webhafizi7t\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356339\",\r\n \"name\": \"webapp-quick-cd2dhnlkpbg\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356339,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:06.6657514\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkwa66pw4tcnmytkmewsbsvgnshvnalp7wrfc4kphgaiqn7g7llcurvbgrlyrmnwk4\",\r\n \"webSpace\": \"clitest.rgkwa66pw4tcnmytkmewsbsvgnshvnalp7wrfc4kphgaiqn7g7llcurvbgrlyrmnwk4-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"webapp-quick-cd2dhnlkpbg\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356346\",\r\n \"name\": \"slot-traffic-webwtip3gil\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356346,\r\n \"deletedTimestamp\": \"2020-04-03T06:44:41.831886\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgk6x2jvdjqkntxmylpbg7zqr6a5nxl6dnlvckq2eqn76evst7wrvs2k252zsnes74a\",\r\n \"webSpace\": \"clitest.rgk6x2jvdjqkntxmylpbg7zqr6a5nxl6dnlvckq2eqn76evst7wrvs2k252zsnes74a-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"slot-traffic-webwtip3gil\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356347\",\r\n \"name\": \"slot-traffic-webwtip3gil\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356347,\r\n \"deletedTimestamp\": \"2020-04-03T06:44:42.4568546\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgk6x2jvdjqkntxmylpbg7zqr6a5nxl6dnlvckq2eqn76evst7wrvs2k252zsnes74a\",\r\n \"webSpace\": \"clitest.rgk6x2jvdjqkntxmylpbg7zqr6a5nxl6dnlvckq2eqn76evst7wrvs2k252zsnes74a-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"slot-traffic-webwtip3gil\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356351\",\r\n \"name\": \"slot-traffic-webgqzmcn72\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356351,\r\n \"deletedTimestamp\": \"2020-04-03T06:45:46.3394155\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rglgupkf7kz7peyeahkgedl4nwpv2rmyp52cfhjqznnykywnhhvzbsyzdi3i5iogyxg\",\r\n \"webSpace\": \"clitest.rglgupkf7kz7peyeahkgedl4nwpv2rmyp52cfhjqznnykywnhhvzbsyzdi3i5iogyxg-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"slot-traffic-webgqzmcn72\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356352\",\r\n \"name\": \"slot-traffic-webgqzmcn72\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356352,\r\n \"deletedTimestamp\": \"2020-04-03T06:45:46.8863233\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rglgupkf7kz7peyeahkgedl4nwpv2rmyp52cfhjqznnykywnhhvzbsyzdi3i5iogyxg\",\r\n \"webSpace\": \"clitest.rglgupkf7kz7peyeahkgedl4nwpv2rmyp52cfhjqznnykywnhhvzbsyzdi3i5iogyxg-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"slot-traffic-webgqzmcn72\",\r\n \"slot\": \"slot1\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356356\",\r\n \"name\": \"slot-test-webjunyusogzif\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356356,\r\n \"deletedTimestamp\": \"2020-04-03T06:46:37.7508557\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgzj6nvwdvkpmvknhbzbigs6uvlbmu3jrtszthwwyqy4sklovri3guhh6iztyqvjyb7\",\r\n \"webSpace\": \"clitest.rgzj6nvwdvkpmvknhbzbigs6uvlbmu3jrtszthwwyqy4sklovri3guhh6iztyqvjyb7-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"slot-test-webjunyusogzif\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356358\",\r\n \"name\": \"slot-test-webjunyusogzif\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356358,\r\n \"deletedTimestamp\": \"2020-04-03T06:46:49.8374754\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgzj6nvwdvkpmvknhbzbigs6uvlbmu3jrtszthwwyqy4sklovri3guhh6iztyqvjyb7\",\r\n \"webSpace\": \"clitest.rgzj6nvwdvkpmvknhbzbigs6uvlbmu3jrtszthwwyqy4sklovri3guhh6iztyqvjyb7-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"slot-test-webjunyusogzif\",\r\n \"slot\": \"dev\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356359\",\r\n \"name\": \"slot-swap-web3g6wsiz3yun\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356359,\r\n \"deletedTimestamp\": \"2020-04-03T06:46:55.0071173\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgrm2y7p2nyckf4ou3c2gl7onaqfmy3lstocrdpaglpuuubz6gyrrkqhypquyvc5cpg\",\r\n \"webSpace\": \"clitest.rgrm2y7p2nyckf4ou3c2gl7onaqfmy3lstocrdpaglpuuubz6gyrrkqhypquyvc5cpg-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"slot-swap-web3g6wsiz3yun\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356360\",\r\n \"name\": \"slot-swap-web3g6wsiz3yun\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356360,\r\n \"deletedTimestamp\": \"2020-04-03T06:46:55.3524025\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgrm2y7p2nyckf4ou3c2gl7onaqfmy3lstocrdpaglpuuubz6gyrrkqhypquyvc5cpg\",\r\n \"webSpace\": \"clitest.rgrm2y7p2nyckf4ou3c2gl7onaqfmy3lstocrdpaglpuuubz6gyrrkqhypquyvc5cpg-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"slot-swap-web3g6wsiz3yun\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356361\",\r\n \"name\": \"delete-me-webxtpotq35fjl\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356361,\r\n \"deletedTimestamp\": \"2020-04-03T06:46:56.8525625\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgr7s54jbex5x3qgdrglqmbrj24xflajichfuqhpsgfbzxipdanuhnr4mrkkoxgcgbd\",\r\n \"webSpace\": \"clitest.rgr7s54jbex5x3qgdrglqmbrj24xflajichfuqhpsgfbzxipdanuhnr4mrkkoxgcgbd-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"delete-me-webxtpotq35fjl\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356367\",\r\n \"name\": \"slot-test-webjunyusogzif\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356367,\r\n \"deletedTimestamp\": \"2020-04-03T06:47:39.7292088\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgzj6nvwdvkpmvknhbzbigs6uvlbmu3jrtszthwwyqy4sklovri3guhh6iztyqvjyb7\",\r\n \"webSpace\": \"clitest.rgzj6nvwdvkpmvknhbzbigs6uvlbmu3jrtszthwwyqy4sklovri3guhh6iztyqvjyb7-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"slot-test-webjunyusogzif\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356384\",\r\n \"name\": \"web-ssl-testjb7ndcec\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356384,\r\n \"deletedTimestamp\": \"2020-04-03T06:49:07.9630378\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgsn2h2fb3nt4bzyweeaaz4csfwlkz4agu6k4yyw2duz7d4pfhke2hbvlahnmfmzjuc\",\r\n \"webSpace\": \"clitest.rgsn2h2fb3nt4bzyweeaaz4csfwlkz4agu6k4yyw2duz7d4pfhke2hbvlahnmfmzjuc-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"web-ssl-testjb7ndcec\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356385\",\r\n \"name\": \"web-ssl-testjb7ndcec\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356385,\r\n \"deletedTimestamp\": \"2020-04-03T06:49:08.3068092\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgsn2h2fb3nt4bzyweeaaz4csfwlkz4agu6k4yyw2duz7d4pfhke2hbvlahnmfmzjuc\",\r\n \"webSpace\": \"clitest.rgsn2h2fb3nt4bzyweeaaz4csfwlkz4agu6k4yyw2duz7d4pfhke2hbvlahnmfmzjuc-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"web-ssl-testjb7ndcec\",\r\n \"slot\": \"slot-ssl-testm3h4yum\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356387\",\r\n \"name\": \"web-git-test2jb5n6rqgs2c\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356387,\r\n \"deletedTimestamp\": \"2020-04-03T06:49:59.977728\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgpyb237tc3um4br2szjsmo6dqexp5zekkunz4nweaubfnkyro6swc3o3a2ezb2lk2g\",\r\n \"webSpace\": \"clitest.rgpyb237tc3um4br2szjsmo6dqexp5zekkunz4nweaubfnkyro6swc3o3a2ezb2lk2g-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"web-git-test2jb5n6rqgs2c\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356389\",\r\n \"name\": \"webapp-create-alwaysOn-e2euh6b5my3d4kwpdpkes\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356389,\r\n \"deletedTimestamp\": \"2020-04-03T06:51:28.132519\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_alwaysOnkys66th3uvouuyu57frp4pd45ogs4u2k2k7uzpdctaqsv6yn3ww\",\r\n \"webSpace\": \"cli_test_webapp_alwaysOnkys66th3uvouuyu57frp4pd45ogs4u2k2k7uzpdctaqsv6yn3ww-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"webapp-create-alwaysOn-e2euh6b5my3d4kwpdpkes\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356390\",\r\n \"name\": \"webapp-update-testdm5szrzhmvehwxkbez4kyu\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356390,\r\n \"deletedTimestamp\": \"2020-04-03T06:51:32.4634568\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_updateou56w74aglicb5upv3rjsnkm3s5og6wo5jj7ocxxgdmnr3w2drdlj\",\r\n \"webSpace\": \"cli_test_webapp_updateou56w74aglicb5upv3rjsnkm3s5og6wo5jj7ocxxgdmnr3w2drdlj-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"webapp-update-testdm5szrzhmvehwxkbez4kyu\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356391\",\r\n \"name\": \"webapp-update-testdm5szrzhmvehwxkbez4kyu\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356391,\r\n \"deletedTimestamp\": \"2020-04-03T06:51:32.7759544\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_updateou56w74aglicb5upv3rjsnkm3s5og6wo5jj7ocxxgdmnr3w2drdlj\",\r\n \"webSpace\": \"cli_test_webapp_updateou56w74aglicb5upv3rjsnkm3s5og6wo5jj7ocxxgdmnr3w2drdlj-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"webapp-update-testdm5szrzhmvehwxkbez4kyu\",\r\n \"slot\": \"s1\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356392\",\r\n \"name\": \"webapp-authentication-testcmauizhlbikx5z\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356392,\r\n \"deletedTimestamp\": \"2020-04-03T06:51:47.769855\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_authenticationewsvj7tleoykzbgbuvq4tdx3a7wysadbtr2a3kzxcrbsk\",\r\n \"webSpace\": \"cli_test_webapp_authenticationewsvj7tleoykzbgbuvq4tdx3a7wysadbtr2a3kzxcrbsk-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"webapp-authentication-testcmauizhlbikx5z\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356393\",\r\n \"name\": \"webapp-zipDeploy-testgbsa7elm4xttnutqt46\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356393,\r\n \"deletedTimestamp\": \"2020-04-03T06:51:59.2818492\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_zipDeploy6kvnr3a2456zyvnt7ugtl4zycfbphwastllcryqce6harfiqjo\",\r\n \"webSpace\": \"cli_test_webapp_zipDeploy6kvnr3a2456zyvnt7ugtl4zycfbphwastllcryqce6harfiqjo-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"webapp-zipDeploy-testgbsa7elm4xttnutqt46\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356397\",\r\n \"name\": \"webapp-linux-freeviusuju\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356397,\r\n \"deletedTimestamp\": \"2020-04-03T06:52:43.5621789\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_linux_freefnz4tsl4lelhv47lqzfpkai5b6bjdkxf7wnbdp5qj6wbudkrs\",\r\n \"webSpace\": \"cli_test_webapp_linux_freefnz4tsl4lelhv47lqzfpkai5b6bjdkxf7wnbdp5qj6wbudkrs-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-139\",\r\n \"deletedSiteName\": \"webapp-linux-freeviusuju\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356400\",\r\n \"name\": \"web-msivxaansfvleb5b\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356400,\r\n \"deletedTimestamp\": \"2020-04-03T06:54:11.1951901\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgr7lyuhxiadm3k4iaq7xa72qu6dbz5paqz5iqu4trenwrm5k3epstcjrb6usn7namm\",\r\n \"webSpace\": \"clitest.rgr7lyuhxiadm3k4iaq7xa72qu6dbz5paqz5iqu4trenwrm5k3epstcjrb6usn7namm-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"web-msivxaansfvleb5b\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356401\",\r\n \"name\": \"webapp-hyperv-e2el6zcenq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356401,\r\n \"deletedTimestamp\": \"2020-04-03T06:54:28.0036856\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgu2ycyb6nmmuofkrlkeefe26cskb4ijnsa2hcvaytuwpm53cxguz5kzipqobzzxnca\",\r\n \"webSpace\": \"clitest.rgu2ycyb6nmmuofkrlkeefe26cskb4ijnsa2hcvaytuwpm53cxguz5kzipqobzzxnca-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"webapp-hyperv-e2el6zcenq\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356403\",\r\n \"name\": \"swiftwebappvj2oj2i3itndp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356403,\r\n \"deletedTimestamp\": \"2020-04-03T06:55:17.0296811\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rg7agd6plfosjxvmfeywsi5de6ljjtiawbt2n6j5slnmryn65ywji5copsudx4cl5xv\",\r\n \"webSpace\": \"clitest.rg7agd6plfosjxvmfeywsi5de6ljjtiawbt2n6j5slnmryn65ywji5copsudx4cl5xv-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"swiftwebappvj2oj2i3itndp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356404\",\r\n \"name\": \"swiftwebappyg6imigbz2vmp\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356404,\r\n \"deletedTimestamp\": \"2020-04-03T06:55:32.3225996\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgekwpwnq5qomntpwufc57pcrp4ighoq6u3r23rnqf44sqizmdlbij2bmr4rqxga5qv\",\r\n \"webSpace\": \"clitest.rgekwpwnq5qomntpwufc57pcrp4ighoq6u3r23rnqf44sqizmdlbij2bmr4rqxga5qv-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"swiftwebappyg6imigbz2vmp\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356405\",\r\n \"name\": \"hcwebapprszuaspp3nq5b3gs\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356405,\r\n \"deletedTimestamp\": \"2020-04-03T06:55:43.6190352\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgyqqcahlhazb52r3se7z6uy74sdjaafcq2de6pvx5cc5vut45ktwjnfhrillk2dffl\",\r\n \"webSpace\": \"clitest.rgyqqcahlhazb52r3se7z6uy74sdjaafcq2de6pvx5cc5vut45ktwjnfhrillk2dffl-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"hcwebapprszuaspp3nq5b3gs\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356407\",\r\n \"name\": \"web-errorosch6t3nxyutjz4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356407,\r\n \"deletedTimestamp\": \"2020-04-03T06:56:23.151561\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgct2xmlpwlstj7vnrudmjgpffogwvbwvwl7fn77yyx4sswyxxgxck3rwn2ch6a6nwl\",\r\n \"webSpace\": \"clitest.rgct2xmlpwlstj7vnrudmjgpffogwvbwvwl7fn77yyx4sswyxxgxck3rwn2ch6a6nwl-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"web-errorosch6t3nxyutjz4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/356434\",\r\n \"name\": \"appubq4p3epz7p7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 356434,\r\n \"deletedTimestamp\": \"2020-04-03T07:03:34.4785496\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_metric_alert_v2b6kbkstz6p6xwquk2wn7oov4v56zv7kq5iwb72jnequwycqsdrq\",\r\n \"webSpace\": \"cli_test_metric_alert_v2b6kbkstz6p6xwquk2wn7oov4v56zv7kq5iwb72jnequwycqsdrq-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"appubq4p3epz7p7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/378926\",\r\n \"name\": \"webapp-config-testrep5guyvjklfo7liohjyr5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 378926,\r\n \"deletedTimestamp\": \"2020-04-14T05:55:33.2800329\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configcjsda6pqhcxzjf2cpy3xqoly2bqfg6mg7gdcumtxw2czgvmxuh3as\",\r\n \"webSpace\": \"cli_test_webapp_configcjsda6pqhcxzjf2cpy3xqoly2bqfg6mg7gdcumtxw2czgvmxuh3as-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"webapp-config-testrep5guyvjklfo7liohjyr5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/382304\",\r\n \"name\": \"cli-webapp-nwrogb2prmyrx\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 382304,\r\n \"deletedTimestamp\": \"2020-04-15T07:14:19.1904965\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rghbtli7buaka6qnfhuerymoean6cfhcvkw3iwo3qdtabwxroi54dzkgapcrf7i24ja\",\r\n \"webSpace\": \"clitest.rghbtli7buaka6qnfhuerymoean6cfhcvkw3iwo3qdtabwxroi54dzkgapcrf7i24ja-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"cli-webapp-nwrogb2prmyrx\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/382307\",\r\n \"name\": \"cli-webapp-nwrkzmo5ef7ya\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 382307,\r\n \"deletedTimestamp\": \"2020-04-15T07:17:56.9019972\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgnlfjsyzwfkawuelijykskv3ohnwot33igf6ljslosevxy6we4jv7ca5cfzhkwtxgw\",\r\n \"webSpace\": \"clitest.rgnlfjsyzwfkawuelijykskv3ohnwot33igf6ljslosevxy6we4jv7ca5cfzhkwtxgw-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"cli-webapp-nwrkzmo5ef7ya\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/382308\",\r\n \"name\": \"cli-funcapp-nwr7iamfq4p3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 382308,\r\n \"deletedTimestamp\": \"2020-04-15T07:18:01.9590392\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgdrc2tm2cbaqliszz62n5fim2elxy3jukqvp3iulelg5hcguncqc5lzbm7v6ingh4k\",\r\n \"webSpace\": \"clitest.rgdrc2tm2cbaqliszz62n5fim2elxy3jukqvp3iulelg5hcguncqc5lzbm7v6ingh4k-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"cli-funcapp-nwr7iamfq4p3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"functionapp\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/389159\",\r\n \"name\": \"csmws7701\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 389159,\r\n \"deletedTimestamp\": \"2020-04-17T16:14:45.7216281\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1974\",\r\n \"webSpace\": \"csmrg1974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"csmws7701\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/389167\",\r\n \"name\": \"csmws6611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 389167,\r\n \"deletedTimestamp\": \"2020-04-17T16:15:55.8173058\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5153\",\r\n \"webSpace\": \"csmrg5153-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"csmws6611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/389173\",\r\n \"name\": \"csmws2849\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 389173,\r\n \"deletedTimestamp\": \"2020-04-17T16:17:28.6437777\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9709\",\r\n \"webSpace\": \"csmrg9709-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"csmws2849\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/389206\",\r\n \"name\": \"csmws9830\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 389206,\r\n \"deletedTimestamp\": \"2020-04-17T16:33:27.9880352\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2314\",\r\n \"webSpace\": \"csmrg2314-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"csmws9830\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/393161\",\r\n \"name\": \"csmws705\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 393161,\r\n \"deletedTimestamp\": \"2020-04-20T08:03:19.1171487\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1214\",\r\n \"webSpace\": \"csmrg1214-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"csmws705\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/393176\",\r\n \"name\": \"csmws3870\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 393176,\r\n \"deletedTimestamp\": \"2020-04-20T08:10:35.0489954\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg777\",\r\n \"webSpace\": \"csmrg777-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"csmws3870\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/393178\",\r\n \"name\": \"csmws3065\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 393178,\r\n \"deletedTimestamp\": \"2020-04-20T08:11:31.8735447\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5190\",\r\n \"webSpace\": \"csmrg5190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"csmws3065\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/393212\",\r\n \"name\": \"csmws1564\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 393212,\r\n \"deletedTimestamp\": \"2020-04-20T08:21:49.6980564\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8136\",\r\n \"webSpace\": \"csmrg8136-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"csmws1564\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/393382\",\r\n \"name\": \"csmws5928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 393382,\r\n \"deletedTimestamp\": \"2020-04-20T10:27:38.3449274\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8280\",\r\n \"webSpace\": \"csmrg8280-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"csmws5928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/393383\",\r\n \"name\": \"csmws623\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 393383,\r\n \"deletedTimestamp\": \"2020-04-20T10:28:44.1173714\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6415\",\r\n \"webSpace\": \"csmrg6415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"csmws623\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/393386\",\r\n \"name\": \"csmws806\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 393386,\r\n \"deletedTimestamp\": \"2020-04-20T10:29:42.5073932\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2497\",\r\n \"webSpace\": \"csmrg2497-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"csmws806\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/393389\",\r\n \"name\": \"csmws1164\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 393389,\r\n \"deletedTimestamp\": \"2020-04-20T10:30:40.2088871\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9187\",\r\n \"webSpace\": \"csmrg9187-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"csmws1164\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/396092\",\r\n \"name\": \"csmws6609\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 396092,\r\n \"deletedTimestamp\": \"2020-04-21T09:10:07.1000887\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8846\",\r\n \"webSpace\": \"csmrg8846-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"csmws6609\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/396095\",\r\n \"name\": \"csmws4083\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 396095,\r\n \"deletedTimestamp\": \"2020-04-21T09:11:15.5930072\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6179\",\r\n \"webSpace\": \"csmrg6179-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"csmws4083\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/396103\",\r\n \"name\": \"csmws1437\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 396103,\r\n \"deletedTimestamp\": \"2020-04-21T09:18:29.9038344\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5823\",\r\n \"webSpace\": \"csmrg5823-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"csmws1437\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/396104\",\r\n \"name\": \"csmws4978\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 396104,\r\n \"deletedTimestamp\": \"2020-04-21T09:19:20.4846951\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2790\",\r\n \"webSpace\": \"csmrg2790-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"csmws4978\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/409281\",\r\n \"name\": \"ps8467\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 409281,\r\n \"deletedTimestamp\": \"2020-04-27T06:18:54.8463881\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7386\",\r\n \"webSpace\": \"ps7386-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps8467\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/409283\",\r\n \"name\": \"ps8134\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 409283,\r\n \"deletedTimestamp\": \"2020-04-27T06:18:59.3169236\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7386\",\r\n \"webSpace\": \"ps7386-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps8134\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/409717\",\r\n \"name\": \"ps3138\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 409717,\r\n \"deletedTimestamp\": \"2020-04-27T08:07:44.6227088\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3788\",\r\n \"webSpace\": \"ps3788-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-035\",\r\n \"deletedSiteName\": \"ps3138\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/409718\",\r\n \"name\": \"ps7017\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 409718,\r\n \"deletedTimestamp\": \"2020-04-27T08:07:48.3102303\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3788\",\r\n \"webSpace\": \"ps3788-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-035\",\r\n \"deletedSiteName\": \"ps7017\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/411992\",\r\n \"name\": \"ps4802\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 411992,\r\n \"deletedTimestamp\": \"2020-04-28T06:26:30.233267\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4951\",\r\n \"webSpace\": \"ps4951-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps4802\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/411999\",\r\n \"name\": \"ps8525\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 411999,\r\n \"deletedTimestamp\": \"2020-04-28T06:27:30.3095735\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4951\",\r\n \"webSpace\": \"ps4951-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps8525\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412022\",\r\n \"name\": \"ps4414\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412022,\r\n \"deletedTimestamp\": \"2020-04-28T06:30:30.9795741\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4951\",\r\n \"webSpace\": \"ps4951-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps4414\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412046\",\r\n \"name\": \"ps6578\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412046,\r\n \"deletedTimestamp\": \"2020-04-28T06:36:48.1830231\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2160\",\r\n \"webSpace\": \"ps2160-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps6578\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412050\",\r\n \"name\": \"ps5093\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412050,\r\n \"deletedTimestamp\": \"2020-04-28T06:36:53.8879138\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2160\",\r\n \"webSpace\": \"ps2160-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps5093\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412165\",\r\n \"name\": \"ps2871\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412165,\r\n \"deletedTimestamp\": \"2020-04-28T06:52:54.9585706\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2090\",\r\n \"webSpace\": \"ps2090-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps2871\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412166\",\r\n \"name\": \"ps85\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412166,\r\n \"deletedTimestamp\": \"2020-04-28T06:52:59.2575344\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2090\",\r\n \"webSpace\": \"ps2090-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps85\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412190\",\r\n \"name\": \"ps9292\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412190,\r\n \"deletedTimestamp\": \"2020-04-28T07:01:39.2257321\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3147\",\r\n \"webSpace\": \"ps3147-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps9292\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412635\",\r\n \"name\": \"ps1346\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412635,\r\n \"deletedTimestamp\": \"2020-04-28T10:50:20.926098\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1156\",\r\n \"webSpace\": \"ps1156-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps1346\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412673\",\r\n \"name\": \"ps3149\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412673,\r\n \"deletedTimestamp\": \"2020-04-28T11:14:01.9310841\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3993\",\r\n \"webSpace\": \"ps3993-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps3149\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412683\",\r\n \"name\": \"ps4081\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412683,\r\n \"deletedTimestamp\": \"2020-04-28T11:19:22.3185147\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6219\",\r\n \"webSpace\": \"ps6219-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps4081\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412704\",\r\n \"name\": \"ps6779\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412704,\r\n \"deletedTimestamp\": \"2020-04-28T11:28:17.646533\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2707\",\r\n \"webSpace\": \"ps2707-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps6779\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/412819\",\r\n \"name\": \"ps6905\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 412819,\r\n \"deletedTimestamp\": \"2020-04-28T12:52:35.1833021\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6042\",\r\n \"webSpace\": \"ps6042-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps6905\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/414914\",\r\n \"name\": \"ps3953\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 414914,\r\n \"deletedTimestamp\": \"2020-04-29T06:34:06.9967944\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7458\",\r\n \"webSpace\": \"ps7458-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps3953\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415280\",\r\n \"name\": \"ps5134\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415280,\r\n \"deletedTimestamp\": \"2020-04-29T08:31:26.2530718\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps515\",\r\n \"webSpace\": \"ps515-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps5134\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415305\",\r\n \"name\": \"ps7144\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415305,\r\n \"deletedTimestamp\": \"2020-04-29T08:35:47.2450574\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9284\",\r\n \"webSpace\": \"ps9284-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps7144\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415306\",\r\n \"name\": \"ps7144\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415306,\r\n \"deletedTimestamp\": \"2020-04-29T08:35:47.5264858\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9284\",\r\n \"webSpace\": \"ps9284-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps7144\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415311\",\r\n \"name\": \"ps5974\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415311,\r\n \"deletedTimestamp\": \"2020-04-29T08:39:15.5239953\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3815\",\r\n \"webSpace\": \"ps3815-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps5974\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415312\",\r\n \"name\": \"ps5974\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415312,\r\n \"deletedTimestamp\": \"2020-04-29T08:39:15.8208707\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3815\",\r\n \"webSpace\": \"ps3815-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps5974\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415319\",\r\n \"name\": \"ps4398\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415319,\r\n \"deletedTimestamp\": \"2020-04-29T08:42:44.7468635\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8388\",\r\n \"webSpace\": \"ps8388-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps4398\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415320\",\r\n \"name\": \"ps4398\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415320,\r\n \"deletedTimestamp\": \"2020-04-29T08:42:45.059403\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8388\",\r\n \"webSpace\": \"ps8388-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps4398\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415344\",\r\n \"name\": \"ps7602\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415344,\r\n \"deletedTimestamp\": \"2020-04-29T08:47:25.963384\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1814\",\r\n \"webSpace\": \"ps1814-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps7602\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415345\",\r\n \"name\": \"ps7602\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415345,\r\n \"deletedTimestamp\": \"2020-04-29T08:47:26.2602578\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1814\",\r\n \"webSpace\": \"ps1814-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps7602\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415356\",\r\n \"name\": \"ps6883\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415356,\r\n \"deletedTimestamp\": \"2020-04-29T08:58:38.0809583\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9128\",\r\n \"webSpace\": \"ps9128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps6883\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415357\",\r\n \"name\": \"ps6883\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415357,\r\n \"deletedTimestamp\": \"2020-04-29T08:58:44.4728338\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9128\",\r\n \"webSpace\": \"ps9128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps6883\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415362\",\r\n \"name\": \"ps4869\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415362,\r\n \"deletedTimestamp\": \"2020-04-29T09:04:37.061104\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6214\",\r\n \"webSpace\": \"ps6214-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps4869\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415363\",\r\n \"name\": \"ps4869\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415363,\r\n \"deletedTimestamp\": \"2020-04-29T09:04:37.8579573\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6214\",\r\n \"webSpace\": \"ps6214-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps4869\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415365\",\r\n \"name\": \"ps5140\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415365,\r\n \"deletedTimestamp\": \"2020-04-29T09:04:45.0101293\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6214\",\r\n \"webSpace\": \"ps6214-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps5140\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415366\",\r\n \"name\": \"ps5140\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415366,\r\n \"deletedTimestamp\": \"2020-04-29T09:04:45.3070068\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6214\",\r\n \"webSpace\": \"ps6214-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps5140\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415380\",\r\n \"name\": \"ps9896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415380,\r\n \"deletedTimestamp\": \"2020-04-29T09:09:59.6501535\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3967\",\r\n \"webSpace\": \"ps3967-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps9896\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415381\",\r\n \"name\": \"ps9896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415381,\r\n \"deletedTimestamp\": \"2020-04-29T09:10:03.8740461\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3967\",\r\n \"webSpace\": \"ps3967-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps9896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415384\",\r\n \"name\": \"ps5563\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415384,\r\n \"deletedTimestamp\": \"2020-04-29T09:13:19.5303138\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2057\",\r\n \"webSpace\": \"ps2057-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps5563\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415385\",\r\n \"name\": \"ps5563\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415385,\r\n \"deletedTimestamp\": \"2020-04-29T09:13:23.41103\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2057\",\r\n \"webSpace\": \"ps2057-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps5563\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415397\",\r\n \"name\": \"ps5319\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415397,\r\n \"deletedTimestamp\": \"2020-04-29T09:16:53.2609152\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9591\",\r\n \"webSpace\": \"ps9591-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps5319\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415425\",\r\n \"name\": \"ps2463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415425,\r\n \"deletedTimestamp\": \"2020-04-29T09:20:58.6011582\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6289\",\r\n \"webSpace\": \"ps6289-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps2463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415458\",\r\n \"name\": \"ps2314\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415458,\r\n \"deletedTimestamp\": \"2020-04-29T09:29:14.5761846\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps379\",\r\n \"webSpace\": \"ps379-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps2314\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415459\",\r\n \"name\": \"ps2314\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415459,\r\n \"deletedTimestamp\": \"2020-04-29T09:29:14.9357795\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps379\",\r\n \"webSpace\": \"ps379-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps2314\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415470\",\r\n \"name\": \"ps8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415470,\r\n \"deletedTimestamp\": \"2020-04-29T09:33:56.3634716\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7002\",\r\n \"webSpace\": \"ps7002-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415471\",\r\n \"name\": \"ps8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415471,\r\n \"deletedTimestamp\": \"2020-04-29T09:33:56.660386\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7002\",\r\n \"webSpace\": \"ps7002-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8938\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415487\",\r\n \"name\": \"ps8179\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415487,\r\n \"deletedTimestamp\": \"2020-04-29T09:38:59.6812559\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1986\",\r\n \"webSpace\": \"ps1986-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps8179\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415488\",\r\n \"name\": \"ps8179\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415488,\r\n \"deletedTimestamp\": \"2020-04-29T09:39:04.4355701\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1986\",\r\n \"webSpace\": \"ps1986-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps8179\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415499\",\r\n \"name\": \"ps6914\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415499,\r\n \"deletedTimestamp\": \"2020-04-29T09:42:16.8992861\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1596\",\r\n \"webSpace\": \"ps1596-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps6914\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415501\",\r\n \"name\": \"ps6914\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415501,\r\n \"deletedTimestamp\": \"2020-04-29T09:42:20.7628762\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1596\",\r\n \"webSpace\": \"ps1596-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps6914\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415502\",\r\n \"name\": \"ps6914\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415502,\r\n \"deletedTimestamp\": \"2020-04-29T09:42:24.7050393\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1596\",\r\n \"webSpace\": \"ps1596-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps6914\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415516\",\r\n \"name\": \"ps1018\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415516,\r\n \"deletedTimestamp\": \"2020-04-29T09:44:52.8922606\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3084\",\r\n \"webSpace\": \"ps3084-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps1018\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415535\",\r\n \"name\": \"ps7992\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415535,\r\n \"deletedTimestamp\": \"2020-04-29T09:48:25.3627089\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2229\",\r\n \"webSpace\": \"ps2229-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps7992\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415561\",\r\n \"name\": \"ps438\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415561,\r\n \"deletedTimestamp\": \"2020-04-29T09:51:43.4420939\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7599\",\r\n \"webSpace\": \"ps7599-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps438\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415579\",\r\n \"name\": \"ps5036\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415579,\r\n \"deletedTimestamp\": \"2020-04-29T09:55:22.6670587\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps431\",\r\n \"webSpace\": \"ps431-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps5036\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415589\",\r\n \"name\": \"ps7993\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415589,\r\n \"deletedTimestamp\": \"2020-04-29T09:58:28.1214403\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1182\",\r\n \"webSpace\": \"ps1182-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps7993\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415600\",\r\n \"name\": \"ps3966\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415600,\r\n \"deletedTimestamp\": \"2020-04-29T10:01:33.1559345\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2062\",\r\n \"webSpace\": \"ps2062-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps3966\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415613\",\r\n \"name\": \"ps312\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415613,\r\n \"deletedTimestamp\": \"2020-04-29T10:05:31.8512114\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7447\",\r\n \"webSpace\": \"ps7447-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps312\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415614\",\r\n \"name\": \"ps312\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415614,\r\n \"deletedTimestamp\": \"2020-04-29T10:05:32.1326592\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7447\",\r\n \"webSpace\": \"ps7447-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps312\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415619\",\r\n \"name\": \"ps8749\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415619,\r\n \"deletedTimestamp\": \"2020-04-29T10:08:29.7314689\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1005\",\r\n \"webSpace\": \"ps1005-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps8749\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415620\",\r\n \"name\": \"ps9210\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415620,\r\n \"deletedTimestamp\": \"2020-04-29T10:11:46.0364594\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1370\",\r\n \"webSpace\": \"ps1370-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps9210\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415626\",\r\n \"name\": \"ps3753\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415626,\r\n \"deletedTimestamp\": \"2020-04-29T10:16:17.2271893\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1032\",\r\n \"webSpace\": \"ps1032-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"ps3753\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415630\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415630,\r\n \"deletedTimestamp\": \"2020-04-29T10:20:40.3934667\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5834\",\r\n \"webSpace\": \"ps5834-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps8299\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415631\",\r\n \"name\": \"ps3228\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415631,\r\n \"deletedTimestamp\": \"2020-04-29T10:20:46.0810621\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5834\",\r\n \"webSpace\": \"ps5834-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps3228\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415644\",\r\n \"name\": \"ps9146\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415644,\r\n \"deletedTimestamp\": \"2020-04-29T10:23:42.4995309\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4544\",\r\n \"webSpace\": \"ps4544-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps9146\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415652\",\r\n \"name\": \"ps7955\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415652,\r\n \"deletedTimestamp\": \"2020-04-29T10:26:45.0450031\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps7955\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415667\",\r\n \"name\": \"ps9947\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415667,\r\n \"deletedTimestamp\": \"2020-04-29T10:32:32.6729531\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2210\",\r\n \"webSpace\": \"ps2210-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps9947\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415671\",\r\n \"name\": \"ps5820\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415671,\r\n \"deletedTimestamp\": \"2020-04-29T10:35:10.1736275\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1874\",\r\n \"webSpace\": \"ps1874-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5820\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415676\",\r\n \"name\": \"ps9923\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415676,\r\n \"deletedTimestamp\": \"2020-04-29T10:38:14.5942211\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps575\",\r\n \"webSpace\": \"ps575-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps9923\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415678\",\r\n \"name\": \"ps4147\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415678,\r\n \"deletedTimestamp\": \"2020-04-29T10:38:24.3979135\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps575\",\r\n \"webSpace\": \"ps575-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps4147\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415683\",\r\n \"name\": \"ps5223\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415683,\r\n \"deletedTimestamp\": \"2020-04-29T10:41:48.0302512\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6601\",\r\n \"webSpace\": \"ps6601-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps5223\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415717\",\r\n \"name\": \"ps7830\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415717,\r\n \"deletedTimestamp\": \"2020-04-29T10:48:20.4445728\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2268\",\r\n \"webSpace\": \"ps2268-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps7830\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415718\",\r\n \"name\": \"ps7830\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415718,\r\n \"deletedTimestamp\": \"2020-04-29T10:48:27.2918017\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2268\",\r\n \"webSpace\": \"ps2268-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps7830\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415721\",\r\n \"name\": \"ps7830\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415721,\r\n \"deletedTimestamp\": \"2020-04-29T10:48:31.2614468\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2268\",\r\n \"webSpace\": \"ps2268-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps7830\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415723\",\r\n \"name\": \"ps3014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415723,\r\n \"deletedTimestamp\": \"2020-04-29T10:48:39.7806293\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2268\",\r\n \"webSpace\": \"ps2268-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps3014\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415724\",\r\n \"name\": \"ps3014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415724,\r\n \"deletedTimestamp\": \"2020-04-29T10:48:43.8176482\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2268\",\r\n \"webSpace\": \"ps2268-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps3014\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415726\",\r\n \"name\": \"ps3014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415726,\r\n \"deletedTimestamp\": \"2020-04-29T10:48:47.621094\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2268\",\r\n \"webSpace\": \"ps2268-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps3014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415749\",\r\n \"name\": \"ps6683\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415749,\r\n \"deletedTimestamp\": \"2020-04-29T10:53:07.487394\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6567\",\r\n \"webSpace\": \"ps6567-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps6683\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415761\",\r\n \"name\": \"ps6736\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415761,\r\n \"deletedTimestamp\": \"2020-04-29T10:56:27.6740896\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4595\",\r\n \"webSpace\": \"ps4595-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6736\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415769\",\r\n \"name\": \"ps9019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415769,\r\n \"deletedTimestamp\": \"2020-04-29T10:58:23.8818078\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9849\",\r\n \"webSpace\": \"ps9849-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"ps9019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415778\",\r\n \"name\": \"ps643\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415778,\r\n \"deletedTimestamp\": \"2020-04-29T11:03:14.9611114\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2914\",\r\n \"webSpace\": \"ps2914-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps643\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415780\",\r\n \"name\": \"ps8794\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415780,\r\n \"deletedTimestamp\": \"2020-04-29T11:03:57.7762603\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2914\",\r\n \"webSpace\": \"ps2914-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps8794\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415787\",\r\n \"name\": \"ps8800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415787,\r\n \"deletedTimestamp\": \"2020-04-29T11:06:43.9723608\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2914\",\r\n \"webSpace\": \"ps2914-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps8800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/415970\",\r\n \"name\": \"ps123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 415970,\r\n \"deletedTimestamp\": \"2020-04-29T12:33:58.6650314\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5680\",\r\n \"webSpace\": \"ps5680-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416021\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416021,\r\n \"deletedTimestamp\": \"2020-04-29T12:49:54.3462286\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3539\",\r\n \"webSpace\": \"ps3539-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps8287\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416023\",\r\n \"name\": \"ps254\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416023,\r\n \"deletedTimestamp\": \"2020-04-29T12:51:47.9067601\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2061\",\r\n \"webSpace\": \"ps2061-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps254\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416030\",\r\n \"name\": \"ps5645\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416030,\r\n \"deletedTimestamp\": \"2020-04-29T12:53:53.0364773\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7380\",\r\n \"webSpace\": \"ps7380-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5645\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416034\",\r\n \"name\": \"ps6043\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416034,\r\n \"deletedTimestamp\": \"2020-04-29T12:56:09.4780668\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1128\",\r\n \"webSpace\": \"ps1128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps6043\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416045\",\r\n \"name\": \"ps8624\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416045,\r\n \"deletedTimestamp\": \"2020-04-29T13:06:25.2667699\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8885\",\r\n \"webSpace\": \"ps8885-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps8624\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416055\",\r\n \"name\": \"ps3533\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416055,\r\n \"deletedTimestamp\": \"2020-04-29T13:10:19.7590191\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps59\",\r\n \"webSpace\": \"ps59-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3533\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416056\",\r\n \"name\": \"ps485\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416056,\r\n \"deletedTimestamp\": \"2020-04-29T13:12:40.5250217\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7771\",\r\n \"webSpace\": \"ps7771-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps485\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416074\",\r\n \"name\": \"ps302\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416074,\r\n \"deletedTimestamp\": \"2020-04-29T13:15:21.6332355\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1047\",\r\n \"webSpace\": \"ps1047-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps302\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416079\",\r\n \"name\": \"ps302\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416079,\r\n \"deletedTimestamp\": \"2020-04-29T13:15:53.2397282\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1047\",\r\n \"webSpace\": \"ps1047-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps302\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416089\",\r\n \"name\": \"ps8016\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416089,\r\n \"deletedTimestamp\": \"2020-04-29T13:19:22.9322931\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8404\",\r\n \"webSpace\": \"ps8404-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8016\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416090\",\r\n \"name\": \"ps8016\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416090,\r\n \"deletedTimestamp\": \"2020-04-29T13:19:23.2309628\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8404\",\r\n \"webSpace\": \"ps8404-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8016\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416159\",\r\n \"name\": \"ps7465\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416159,\r\n \"deletedTimestamp\": \"2020-04-29T13:54:13.7732426\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4324\",\r\n \"webSpace\": \"ps4324-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps7465\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/416160\",\r\n \"name\": \"ps7465\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 416160,\r\n \"deletedTimestamp\": \"2020-04-29T13:54:14.14836\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4324\",\r\n \"webSpace\": \"ps4324-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps7465\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/418472\",\r\n \"name\": \"ps8640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 418472,\r\n \"deletedTimestamp\": \"2020-04-30T10:29:31.597021\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2711\",\r\n \"webSpace\": \"ps2711-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/418473\",\r\n \"name\": \"ps8640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 418473,\r\n \"deletedTimestamp\": \"2020-04-30T10:29:31.893986\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2711\",\r\n \"webSpace\": \"ps2711-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/418506\",\r\n \"name\": \"ps5978\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 418506,\r\n \"deletedTimestamp\": \"2020-04-30T10:43:56.6217094\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3327\",\r\n \"webSpace\": \"ps3327-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps5978\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421188\",\r\n \"name\": \"ps8189\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421188,\r\n \"deletedTimestamp\": \"2020-05-01T11:42:31.798176\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1572\",\r\n \"webSpace\": \"ps1572-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps8189\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421190\",\r\n \"name\": \"ps2578\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421190,\r\n \"deletedTimestamp\": \"2020-05-01T11:47:14.5311909\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9547\",\r\n \"webSpace\": \"ps9547-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps2578\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421252\",\r\n \"name\": \"ps6363\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421252,\r\n \"deletedTimestamp\": \"2020-05-01T12:25:05.942686\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps892\",\r\n \"webSpace\": \"ps892-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps6363\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421321\",\r\n \"name\": \"ps8688\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421321,\r\n \"deletedTimestamp\": \"2020-05-01T13:36:10.9418051\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps973\",\r\n \"webSpace\": \"ps973-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps8688\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421322\",\r\n \"name\": \"ps8688\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421322,\r\n \"deletedTimestamp\": \"2020-05-01T13:36:16.4455579\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps973\",\r\n \"webSpace\": \"ps973-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps8688\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421325\",\r\n \"name\": \"ps5774\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421325,\r\n \"deletedTimestamp\": \"2020-05-01T13:39:34.6404699\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8999\",\r\n \"webSpace\": \"ps8999-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps5774\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421444\",\r\n \"name\": \"ps354\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421444,\r\n \"deletedTimestamp\": \"2020-05-01T14:37:35.2709129\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3289\",\r\n \"webSpace\": \"ps3289-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps354\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421445\",\r\n \"name\": \"ps354\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421445,\r\n \"deletedTimestamp\": \"2020-05-01T14:37:40.7935832\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3289\",\r\n \"webSpace\": \"ps3289-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps354\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421504\",\r\n \"name\": \"ps4637\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421504,\r\n \"deletedTimestamp\": \"2020-05-01T15:08:31.1282565\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3289\",\r\n \"webSpace\": \"ps3289-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps4637\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421505\",\r\n \"name\": \"ps4637\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421505,\r\n \"deletedTimestamp\": \"2020-05-01T15:08:37.7853219\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3289\",\r\n \"webSpace\": \"ps3289-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps4637\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421612\",\r\n \"name\": \"ps8395\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421612,\r\n \"deletedTimestamp\": \"2020-05-01T16:01:00.8092539\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps618\",\r\n \"webSpace\": \"ps618-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps8395\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421648\",\r\n \"name\": \"ps8395\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421648,\r\n \"deletedTimestamp\": \"2020-05-01T16:17:44.9492419\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps618\",\r\n \"webSpace\": \"ps618-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps8395\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421801\",\r\n \"name\": \"ps4006\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421801,\r\n \"deletedTimestamp\": \"2020-05-01T17:14:10.8770653\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7020\",\r\n \"webSpace\": \"ps7020-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps4006\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421802\",\r\n \"name\": \"ps4006\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421802,\r\n \"deletedTimestamp\": \"2020-05-01T17:14:16.6918141\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7020\",\r\n \"webSpace\": \"ps7020-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps4006\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421808\",\r\n \"name\": \"ps3010\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421808,\r\n \"deletedTimestamp\": \"2020-05-01T17:16:48.0613075\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2712\",\r\n \"webSpace\": \"ps2712-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps3010\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421809\",\r\n \"name\": \"ps3010\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421809,\r\n \"deletedTimestamp\": \"2020-05-01T17:16:52.0171634\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2712\",\r\n \"webSpace\": \"ps2712-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps3010\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421813\",\r\n \"name\": \"ps5902\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421813,\r\n \"deletedTimestamp\": \"2020-05-01T17:19:59.7430051\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7137\",\r\n \"webSpace\": \"ps7137-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps5902\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421819\",\r\n \"name\": \"ps1541\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421819,\r\n \"deletedTimestamp\": \"2020-05-01T17:22:49.7145052\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps604\",\r\n \"webSpace\": \"ps604-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps1541\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421826\",\r\n \"name\": \"ps2044\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421826,\r\n \"deletedTimestamp\": \"2020-05-01T17:25:54.1931842\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8044\",\r\n \"webSpace\": \"ps8044-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps2044\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/421828\",\r\n \"name\": \"ps3937\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 421828,\r\n \"deletedTimestamp\": \"2020-05-01T17:28:26.801633\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps383\",\r\n \"webSpace\": \"ps383-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps3937\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423835\",\r\n \"name\": \"ps3479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423835,\r\n \"deletedTimestamp\": \"2020-05-02T05:40:27.2891386\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7417\",\r\n \"webSpace\": \"ps7417-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps3479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423836\",\r\n \"name\": \"ps3479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423836,\r\n \"deletedTimestamp\": \"2020-05-02T05:40:27.5861735\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7417\",\r\n \"webSpace\": \"ps7417-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps3479\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423839\",\r\n \"name\": \"ps297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423839,\r\n \"deletedTimestamp\": \"2020-05-02T05:44:04.6551972\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1010\",\r\n \"webSpace\": \"ps1010-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps297\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423840\",\r\n \"name\": \"ps297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423840,\r\n \"deletedTimestamp\": \"2020-05-02T05:44:04.9989577\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1010\",\r\n \"webSpace\": \"ps1010-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps297\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423841\",\r\n \"name\": \"ps7063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423841,\r\n \"deletedTimestamp\": \"2020-05-02T05:47:33.2749268\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5909\",\r\n \"webSpace\": \"ps5909-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps7063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423842\",\r\n \"name\": \"ps7063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423842,\r\n \"deletedTimestamp\": \"2020-05-02T05:47:33.6031018\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5909\",\r\n \"webSpace\": \"ps5909-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps7063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423845\",\r\n \"name\": \"ps8832\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423845,\r\n \"deletedTimestamp\": \"2020-05-02T05:51:10.2035732\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6528\",\r\n \"webSpace\": \"ps6528-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps8832\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423846\",\r\n \"name\": \"ps8832\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423846,\r\n \"deletedTimestamp\": \"2020-05-02T05:51:10.516111\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6528\",\r\n \"webSpace\": \"ps6528-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps8832\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423852\",\r\n \"name\": \"ps7311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423852,\r\n \"deletedTimestamp\": \"2020-05-02T05:59:06.989818\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3233\",\r\n \"webSpace\": \"ps3233-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps7311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423854\",\r\n \"name\": \"ps7791\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423854,\r\n \"deletedTimestamp\": \"2020-05-02T06:02:06.1970736\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9173\",\r\n \"webSpace\": \"ps9173-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7791\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423859\",\r\n \"name\": \"ps8769\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423859,\r\n \"deletedTimestamp\": \"2020-05-02T06:06:26.2337698\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1643\",\r\n \"webSpace\": \"ps1643-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps8769\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423860\",\r\n \"name\": \"ps3262\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423860,\r\n \"deletedTimestamp\": \"2020-05-02T06:09:30.5798152\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1849\",\r\n \"webSpace\": \"ps1849-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3262\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423861\",\r\n \"name\": \"ps7889\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423861,\r\n \"deletedTimestamp\": \"2020-05-02T06:12:25.2308535\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5472\",\r\n \"webSpace\": \"ps5472-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps7889\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423863\",\r\n \"name\": \"ps399\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423863,\r\n \"deletedTimestamp\": \"2020-05-02T06:15:21.0386846\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8073\",\r\n \"webSpace\": \"ps8073-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"ps399\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423866\",\r\n \"name\": \"ps9864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423866,\r\n \"deletedTimestamp\": \"2020-05-02T06:18:53.8293006\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3679\",\r\n \"webSpace\": \"ps3679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps9864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423867\",\r\n \"name\": \"ps9864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423867,\r\n \"deletedTimestamp\": \"2020-05-02T06:18:54.126209\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3679\",\r\n \"webSpace\": \"ps3679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps9864\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423870\",\r\n \"name\": \"ps1654\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423870,\r\n \"deletedTimestamp\": \"2020-05-02T06:21:44.7413602\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5290\",\r\n \"webSpace\": \"ps5290-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps1654\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423871\",\r\n \"name\": \"ps2346\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423871,\r\n \"deletedTimestamp\": \"2020-05-02T06:28:41.5261168\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6587\",\r\n \"webSpace\": \"ps6587-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2346\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423872\",\r\n \"name\": \"ps6749\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423872,\r\n \"deletedTimestamp\": \"2020-05-02T06:33:22.5338367\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5135\",\r\n \"webSpace\": \"ps5135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps6749\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423873\",\r\n \"name\": \"ps6749\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423873,\r\n \"deletedTimestamp\": \"2020-05-02T06:33:28.1448584\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5135\",\r\n \"webSpace\": \"ps5135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps6749\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423877\",\r\n \"name\": \"ps9481\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423877,\r\n \"deletedTimestamp\": \"2020-05-02T06:38:26.9704019\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7885\",\r\n \"webSpace\": \"ps7885-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps9481\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423878\",\r\n \"name\": \"ps9481\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423878,\r\n \"deletedTimestamp\": \"2020-05-02T06:38:27.2681491\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7885\",\r\n \"webSpace\": \"ps7885-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps9481\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423879\",\r\n \"name\": \"ps8304\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423879,\r\n \"deletedTimestamp\": \"2020-05-02T06:38:34.8914105\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7885\",\r\n \"webSpace\": \"ps7885-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps8304\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423880\",\r\n \"name\": \"ps8304\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423880,\r\n \"deletedTimestamp\": \"2020-05-02T06:38:35.2351819\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7885\",\r\n \"webSpace\": \"ps7885-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps8304\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423885\",\r\n \"name\": \"ps4175\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423885,\r\n \"deletedTimestamp\": \"2020-05-02T06:43:23.6229764\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3060\",\r\n \"webSpace\": \"ps3060-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps4175\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423886\",\r\n \"name\": \"ps4175\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423886,\r\n \"deletedTimestamp\": \"2020-05-02T06:43:27.158852\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3060\",\r\n \"webSpace\": \"ps3060-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps4175\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423889\",\r\n \"name\": \"ps5856\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423889,\r\n \"deletedTimestamp\": \"2020-05-02T06:47:20.9149981\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3947\",\r\n \"webSpace\": \"ps3947-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps5856\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423890\",\r\n \"name\": \"ps5856\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423890,\r\n \"deletedTimestamp\": \"2020-05-02T06:47:24.9023039\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3947\",\r\n \"webSpace\": \"ps3947-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps5856\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423891\",\r\n \"name\": \"ps7041\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423891,\r\n \"deletedTimestamp\": \"2020-05-02T06:49:51.3241522\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7760\",\r\n \"webSpace\": \"ps7760-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps7041\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423892\",\r\n \"name\": \"ps7041\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423892,\r\n \"deletedTimestamp\": \"2020-05-02T06:49:54.5592134\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7760\",\r\n \"webSpace\": \"ps7760-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps7041\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423895\",\r\n \"name\": \"ps420\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423895,\r\n \"deletedTimestamp\": \"2020-05-02T06:52:47.0828892\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1805\",\r\n \"webSpace\": \"ps1805-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps420\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423896\",\r\n \"name\": \"ps420\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423896,\r\n \"deletedTimestamp\": \"2020-05-02T06:52:50.6767196\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1805\",\r\n \"webSpace\": \"ps1805-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps420\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423898\",\r\n \"name\": \"ps9567\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423898,\r\n \"deletedTimestamp\": \"2020-05-02T06:55:27.3476013\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4158\",\r\n \"webSpace\": \"ps4158-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps9567\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423908\",\r\n \"name\": \"ps2004\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423908,\r\n \"deletedTimestamp\": \"2020-05-02T07:01:32.2828639\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2987\",\r\n \"webSpace\": \"ps2987-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps2004\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423909\",\r\n \"name\": \"ps2004\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423909,\r\n \"deletedTimestamp\": \"2020-05-02T07:01:33.1312218\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2987\",\r\n \"webSpace\": \"ps2987-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps2004\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423913\",\r\n \"name\": \"ps377\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423913,\r\n \"deletedTimestamp\": \"2020-05-02T07:04:28.5934334\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7472\",\r\n \"webSpace\": \"ps7472-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps377\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423914\",\r\n \"name\": \"ps377\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423914,\r\n \"deletedTimestamp\": \"2020-05-02T07:04:28.9215321\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7472\",\r\n \"webSpace\": \"ps7472-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps377\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423918\",\r\n \"name\": \"ps2671\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423918,\r\n \"deletedTimestamp\": \"2020-05-02T07:07:01.3004951\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5267\",\r\n \"webSpace\": \"ps5267-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps2671\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423919\",\r\n \"name\": \"ps2671\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423919,\r\n \"deletedTimestamp\": \"2020-05-02T07:07:05.0385408\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5267\",\r\n \"webSpace\": \"ps5267-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps2671\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423921\",\r\n \"name\": \"ps350\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423921,\r\n \"deletedTimestamp\": \"2020-05-02T07:10:05.2695497\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3247\",\r\n \"webSpace\": \"ps3247-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps350\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423922\",\r\n \"name\": \"ps350\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423922,\r\n \"deletedTimestamp\": \"2020-05-02T07:10:09.0900561\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3247\",\r\n \"webSpace\": \"ps3247-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps350\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423923\",\r\n \"name\": \"ps350\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423923,\r\n \"deletedTimestamp\": \"2020-05-02T07:10:12.870469\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3247\",\r\n \"webSpace\": \"ps3247-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps350\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423926\",\r\n \"name\": \"ps9772\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423926,\r\n \"deletedTimestamp\": \"2020-05-02T07:13:06.3213798\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1786\",\r\n \"webSpace\": \"ps1786-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps9772\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423927\",\r\n \"name\": \"ps9772\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423927,\r\n \"deletedTimestamp\": \"2020-05-02T07:13:06.6338495\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1786\",\r\n \"webSpace\": \"ps1786-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps9772\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423928\",\r\n \"name\": \"ps7371\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423928,\r\n \"deletedTimestamp\": \"2020-05-02T07:15:17.6265324\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4628\",\r\n \"webSpace\": \"ps4628-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps7371\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423929\",\r\n \"name\": \"ps3769\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423929,\r\n \"deletedTimestamp\": \"2020-05-02T07:19:32.6071799\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7807\",\r\n \"webSpace\": \"ps7807-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps3769\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423930\",\r\n \"name\": \"ps9303\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423930,\r\n \"deletedTimestamp\": \"2020-05-02T07:19:38.5942101\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7807\",\r\n \"webSpace\": \"ps7807-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps9303\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423933\",\r\n \"name\": \"ps4627\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423933,\r\n \"deletedTimestamp\": \"2020-05-02T07:22:15.7337819\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5124\",\r\n \"webSpace\": \"ps5124-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps4627\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423935\",\r\n \"name\": \"ps2279\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423935,\r\n \"deletedTimestamp\": \"2020-05-02T07:25:22.0024167\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps435\",\r\n \"webSpace\": \"ps435-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2279\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423937\",\r\n \"name\": \"ps796\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423937,\r\n \"deletedTimestamp\": \"2020-05-02T07:30:36.5131872\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1428\",\r\n \"webSpace\": \"ps1428-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps796\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423941\",\r\n \"name\": \"ps7694\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423941,\r\n \"deletedTimestamp\": \"2020-05-02T07:32:54.6840187\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1841\",\r\n \"webSpace\": \"ps1841-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps7694\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423945\",\r\n \"name\": \"ps1272\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423945,\r\n \"deletedTimestamp\": \"2020-05-02T07:36:26.7294453\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2595\",\r\n \"webSpace\": \"ps2595-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps1272\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423946\",\r\n \"name\": \"ps5587\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423946,\r\n \"deletedTimestamp\": \"2020-05-02T07:36:35.9794984\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2595\",\r\n \"webSpace\": \"ps2595-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps5587\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423959\",\r\n \"name\": \"ps7288\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423959,\r\n \"deletedTimestamp\": \"2020-05-02T07:47:58.7370253\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3393\",\r\n \"webSpace\": \"ps3393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps7288\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423960\",\r\n \"name\": \"ps7288\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423960,\r\n \"deletedTimestamp\": \"2020-05-02T07:48:05.2164312\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3393\",\r\n \"webSpace\": \"ps3393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps7288\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423961\",\r\n \"name\": \"ps7288\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423961,\r\n \"deletedTimestamp\": \"2020-05-02T07:48:08.8739287\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3393\",\r\n \"webSpace\": \"ps3393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps7288\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423962\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423962,\r\n \"deletedTimestamp\": \"2020-05-02T07:48:17.2146691\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3393\",\r\n \"webSpace\": \"ps3393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps9384\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423963\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423963,\r\n \"deletedTimestamp\": \"2020-05-02T07:48:22.2059849\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3393\",\r\n \"webSpace\": \"ps3393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps9384\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423964\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423964,\r\n \"deletedTimestamp\": \"2020-05-02T07:48:25.7047366\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3393\",\r\n \"webSpace\": \"ps3393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps9384\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423970\",\r\n \"name\": \"ps827\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423970,\r\n \"deletedTimestamp\": \"2020-05-02T07:51:08.6883177\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9232\",\r\n \"webSpace\": \"ps9232-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps827\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423971\",\r\n \"name\": \"ps4233\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423971,\r\n \"deletedTimestamp\": \"2020-05-02T07:53:22.2603761\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1564\",\r\n \"webSpace\": \"ps1564-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps4233\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423973\",\r\n \"name\": \"ps9936\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423973,\r\n \"deletedTimestamp\": \"2020-05-02T07:55:12.0710173\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5845\",\r\n \"webSpace\": \"ps5845-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps9936\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423976\",\r\n \"name\": \"ps7198\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423976,\r\n \"deletedTimestamp\": \"2020-05-02T07:59:39.7401557\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3868\",\r\n \"webSpace\": \"ps3868-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps7198\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423978\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423978,\r\n \"deletedTimestamp\": \"2020-05-02T08:00:25.1064036\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3868\",\r\n \"webSpace\": \"ps3868-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9384\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/423979\",\r\n \"name\": \"ps8664\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 423979,\r\n \"deletedTimestamp\": \"2020-05-02T08:03:04.1907036\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3868\",\r\n \"webSpace\": \"ps3868-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8664\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/424012\",\r\n \"name\": \"ps8185\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 424012,\r\n \"deletedTimestamp\": \"2020-05-02T08:25:01.2293204\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9188\",\r\n \"webSpace\": \"ps9188-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps8185\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428241\",\r\n \"name\": \"ps5220\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428241,\r\n \"deletedTimestamp\": \"2020-05-04T09:28:39.6516845\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps136\",\r\n \"webSpace\": \"ps136-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps5220\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428242\",\r\n \"name\": \"ps5220\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428242,\r\n \"deletedTimestamp\": \"2020-05-04T09:28:40.0892162\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps136\",\r\n \"webSpace\": \"ps136-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps5220\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428258\",\r\n \"name\": \"ps9980\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428258,\r\n \"deletedTimestamp\": \"2020-05-04T09:45:58.5640801\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4488\",\r\n \"webSpace\": \"ps4488-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps9980\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428259\",\r\n \"name\": \"ps9980\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428259,\r\n \"deletedTimestamp\": \"2020-05-04T09:45:58.8766304\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4488\",\r\n \"webSpace\": \"ps4488-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps9980\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428326\",\r\n \"name\": \"ps8207\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428326,\r\n \"deletedTimestamp\": \"2020-05-04T10:28:53.1358869\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8712\",\r\n \"webSpace\": \"ps8712-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps8207\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428327\",\r\n \"name\": \"ps8207\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428327,\r\n \"deletedTimestamp\": \"2020-05-04T10:28:53.4484427\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8712\",\r\n \"webSpace\": \"ps8712-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps8207\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428418\",\r\n \"name\": \"ps1253\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428418,\r\n \"deletedTimestamp\": \"2020-05-04T11:23:12.1528541\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9422\",\r\n \"webSpace\": \"ps9422-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps1253\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428593\",\r\n \"name\": \"ps3074\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428593,\r\n \"deletedTimestamp\": \"2020-05-04T12:35:05.1708073\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1201\",\r\n \"webSpace\": \"ps1201-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps3074\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428646\",\r\n \"name\": \"ps4704\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428646,\r\n \"deletedTimestamp\": \"2020-05-04T13:06:59.5651204\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1856\",\r\n \"webSpace\": \"ps1856-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps4704\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428654\",\r\n \"name\": \"ps4404\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428654,\r\n \"deletedTimestamp\": \"2020-05-04T13:08:50.9677246\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8476\",\r\n \"webSpace\": \"ps8476-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps4404\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428667\",\r\n \"name\": \"ps2251\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428667,\r\n \"deletedTimestamp\": \"2020-05-04T13:15:44.1125236\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1789\",\r\n \"webSpace\": \"ps1789-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps2251\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428668\",\r\n \"name\": \"ps9184\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428668,\r\n \"deletedTimestamp\": \"2020-05-04T13:15:55.0761721\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1789\",\r\n \"webSpace\": \"ps1789-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps9184\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428680\",\r\n \"name\": \"ps2725\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428680,\r\n \"deletedTimestamp\": \"2020-05-04T13:19:05.4326877\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8497\",\r\n \"webSpace\": \"ps8497-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps2725\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428688\",\r\n \"name\": \"ps5257\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428688,\r\n \"deletedTimestamp\": \"2020-05-04T13:21:42.397746\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2801\",\r\n \"webSpace\": \"ps2801-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps5257\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428698\",\r\n \"name\": \"ps1966\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428698,\r\n \"deletedTimestamp\": \"2020-05-04T13:26:39.3580118\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4228\",\r\n \"webSpace\": \"ps4228-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps1966\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428701\",\r\n \"name\": \"ps7276\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428701,\r\n \"deletedTimestamp\": \"2020-05-04T13:28:41.4067168\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9631\",\r\n \"webSpace\": \"ps9631-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps7276\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428711\",\r\n \"name\": \"ps2311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428711,\r\n \"deletedTimestamp\": \"2020-05-04T13:31:56.6283111\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4874\",\r\n \"webSpace\": \"ps4874-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps2311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428712\",\r\n \"name\": \"ps5424\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428712,\r\n \"deletedTimestamp\": \"2020-05-04T13:32:07.4828335\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4874\",\r\n \"webSpace\": \"ps4874-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps5424\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428716\",\r\n \"name\": \"ps9139\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428716,\r\n \"deletedTimestamp\": \"2020-05-04T13:34:29.9416709\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3857\",\r\n \"webSpace\": \"ps3857-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9139\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428722\",\r\n \"name\": \"ps4592\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428722,\r\n \"deletedTimestamp\": \"2020-05-04T13:42:49.0528509\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4625\",\r\n \"webSpace\": \"ps4625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps4592\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428724\",\r\n \"name\": \"ps4592\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428724,\r\n \"deletedTimestamp\": \"2020-05-04T13:42:54.8834078\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4625\",\r\n \"webSpace\": \"ps4625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps4592\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428725\",\r\n \"name\": \"ps4592\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428725,\r\n \"deletedTimestamp\": \"2020-05-04T13:42:58.8217356\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4625\",\r\n \"webSpace\": \"ps4625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps4592\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428726\",\r\n \"name\": \"ps6630\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428726,\r\n \"deletedTimestamp\": \"2020-05-04T13:43:05.7335127\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4625\",\r\n \"webSpace\": \"ps4625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6630\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428727\",\r\n \"name\": \"ps6630\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428727,\r\n \"deletedTimestamp\": \"2020-05-04T13:43:09.9394474\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4625\",\r\n \"webSpace\": \"ps4625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6630\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428728\",\r\n \"name\": \"ps6630\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428728,\r\n \"deletedTimestamp\": \"2020-05-04T13:43:13.4587325\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4625\",\r\n \"webSpace\": \"ps4625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6630\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428732\",\r\n \"name\": \"ps4673\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428732,\r\n \"deletedTimestamp\": \"2020-05-04T13:45:43.3473476\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8926\",\r\n \"webSpace\": \"ps8926-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps4673\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428736\",\r\n \"name\": \"ps1932\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428736,\r\n \"deletedTimestamp\": \"2020-05-04T13:47:59.5886283\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps752\",\r\n \"webSpace\": \"ps752-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps1932\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428737\",\r\n \"name\": \"ps2075\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428737,\r\n \"deletedTimestamp\": \"2020-05-04T13:49:46.5725651\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1028\",\r\n \"webSpace\": \"ps1028-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps2075\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428754\",\r\n \"name\": \"ps92\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428754,\r\n \"deletedTimestamp\": \"2020-05-04T13:54:37.9235022\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7567\",\r\n \"webSpace\": \"ps7567-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps92\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428756\",\r\n \"name\": \"ps8867\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428756,\r\n \"deletedTimestamp\": \"2020-05-04T13:55:22.562575\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7567\",\r\n \"webSpace\": \"ps7567-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps8867\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428767\",\r\n \"name\": \"ps4089\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428767,\r\n \"deletedTimestamp\": \"2020-05-04T13:58:03.0750054\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7567\",\r\n \"webSpace\": \"ps7567-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps4089\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/428800\",\r\n \"name\": \"ps7190\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 428800,\r\n \"deletedTimestamp\": \"2020-05-04T14:11:23.6651497\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps85\",\r\n \"webSpace\": \"ps85-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps7190\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/429292\",\r\n \"name\": \"up-dotnetcoreappn7yeb3nn\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 429292,\r\n \"deletedTimestamp\": \"2020-05-04T15:59:53.4790633\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rggmxjhkne4nye7zikxpgarswloxyzcy3nx23wnrcw45qes53fycnj576hujrgc7ug6\",\r\n \"webSpace\": \"clitest.rggmxjhkne4nye7zikxpgarswloxyzcy3nx23wnrcw45qes53fycnj576hujrgc7ug6-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"up-dotnetcoreappn7yeb3nn\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/431914\",\r\n \"name\": \"ps9133\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 431914,\r\n \"deletedTimestamp\": \"2020-05-05T11:14:21.4861385\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2662\",\r\n \"webSpace\": \"ps2662-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9133\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/432037\",\r\n \"name\": \"ps9940\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 432037,\r\n \"deletedTimestamp\": \"2020-05-05T12:05:19.7934689\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7113\",\r\n \"webSpace\": \"ps7113-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps9940\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/432038\",\r\n \"name\": \"ps9940\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 432038,\r\n \"deletedTimestamp\": \"2020-05-05T12:05:27.8594876\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7113\",\r\n \"webSpace\": \"ps7113-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps9940\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434519\",\r\n \"name\": \"ps92\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434519,\r\n \"deletedTimestamp\": \"2020-05-06T10:06:51.2252191\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1997\",\r\n \"webSpace\": \"ps1997-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps92\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434520\",\r\n \"name\": \"ps1370\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434520,\r\n \"deletedTimestamp\": \"2020-05-06T10:09:07.7273402\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9810\",\r\n \"webSpace\": \"ps9810-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1370\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434521\",\r\n \"name\": \"ps2669\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434521,\r\n \"deletedTimestamp\": \"2020-05-06T10:13:23.8622826\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3864\",\r\n \"webSpace\": \"ps3864-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps2669\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434522\",\r\n \"name\": \"ps9564\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434522,\r\n \"deletedTimestamp\": \"2020-05-06T10:13:30.4871444\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3864\",\r\n \"webSpace\": \"ps3864-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps9564\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434526\",\r\n \"name\": \"ps4113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434526,\r\n \"deletedTimestamp\": \"2020-05-06T10:16:15.3872109\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3374\",\r\n \"webSpace\": \"ps3374-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps4113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434534\",\r\n \"name\": \"ps6121\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434534,\r\n \"deletedTimestamp\": \"2020-05-06T10:19:37.6298629\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4470\",\r\n \"webSpace\": \"ps4470-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps6121\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434539\",\r\n \"name\": \"ps3295\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434539,\r\n \"deletedTimestamp\": \"2020-05-06T10:22:19.8024227\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"1121RG3\",\r\n \"webSpace\": \"1121RG3-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps3295\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434544\",\r\n \"name\": \"ps2001\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434544,\r\n \"deletedTimestamp\": \"2020-05-06T10:25:03.6683952\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3252\",\r\n \"webSpace\": \"ps3252-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps2001\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434548\",\r\n \"name\": \"ps4041\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434548,\r\n \"deletedTimestamp\": \"2020-05-06T10:27:16.6864614\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9238\",\r\n \"webSpace\": \"ps9238-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps4041\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434593\",\r\n \"name\": \"ps8806\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434593,\r\n \"deletedTimestamp\": \"2020-05-06T11:01:38.7263682\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4452\",\r\n \"webSpace\": \"ps4452-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps8806\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434607\",\r\n \"name\": \"ps7787\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434607,\r\n \"deletedTimestamp\": \"2020-05-06T11:08:09.2160704\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps731\",\r\n \"webSpace\": \"ps731-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps7787\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434608\",\r\n \"name\": \"ps7787\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434608,\r\n \"deletedTimestamp\": \"2020-05-06T11:08:16.2195903\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps731\",\r\n \"webSpace\": \"ps731-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps7787\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434609\",\r\n \"name\": \"ps7787\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434609,\r\n \"deletedTimestamp\": \"2020-05-06T11:08:21.6109857\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps731\",\r\n \"webSpace\": \"ps731-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps7787\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434612\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434612,\r\n \"deletedTimestamp\": \"2020-05-06T11:08:28.6464811\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps731\",\r\n \"webSpace\": \"ps731-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps8287\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434613\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434613,\r\n \"deletedTimestamp\": \"2020-05-06T11:08:32.2162051\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps731\",\r\n \"webSpace\": \"ps731-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps8287\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434614\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434614,\r\n \"deletedTimestamp\": \"2020-05-06T11:08:35.9737016\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps731\",\r\n \"webSpace\": \"ps731-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps8287\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434621\",\r\n \"name\": \"ps7656\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434621,\r\n \"deletedTimestamp\": \"2020-05-06T11:11:40.0322264\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4070\",\r\n \"webSpace\": \"ps4070-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps7656\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434624\",\r\n \"name\": \"ps6361\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434624,\r\n \"deletedTimestamp\": \"2020-05-06T11:13:55.0772776\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9344\",\r\n \"webSpace\": \"ps9344-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6361\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434625\",\r\n \"name\": \"ps4189\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434625,\r\n \"deletedTimestamp\": \"2020-05-06T11:15:58.3772708\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7602\",\r\n \"webSpace\": \"ps7602-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps4189\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434634\",\r\n \"name\": \"ps3582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434634,\r\n \"deletedTimestamp\": \"2020-05-06T11:20:44.9130676\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9282\",\r\n \"webSpace\": \"ps9282-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps3582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434637\",\r\n \"name\": \"ps4143\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434637,\r\n \"deletedTimestamp\": \"2020-05-06T11:21:28.2773244\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9282\",\r\n \"webSpace\": \"ps9282-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps4143\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434652\",\r\n \"name\": \"ps6011\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434652,\r\n \"deletedTimestamp\": \"2020-05-06T11:24:11.26236\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9282\",\r\n \"webSpace\": \"ps9282-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps6011\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434661\",\r\n \"name\": \"ps551\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434661,\r\n \"deletedTimestamp\": \"2020-05-06T11:28:21.5709286\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1348\",\r\n \"webSpace\": \"ps1348-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps551\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434662\",\r\n \"name\": \"ps5612\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434662,\r\n \"deletedTimestamp\": \"2020-05-06T11:28:32.1365394\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1348\",\r\n \"webSpace\": \"ps1348-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps5612\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434667\",\r\n \"name\": \"ps571\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434667,\r\n \"deletedTimestamp\": \"2020-05-06T11:32:10.524379\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1254\",\r\n \"webSpace\": \"ps1254-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps571\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434668\",\r\n \"name\": \"ps571\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434668,\r\n \"deletedTimestamp\": \"2020-05-06T11:32:17.3243758\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1254\",\r\n \"webSpace\": \"ps1254-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps571\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434670\",\r\n \"name\": \"ps6351\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434670,\r\n \"deletedTimestamp\": \"2020-05-06T11:37:57.1586069\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4925\",\r\n \"webSpace\": \"ps4925-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps6351\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434671\",\r\n \"name\": \"ps6351\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434671,\r\n \"deletedTimestamp\": \"2020-05-06T11:37:57.6350134\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4925\",\r\n \"webSpace\": \"ps4925-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps6351\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434672\",\r\n \"name\": \"ps9995\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434672,\r\n \"deletedTimestamp\": \"2020-05-06T11:38:07.8789468\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4925\",\r\n \"webSpace\": \"ps4925-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps9995\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434673\",\r\n \"name\": \"ps9995\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434673,\r\n \"deletedTimestamp\": \"2020-05-06T11:38:08.1758518\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4925\",\r\n \"webSpace\": \"ps4925-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps9995\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434679\",\r\n \"name\": \"ps5311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434679,\r\n \"deletedTimestamp\": \"2020-05-06T11:42:36.634933\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2256\",\r\n \"webSpace\": \"ps2256-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps5311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434680\",\r\n \"name\": \"ps5311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434680,\r\n \"deletedTimestamp\": \"2020-05-06T11:42:47.4363645\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2256\",\r\n \"webSpace\": \"ps2256-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps5311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434686\",\r\n \"name\": \"ps1745\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434686,\r\n \"deletedTimestamp\": \"2020-05-06T11:45:27.7472477\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6826\",\r\n \"webSpace\": \"ps6826-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps1745\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434687\",\r\n \"name\": \"ps1745\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434687,\r\n \"deletedTimestamp\": \"2020-05-06T11:45:31.3266955\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6826\",\r\n \"webSpace\": \"ps6826-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps1745\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434689\",\r\n \"name\": \"ps7336\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434689,\r\n \"deletedTimestamp\": \"2020-05-06T11:48:23.3174841\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2799\",\r\n \"webSpace\": \"ps2799-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-035\",\r\n \"deletedSiteName\": \"ps7336\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434690\",\r\n \"name\": \"ps7336\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434690,\r\n \"deletedTimestamp\": \"2020-05-06T11:48:26.8212759\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2799\",\r\n \"webSpace\": \"ps2799-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-035\",\r\n \"deletedSiteName\": \"ps7336\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434695\",\r\n \"name\": \"ps6812\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434695,\r\n \"deletedTimestamp\": \"2020-05-06T11:51:00.8243993\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3680\",\r\n \"webSpace\": \"ps3680-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps6812\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434706\",\r\n \"name\": \"ps7497\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434706,\r\n \"deletedTimestamp\": \"2020-05-06T11:57:00.7616051\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps895\",\r\n \"webSpace\": \"ps895-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps7497\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434707\",\r\n \"name\": \"ps7497\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434707,\r\n \"deletedTimestamp\": \"2020-05-06T11:57:01.1835047\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps895\",\r\n \"webSpace\": \"ps895-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps7497\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434710\",\r\n \"name\": \"ps8023\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434710,\r\n \"deletedTimestamp\": \"2020-05-06T11:59:46.9017171\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6904\",\r\n \"webSpace\": \"ps6904-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8023\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434711\",\r\n \"name\": \"ps8023\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434711,\r\n \"deletedTimestamp\": \"2020-05-06T11:59:47.1872267\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6904\",\r\n \"webSpace\": \"ps6904-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8023\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434714\",\r\n \"name\": \"ps4973\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434714,\r\n \"deletedTimestamp\": \"2020-05-06T12:02:11.3563386\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9222\",\r\n \"webSpace\": \"ps9222-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4973\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434715\",\r\n \"name\": \"ps4973\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434715,\r\n \"deletedTimestamp\": \"2020-05-06T12:02:14.731377\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9222\",\r\n \"webSpace\": \"ps9222-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4973\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434719\",\r\n \"name\": \"ps9626\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434719,\r\n \"deletedTimestamp\": \"2020-05-06T12:05:42.9356344\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2744\",\r\n \"webSpace\": \"ps2744-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9626\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434720\",\r\n \"name\": \"ps9626\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434720,\r\n \"deletedTimestamp\": \"2020-05-06T12:05:47.3808831\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2744\",\r\n \"webSpace\": \"ps2744-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9626\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434721\",\r\n \"name\": \"ps9626\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434721,\r\n \"deletedTimestamp\": \"2020-05-06T12:05:51.0915706\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2744\",\r\n \"webSpace\": \"ps2744-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9626\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434773\",\r\n \"name\": \"ps6384\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434773,\r\n \"deletedTimestamp\": \"2020-05-06T12:50:31.7211011\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9475\",\r\n \"webSpace\": \"ps9475-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps6384\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434774\",\r\n \"name\": \"ps6384\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434774,\r\n \"deletedTimestamp\": \"2020-05-06T12:50:32.1117562\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9475\",\r\n \"webSpace\": \"ps9475-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps6384\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434779\",\r\n \"name\": \"ps1099\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434779,\r\n \"deletedTimestamp\": \"2020-05-06T12:53:59.7781574\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8707\",\r\n \"webSpace\": \"ps8707-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps1099\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434780\",\r\n \"name\": \"ps1099\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434780,\r\n \"deletedTimestamp\": \"2020-05-06T12:54:00.0750363\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8707\",\r\n \"webSpace\": \"ps8707-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps1099\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434784\",\r\n \"name\": \"ps3158\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434784,\r\n \"deletedTimestamp\": \"2020-05-06T12:58:05.1326973\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6610\",\r\n \"webSpace\": \"ps6610-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps3158\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434785\",\r\n \"name\": \"ps3158\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434785,\r\n \"deletedTimestamp\": \"2020-05-06T12:58:05.445199\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6610\",\r\n \"webSpace\": \"ps6610-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps3158\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434789\",\r\n \"name\": \"ps5446\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434789,\r\n \"deletedTimestamp\": \"2020-05-06T13:01:21.6482405\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2938\",\r\n \"webSpace\": \"ps2938-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps5446\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434790\",\r\n \"name\": \"ps5446\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434790,\r\n \"deletedTimestamp\": \"2020-05-06T13:01:21.9670191\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2938\",\r\n \"webSpace\": \"ps2938-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps5446\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434808\",\r\n \"name\": \"ps75\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434808,\r\n \"deletedTimestamp\": \"2020-05-06T13:16:05.5736888\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2216\",\r\n \"webSpace\": \"ps2216-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps75\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434815\",\r\n \"name\": \"ps8366\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434815,\r\n \"deletedTimestamp\": \"2020-05-06T13:19:15.7461301\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3085\",\r\n \"webSpace\": \"ps3085-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps8366\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434819\",\r\n \"name\": \"ps6966\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434819,\r\n \"deletedTimestamp\": \"2020-05-06T13:22:54.7690988\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps6966\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434844\",\r\n \"name\": \"ps9314\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434844,\r\n \"deletedTimestamp\": \"2020-05-06T13:25:59.4071421\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2200\",\r\n \"webSpace\": \"ps2200-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"ps9314\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434858\",\r\n \"name\": \"ps5109\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434858,\r\n \"deletedTimestamp\": \"2020-05-06T13:28:53.822156\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7127\",\r\n \"webSpace\": \"ps7127-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5109\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434863\",\r\n \"name\": \"ps3053\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434863,\r\n \"deletedTimestamp\": \"2020-05-06T13:31:57.5633085\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7379\",\r\n \"webSpace\": \"ps7379-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps3053\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434868\",\r\n \"name\": \"ps5908\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434868,\r\n \"deletedTimestamp\": \"2020-05-06T13:35:21.2577648\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps764\",\r\n \"webSpace\": \"ps764-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5908\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434869\",\r\n \"name\": \"ps5908\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434869,\r\n \"deletedTimestamp\": \"2020-05-06T13:35:21.5702953\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps764\",\r\n \"webSpace\": \"ps764-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5908\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/434874\",\r\n \"name\": \"ps3500\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 434874,\r\n \"deletedTimestamp\": \"2020-05-06T13:38:06.7476988\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2226\",\r\n \"webSpace\": \"ps2226-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps3500\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/435120\",\r\n \"name\": \"ps8085\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 435120,\r\n \"deletedTimestamp\": \"2020-05-06T15:49:05.3880945\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7083\",\r\n \"webSpace\": \"ps7083-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"ps8085\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/435127\",\r\n \"name\": \"ps1879\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 435127,\r\n \"deletedTimestamp\": \"2020-05-06T15:51:37.1084745\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3594\",\r\n \"webSpace\": \"ps3594-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"ps1879\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436341\",\r\n \"name\": \"ps2919\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436341,\r\n \"deletedTimestamp\": \"2020-05-07T00:54:42.473185\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9752\",\r\n \"webSpace\": \"ps9752-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps2919\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436342\",\r\n \"name\": \"ps2919\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436342,\r\n \"deletedTimestamp\": \"2020-05-07T00:54:49.285687\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9752\",\r\n \"webSpace\": \"ps9752-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps2919\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436398\",\r\n \"name\": \"ps9389\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436398,\r\n \"deletedTimestamp\": \"2020-05-07T01:32:43.5476959\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7860\",\r\n \"webSpace\": \"ps7860-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps9389\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436504\",\r\n \"name\": \"ps7181\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436504,\r\n \"deletedTimestamp\": \"2020-05-07T02:09:47.8643185\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5346\",\r\n \"webSpace\": \"ps5346-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps7181\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436505\",\r\n \"name\": \"ps7181\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436505,\r\n \"deletedTimestamp\": \"2020-05-07T02:09:54.0669173\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5346\",\r\n \"webSpace\": \"ps5346-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps7181\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436510\",\r\n \"name\": \"ps9301\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436510,\r\n \"deletedTimestamp\": \"2020-05-07T02:12:56.8254834\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2001\",\r\n \"webSpace\": \"ps2001-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps9301\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436559\",\r\n \"name\": \"ps1255\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436559,\r\n \"deletedTimestamp\": \"2020-05-07T02:49:08.3248971\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9254\",\r\n \"webSpace\": \"ps9254-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps1255\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436560\",\r\n \"name\": \"ps1255\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436560,\r\n \"deletedTimestamp\": \"2020-05-07T02:49:14.0978779\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9254\",\r\n \"webSpace\": \"ps9254-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps1255\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436653\",\r\n \"name\": \"ps237\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436653,\r\n \"deletedTimestamp\": \"2020-05-07T03:19:55.1964274\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9254\",\r\n \"webSpace\": \"ps9254-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps237\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436655\",\r\n \"name\": \"ps237\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436655,\r\n \"deletedTimestamp\": \"2020-05-07T03:20:02.0566069\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9254\",\r\n \"webSpace\": \"ps9254-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps237\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436754\",\r\n \"name\": \"ps9592\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436754,\r\n \"deletedTimestamp\": \"2020-05-07T04:01:06.251194\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3354\",\r\n \"webSpace\": \"ps3354-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps9592\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436804\",\r\n \"name\": \"ps9592\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436804,\r\n \"deletedTimestamp\": \"2020-05-07T04:17:46.1046124\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3354\",\r\n \"webSpace\": \"ps3354-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps9592\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436809\",\r\n \"name\": \"ps9405\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436809,\r\n \"deletedTimestamp\": \"2020-05-07T04:20:12.0387136\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4213\",\r\n \"webSpace\": \"ps4213-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps9405\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436810\",\r\n \"name\": \"ps9405\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436810,\r\n \"deletedTimestamp\": \"2020-05-07T04:20:15.6527532\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4213\",\r\n \"webSpace\": \"ps4213-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps9405\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436814\",\r\n \"name\": \"ps3697\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436814,\r\n \"deletedTimestamp\": \"2020-05-07T04:23:39.0704889\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6496\",\r\n \"webSpace\": \"ps6496-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps3697\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/436819\",\r\n \"name\": \"ps7679\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 436819,\r\n \"deletedTimestamp\": \"2020-05-07T04:26:07.6263995\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9720\",\r\n \"webSpace\": \"ps9720-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps7679\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/437034\",\r\n \"name\": \"ps9496\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 437034,\r\n \"deletedTimestamp\": \"2020-05-07T07:03:46.832314\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5128\",\r\n \"webSpace\": \"ps5128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps9496\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/437289\",\r\n \"name\": \"ps4500\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 437289,\r\n \"deletedTimestamp\": \"2020-05-07T09:23:51.9584757\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4099\",\r\n \"webSpace\": \"ps4099-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps4500\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/437290\",\r\n \"name\": \"ps4500\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 437290,\r\n \"deletedTimestamp\": \"2020-05-07T09:23:57.7709903\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4099\",\r\n \"webSpace\": \"ps4099-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps4500\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/444371\",\r\n \"name\": \"ps5623\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 444371,\r\n \"deletedTimestamp\": \"2020-05-11T06:11:31.8380507\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1809\",\r\n \"webSpace\": \"ps1809-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5623\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/444373\",\r\n \"name\": \"ps9379\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 444373,\r\n \"deletedTimestamp\": \"2020-05-11T06:14:28.7372261\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps390\",\r\n \"webSpace\": \"ps390-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps9379\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/444385\",\r\n \"name\": \"ps5187\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 444385,\r\n \"deletedTimestamp\": \"2020-05-11T06:28:30.2172596\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9944\",\r\n \"webSpace\": \"ps9944-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps5187\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/444386\",\r\n \"name\": \"ps5187\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 444386,\r\n \"deletedTimestamp\": \"2020-05-11T06:28:30.5297666\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9944\",\r\n \"webSpace\": \"ps9944-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps5187\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/444464\",\r\n \"name\": \"pscc2fb5afff\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 444464,\r\n \"deletedTimestamp\": \"2020-05-11T07:39:02.3484132\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psabe4b6d49c\",\r\n \"webSpace\": \"psabe4b6d49c-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pscc2fb5afff\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/444466\",\r\n \"name\": \"pscc2fb5afff\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 444466,\r\n \"deletedTimestamp\": \"2020-05-11T07:41:49.3732743\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psabe4b6d49c\",\r\n \"webSpace\": \"psabe4b6d49c-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pscc2fb5afff\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/444543\",\r\n \"name\": \"pscc2fb5afff\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 444543,\r\n \"deletedTimestamp\": \"2020-05-11T08:13:09.5463747\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psabe4b6d49c\",\r\n \"webSpace\": \"psabe4b6d49c-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pscc2fb5afff\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/445075\",\r\n \"name\": \"ps4741\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 445075,\r\n \"deletedTimestamp\": \"2020-05-11T13:16:08.901088\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3127\",\r\n \"webSpace\": \"ps3127-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps4741\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/445077\",\r\n \"name\": \"ps4741\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 445077,\r\n \"deletedTimestamp\": \"2020-05-11T13:16:16.0925588\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3127\",\r\n \"webSpace\": \"ps3127-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps4741\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/448514\",\r\n \"name\": \"ps3965\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 448514,\r\n \"deletedTimestamp\": \"2020-05-12T16:44:26.2743172\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7453\",\r\n \"webSpace\": \"ps7453-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps3965\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/448515\",\r\n \"name\": \"ps3965\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 448515,\r\n \"deletedTimestamp\": \"2020-05-12T16:44:33.9448989\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7453\",\r\n \"webSpace\": \"ps7453-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps3965\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450304\",\r\n \"name\": \"ps2811\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450304,\r\n \"deletedTimestamp\": \"2020-05-13T07:57:49.4198254\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6457\",\r\n \"webSpace\": \"ps6457-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps2811\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450309\",\r\n \"name\": \"ps8711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450309,\r\n \"deletedTimestamp\": \"2020-05-13T08:02:30.8741898\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1425\",\r\n \"webSpace\": \"ps1425-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps8711\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450310\",\r\n \"name\": \"ps8711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450310,\r\n \"deletedTimestamp\": \"2020-05-13T08:02:36.5519554\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1425\",\r\n \"webSpace\": \"ps1425-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps8711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450337\",\r\n \"name\": \"ps9219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450337,\r\n \"deletedTimestamp\": \"2020-05-13T08:16:14.7648249\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8697\",\r\n \"webSpace\": \"ps8697-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps9219\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450338\",\r\n \"name\": \"ps9219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450338,\r\n \"deletedTimestamp\": \"2020-05-13T08:16:22.5539974\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8697\",\r\n \"webSpace\": \"ps8697-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps9219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450380\",\r\n \"name\": \"ps7247\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450380,\r\n \"deletedTimestamp\": \"2020-05-13T08:35:02.4771098\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps874\",\r\n \"webSpace\": \"ps874-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps7247\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450381\",\r\n \"name\": \"ps7247\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450381,\r\n \"deletedTimestamp\": \"2020-05-13T08:35:05.8367775\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps874\",\r\n \"webSpace\": \"ps874-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps7247\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450427\",\r\n \"name\": \"ps2917\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450427,\r\n \"deletedTimestamp\": \"2020-05-13T09:28:13.4017107\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3945\",\r\n \"webSpace\": \"ps3945-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps2917\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/450428\",\r\n \"name\": \"ps2917\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 450428,\r\n \"deletedTimestamp\": \"2020-05-13T09:28:20.2612187\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3945\",\r\n \"webSpace\": \"ps3945-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps2917\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/453931\",\r\n \"name\": \"ps8759\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 453931,\r\n \"deletedTimestamp\": \"2020-05-14T16:30:22.6979209\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6924\",\r\n \"webSpace\": \"ps6924-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8759\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/453942\",\r\n \"name\": \"ps894f00a4f2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 453942,\r\n \"deletedTimestamp\": \"2020-05-14T16:36:31.723885\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psd5dfac3601\",\r\n \"webSpace\": \"psd5dfac3601-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps894f00a4f2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/453948\",\r\n \"name\": \"ps894f00a4f2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 453948,\r\n \"deletedTimestamp\": \"2020-05-14T16:39:07.0685335\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psd5dfac3601\",\r\n \"webSpace\": \"psd5dfac3601-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps894f00a4f2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/453957\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 453957,\r\n \"deletedTimestamp\": \"2020-05-14T16:44:52.3144104\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1dab4289c4\",\r\n \"webSpace\": \"ps1dab4289c4-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"psc7cbddeb65\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/453967\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 453967,\r\n \"deletedTimestamp\": \"2020-05-14T16:47:16.8435232\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1dab4289c4\",\r\n \"webSpace\": \"ps1dab4289c4-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"psc7cbddeb65\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/453980\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 453980,\r\n \"deletedTimestamp\": \"2020-05-14T16:52:57.8151407\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1dab4289c4\",\r\n \"webSpace\": \"ps1dab4289c4-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"psc7cbddeb65\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/453981\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 453981,\r\n \"deletedTimestamp\": \"2020-05-14T16:54:22.1608224\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1dab4289c4\",\r\n \"webSpace\": \"ps1dab4289c4-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"psc7cbddeb65\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/453990\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 453990,\r\n \"deletedTimestamp\": \"2020-05-14T16:57:14.7634706\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1dab4289c4\",\r\n \"webSpace\": \"ps1dab4289c4-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"psc7cbddeb65\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/456385\",\r\n \"name\": \"ps23e24048f3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 456385,\r\n \"deletedTimestamp\": \"2020-05-15T10:38:14.7455412\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps956b381269\",\r\n \"webSpace\": \"ps956b381269-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps23e24048f3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/456573\",\r\n \"name\": \"ps8459\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 456573,\r\n \"deletedTimestamp\": \"2020-05-15T13:38:03.7435261\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8870\",\r\n \"webSpace\": \"ps8870-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8459\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/456578\",\r\n \"name\": \"ps9542\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 456578,\r\n \"deletedTimestamp\": \"2020-05-15T13:41:20.8578214\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps953\",\r\n \"webSpace\": \"ps953-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps9542\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/456591\",\r\n \"name\": \"ps927\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 456591,\r\n \"deletedTimestamp\": \"2020-05-15T13:48:32.3284761\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6278\",\r\n \"webSpace\": \"ps6278-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps927\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/456593\",\r\n \"name\": \"ps5483\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 456593,\r\n \"deletedTimestamp\": \"2020-05-15T13:52:19.075216\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7935\",\r\n \"webSpace\": \"ps7935-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5483\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/456633\",\r\n \"name\": \"ps590\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 456633,\r\n \"deletedTimestamp\": \"2020-05-15T14:22:09.0231641\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7224\",\r\n \"webSpace\": \"ps7224-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps590\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466209\",\r\n \"name\": \"ps8674\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466209,\r\n \"deletedTimestamp\": \"2020-05-20T00:47:34.7668287\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4117\",\r\n \"webSpace\": \"ps4117-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps8674\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466215\",\r\n \"name\": \"ps3934\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466215,\r\n \"deletedTimestamp\": \"2020-05-20T00:49:28.7863643\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1393\",\r\n \"webSpace\": \"ps1393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps3934\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466222\",\r\n \"name\": \"ps9977\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466222,\r\n \"deletedTimestamp\": \"2020-05-20T00:54:21.8400423\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2519\",\r\n \"webSpace\": \"ps2519-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps9977\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466223\",\r\n \"name\": \"ps1794\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466223,\r\n \"deletedTimestamp\": \"2020-05-20T00:54:27.4344659\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2519\",\r\n \"webSpace\": \"ps2519-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps1794\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466238\",\r\n \"name\": \"ps7607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466238,\r\n \"deletedTimestamp\": \"2020-05-20T00:58:53.3133123\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6417\",\r\n \"webSpace\": \"ps6417-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps7607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466241\",\r\n \"name\": \"ps3591\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466241,\r\n \"deletedTimestamp\": \"2020-05-20T01:01:34.4156728\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4601\",\r\n \"webSpace\": \"ps4601-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps3591\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466246\",\r\n \"name\": \"ps4588\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466246,\r\n \"deletedTimestamp\": \"2020-05-20T01:06:32.8118693\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2110\",\r\n \"webSpace\": \"ps2110-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps4588\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466248\",\r\n \"name\": \"ps5564\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466248,\r\n \"deletedTimestamp\": \"2020-05-20T01:08:32.3311058\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3798\",\r\n \"webSpace\": \"ps3798-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5564\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466251\",\r\n \"name\": \"ps6662\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466251,\r\n \"deletedTimestamp\": \"2020-05-20T01:11:25.9923082\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps32\",\r\n \"webSpace\": \"ps32-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps6662\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466252\",\r\n \"name\": \"ps801\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466252,\r\n \"deletedTimestamp\": \"2020-05-20T01:11:35.4839062\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps32\",\r\n \"webSpace\": \"ps32-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps801\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466256\",\r\n \"name\": \"ps597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466256,\r\n \"deletedTimestamp\": \"2020-05-20T01:15:50.8276588\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3010\",\r\n \"webSpace\": \"ps3010-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466265\",\r\n \"name\": \"ps8119\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466265,\r\n \"deletedTimestamp\": \"2020-05-20T01:23:47.7989678\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6364\",\r\n \"webSpace\": \"ps6364-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps8119\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466266\",\r\n \"name\": \"ps8119\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466266,\r\n \"deletedTimestamp\": \"2020-05-20T01:23:53.5630622\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6364\",\r\n \"webSpace\": \"ps6364-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps8119\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466267\",\r\n \"name\": \"ps8119\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466267,\r\n \"deletedTimestamp\": \"2020-05-20T01:23:57.1737765\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6364\",\r\n \"webSpace\": \"ps6364-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps8119\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466268\",\r\n \"name\": \"ps3745\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466268,\r\n \"deletedTimestamp\": \"2020-05-20T01:24:05.910033\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6364\",\r\n \"webSpace\": \"ps6364-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps3745\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466269\",\r\n \"name\": \"ps3745\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466269,\r\n \"deletedTimestamp\": \"2020-05-20T01:24:09.5663811\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6364\",\r\n \"webSpace\": \"ps6364-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps3745\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466270\",\r\n \"name\": \"ps3745\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466270,\r\n \"deletedTimestamp\": \"2020-05-20T01:24:12.8332104\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6364\",\r\n \"webSpace\": \"ps6364-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps3745\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466283\",\r\n \"name\": \"ps9157\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466283,\r\n \"deletedTimestamp\": \"2020-05-20T01:26:49.4874368\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1247\",\r\n \"webSpace\": \"ps1247-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9157\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466288\",\r\n \"name\": \"ps9633\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466288,\r\n \"deletedTimestamp\": \"2020-05-20T01:29:03.7844896\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1226\",\r\n \"webSpace\": \"ps1226-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps9633\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466293\",\r\n \"name\": \"ps4828\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466293,\r\n \"deletedTimestamp\": \"2020-05-20T01:30:54.4971737\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9364\",\r\n \"webSpace\": \"ps9364-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps4828\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466298\",\r\n \"name\": \"ps5261\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466298,\r\n \"deletedTimestamp\": \"2020-05-20T01:35:27.0478629\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4979\",\r\n \"webSpace\": \"ps4979-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps5261\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466300\",\r\n \"name\": \"ps6945\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466300,\r\n \"deletedTimestamp\": \"2020-05-20T01:36:11.2283718\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4979\",\r\n \"webSpace\": \"ps4979-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps6945\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466302\",\r\n \"name\": \"ps784\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466302,\r\n \"deletedTimestamp\": \"2020-05-20T01:38:53.2944325\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4979\",\r\n \"webSpace\": \"ps4979-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps784\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466310\",\r\n \"name\": \"ps319\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466310,\r\n \"deletedTimestamp\": \"2020-05-20T01:46:26.2430435\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1103\",\r\n \"webSpace\": \"ps1103-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps319\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466312\",\r\n \"name\": \"ps1361\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466312,\r\n \"deletedTimestamp\": \"2020-05-20T01:49:14.6662685\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4015\",\r\n \"webSpace\": \"ps4015-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1361\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466323\",\r\n \"name\": \"ps3865\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466323,\r\n \"deletedTimestamp\": \"2020-05-20T01:52:05.3653754\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps847\",\r\n \"webSpace\": \"ps847-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3865\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466325\",\r\n \"name\": \"ps8037\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466325,\r\n \"deletedTimestamp\": \"2020-05-20T01:54:54.8765426\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8782\",\r\n \"webSpace\": \"ps8782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps8037\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466326\",\r\n \"name\": \"ps9487\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466326,\r\n \"deletedTimestamp\": \"2020-05-20T01:57:53.4426326\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps52\",\r\n \"webSpace\": \"ps52-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps9487\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466329\",\r\n \"name\": \"ps9845\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466329,\r\n \"deletedTimestamp\": \"2020-05-20T02:00:45.7438895\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps754\",\r\n \"webSpace\": \"ps754-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps9845\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466333\",\r\n \"name\": \"ps333\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466333,\r\n \"deletedTimestamp\": \"2020-05-20T02:04:06.2697944\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4821\",\r\n \"webSpace\": \"ps4821-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps333\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466334\",\r\n \"name\": \"ps333\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466334,\r\n \"deletedTimestamp\": \"2020-05-20T02:04:06.5666584\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4821\",\r\n \"webSpace\": \"ps4821-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps333\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466336\",\r\n \"name\": \"ps6560\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466336,\r\n \"deletedTimestamp\": \"2020-05-20T02:06:51.587874\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4946\",\r\n \"webSpace\": \"ps4946-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps6560\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466340\",\r\n \"name\": \"ps59\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466340,\r\n \"deletedTimestamp\": \"2020-05-20T02:10:00.7356941\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4209\",\r\n \"webSpace\": \"ps4209-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps59\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466341\",\r\n \"name\": \"ps59\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466341,\r\n \"deletedTimestamp\": \"2020-05-20T02:10:06.3794331\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4209\",\r\n \"webSpace\": \"ps4209-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps59\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466349\",\r\n \"name\": \"ps9718\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466349,\r\n \"deletedTimestamp\": \"2020-05-20T02:15:36.6315513\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps769\",\r\n \"webSpace\": \"ps769-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps9718\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466350\",\r\n \"name\": \"ps9718\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466350,\r\n \"deletedTimestamp\": \"2020-05-20T02:15:36.9440936\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps769\",\r\n \"webSpace\": \"ps769-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps9718\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466351\",\r\n \"name\": \"ps3391\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466351,\r\n \"deletedTimestamp\": \"2020-05-20T02:15:43.053918\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps769\",\r\n \"webSpace\": \"ps769-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps3391\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466352\",\r\n \"name\": \"ps3391\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466352,\r\n \"deletedTimestamp\": \"2020-05-20T02:15:43.3983911\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps769\",\r\n \"webSpace\": \"ps769-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps3391\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466364\",\r\n \"name\": \"ps5580\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466364,\r\n \"deletedTimestamp\": \"2020-05-20T02:20:02.7491863\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2385\",\r\n \"webSpace\": \"ps2385-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps5580\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466365\",\r\n \"name\": \"ps5580\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466365,\r\n \"deletedTimestamp\": \"2020-05-20T02:20:06.2973668\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2385\",\r\n \"webSpace\": \"ps2385-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps5580\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466366\",\r\n \"name\": \"ps9728\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466366,\r\n \"deletedTimestamp\": \"2020-05-20T02:22:32.1713134\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps737\",\r\n \"webSpace\": \"ps737-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps9728\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466367\",\r\n \"name\": \"ps9728\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466367,\r\n \"deletedTimestamp\": \"2020-05-20T02:22:35.7211181\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps737\",\r\n \"webSpace\": \"ps737-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps9728\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466372\",\r\n \"name\": \"ps929\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466372,\r\n \"deletedTimestamp\": \"2020-05-20T02:25:10.0470556\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1886\",\r\n \"webSpace\": \"ps1886-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps929\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466373\",\r\n \"name\": \"ps929\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466373,\r\n \"deletedTimestamp\": \"2020-05-20T02:25:13.1912406\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1886\",\r\n \"webSpace\": \"ps1886-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps929\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466375\",\r\n \"name\": \"ps8452\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466375,\r\n \"deletedTimestamp\": \"2020-05-20T02:27:37.1012818\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps457\",\r\n \"webSpace\": \"ps457-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps8452\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466389\",\r\n \"name\": \"ps9919\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466389,\r\n \"deletedTimestamp\": \"2020-05-20T02:33:05.7717327\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8321\",\r\n \"webSpace\": \"ps8321-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps9919\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466390\",\r\n \"name\": \"ps9919\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466390,\r\n \"deletedTimestamp\": \"2020-05-20T02:33:06.0998762\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8321\",\r\n \"webSpace\": \"ps8321-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps9919\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466398\",\r\n \"name\": \"ps6055\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466398,\r\n \"deletedTimestamp\": \"2020-05-20T02:37:06.6134914\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps440\",\r\n \"webSpace\": \"ps440-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps6055\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466399\",\r\n \"name\": \"ps6055\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466399,\r\n \"deletedTimestamp\": \"2020-05-20T02:37:10.6918602\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps440\",\r\n \"webSpace\": \"ps440-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps6055\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466402\",\r\n \"name\": \"ps6156\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466402,\r\n \"deletedTimestamp\": \"2020-05-20T02:40:02.3491302\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7421\",\r\n \"webSpace\": \"ps7421-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps6156\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466404\",\r\n \"name\": \"ps6156\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466404,\r\n \"deletedTimestamp\": \"2020-05-20T02:40:05.9651689\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7421\",\r\n \"webSpace\": \"ps7421-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps6156\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466405\",\r\n \"name\": \"ps6156\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466405,\r\n \"deletedTimestamp\": \"2020-05-20T02:40:09.4524986\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7421\",\r\n \"webSpace\": \"ps7421-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps6156\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466407\",\r\n \"name\": \"ps9804\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466407,\r\n \"deletedTimestamp\": \"2020-05-20T02:42:32.0181903\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6910\",\r\n \"webSpace\": \"ps6910-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-085\",\r\n \"deletedSiteName\": \"ps9804\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466659\",\r\n \"name\": \"ps1801\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466659,\r\n \"deletedTimestamp\": \"2020-05-20T04:13:53.4175611\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6951\",\r\n \"webSpace\": \"ps6951-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps1801\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466674\",\r\n \"name\": \"ps3124\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466674,\r\n \"deletedTimestamp\": \"2020-05-20T04:23:55.8791824\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3445\",\r\n \"webSpace\": \"ps3445-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3124\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466675\",\r\n \"name\": \"ps3124\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466675,\r\n \"deletedTimestamp\": \"2020-05-20T04:23:56.7762333\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3445\",\r\n \"webSpace\": \"ps3445-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3124\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466679\",\r\n \"name\": \"ps225\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466679,\r\n \"deletedTimestamp\": \"2020-05-20T04:27:16.6934348\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps614\",\r\n \"webSpace\": \"ps614-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps225\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466680\",\r\n \"name\": \"ps225\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466680,\r\n \"deletedTimestamp\": \"2020-05-20T04:27:17.0215616\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps614\",\r\n \"webSpace\": \"ps614-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps225\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466683\",\r\n \"name\": \"ps3572\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466683,\r\n \"deletedTimestamp\": \"2020-05-20T04:30:35.7665632\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5402\",\r\n \"webSpace\": \"ps5402-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3572\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466684\",\r\n \"name\": \"ps3572\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466684,\r\n \"deletedTimestamp\": \"2020-05-20T04:30:36.0950563\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5402\",\r\n \"webSpace\": \"ps5402-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3572\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466690\",\r\n \"name\": \"ps4384\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466690,\r\n \"deletedTimestamp\": \"2020-05-20T04:34:04.4213039\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5239\",\r\n \"webSpace\": \"ps5239-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps4384\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/466691\",\r\n \"name\": \"ps4384\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 466691,\r\n \"deletedTimestamp\": \"2020-05-20T04:34:04.7338078\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5239\",\r\n \"webSpace\": \"ps5239-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps4384\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467493\",\r\n \"name\": \"ps8034\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467493,\r\n \"deletedTimestamp\": \"2020-05-20T09:58:29.5113216\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5203\",\r\n \"webSpace\": \"ps5203-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps8034\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467494\",\r\n \"name\": \"ps8034\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467494,\r\n \"deletedTimestamp\": \"2020-05-20T09:58:37.7120933\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5203\",\r\n \"webSpace\": \"ps5203-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps8034\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467498\",\r\n \"name\": \"ps9290\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467498,\r\n \"deletedTimestamp\": \"2020-05-20T10:01:57.2453691\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6217\",\r\n \"webSpace\": \"ps6217-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps9290\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467533\",\r\n \"name\": \"ps7907\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467533,\r\n \"deletedTimestamp\": \"2020-05-20T10:23:59.7278157\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4025\",\r\n \"webSpace\": \"ps4025-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps7907\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467535\",\r\n \"name\": \"ps7907\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467535,\r\n \"deletedTimestamp\": \"2020-05-20T10:24:24.2597231\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4025\",\r\n \"webSpace\": \"ps4025-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps7907\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467618\",\r\n \"name\": \"ps6956\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467618,\r\n \"deletedTimestamp\": \"2020-05-20T10:55:41.2604875\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4025\",\r\n \"webSpace\": \"ps4025-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps6956\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467619\",\r\n \"name\": \"ps6956\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467619,\r\n \"deletedTimestamp\": \"2020-05-20T10:55:49.261923\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4025\",\r\n \"webSpace\": \"ps4025-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps6956\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467623\",\r\n \"name\": \"ps8275\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467623,\r\n \"deletedTimestamp\": \"2020-05-20T10:58:48.3688891\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9541\",\r\n \"webSpace\": \"ps9541-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps8275\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467685\",\r\n \"name\": \"ps8275\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467685,\r\n \"deletedTimestamp\": \"2020-05-20T11:14:59.3902398\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9541\",\r\n \"webSpace\": \"ps9541-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps8275\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467717\",\r\n \"name\": \"ps2337\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467717,\r\n \"deletedTimestamp\": \"2020-05-20T11:44:51.3463907\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3380\",\r\n \"webSpace\": \"ps3380-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps2337\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467718\",\r\n \"name\": \"ps2337\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467718,\r\n \"deletedTimestamp\": \"2020-05-20T11:44:58.8145534\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3380\",\r\n \"webSpace\": \"ps3380-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps2337\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467719\",\r\n \"name\": \"ps7807\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467719,\r\n \"deletedTimestamp\": \"2020-05-20T11:47:16.8740756\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7422\",\r\n \"webSpace\": \"ps7422-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"ps7807\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467720\",\r\n \"name\": \"ps7807\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467720,\r\n \"deletedTimestamp\": \"2020-05-20T11:47:20.2978681\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7422\",\r\n \"webSpace\": \"ps7422-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"ps7807\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467722\",\r\n \"name\": \"ps9402\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467722,\r\n \"deletedTimestamp\": \"2020-05-20T11:50:06.3939646\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7108\",\r\n \"webSpace\": \"ps7108-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps9402\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467724\",\r\n \"name\": \"ps3632\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467724,\r\n \"deletedTimestamp\": \"2020-05-20T11:52:36.6235477\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8173\",\r\n \"webSpace\": \"ps8173-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps3632\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467727\",\r\n \"name\": \"ps747\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467727,\r\n \"deletedTimestamp\": \"2020-05-20T11:56:22.1417851\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1646\",\r\n \"webSpace\": \"ps1646-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps747\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/467732\",\r\n \"name\": \"ps6705\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 467732,\r\n \"deletedTimestamp\": \"2020-05-20T12:00:01.7471525\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9384\",\r\n \"webSpace\": \"ps9384-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps6705\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/470965\",\r\n \"name\": \"ps5387\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 470965,\r\n \"deletedTimestamp\": \"2020-05-21T12:19:29.1866967\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps429\",\r\n \"webSpace\": \"ps429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps5387\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/470966\",\r\n \"name\": \"ps5387\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 470966,\r\n \"deletedTimestamp\": \"2020-05-21T12:19:29.4835828\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps429\",\r\n \"webSpace\": \"ps429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps5387\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/470967\",\r\n \"name\": \"ps6860\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 470967,\r\n \"deletedTimestamp\": \"2020-05-21T12:23:22.6296497\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps369\",\r\n \"webSpace\": \"ps369-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6860\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/470971\",\r\n \"name\": \"ps5792\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 470971,\r\n \"deletedTimestamp\": \"2020-05-21T12:27:03.2581508\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8845\",\r\n \"webSpace\": \"ps8845-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5792\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/470972\",\r\n \"name\": \"ps5792\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 470972,\r\n \"deletedTimestamp\": \"2020-05-21T12:27:03.5706544\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8845\",\r\n \"webSpace\": \"ps8845-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5792\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/471020\",\r\n \"name\": \"ps6270\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 471020,\r\n \"deletedTimestamp\": \"2020-05-21T12:53:56.4018701\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3177\",\r\n \"webSpace\": \"ps3177-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps6270\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/471021\",\r\n \"name\": \"ps6270\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 471021,\r\n \"deletedTimestamp\": \"2020-05-21T12:53:56.7143786\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3177\",\r\n \"webSpace\": \"ps3177-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps6270\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/471036\",\r\n \"name\": \"ps4617\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 471036,\r\n \"deletedTimestamp\": \"2020-05-21T12:56:22.9258681\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7260\",\r\n \"webSpace\": \"ps7260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps4617\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474411\",\r\n \"name\": \"ps3571\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474411,\r\n \"deletedTimestamp\": \"2020-05-22T11:02:39.585837\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2809\",\r\n \"webSpace\": \"ps2809-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps3571\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474420\",\r\n \"name\": \"ps6610\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474420,\r\n \"deletedTimestamp\": \"2020-05-22T11:12:11.2377466\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7251\",\r\n \"webSpace\": \"ps7251-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps6610\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474423\",\r\n \"name\": \"ps4993\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474423,\r\n \"deletedTimestamp\": \"2020-05-22T11:14:04.8269448\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5894\",\r\n \"webSpace\": \"ps5894-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps4993\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474431\",\r\n \"name\": \"ps9596\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474431,\r\n \"deletedTimestamp\": \"2020-05-22T11:20:57.0184287\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2987\",\r\n \"webSpace\": \"ps2987-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps9596\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474432\",\r\n \"name\": \"ps9957\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474432,\r\n \"deletedTimestamp\": \"2020-05-22T11:21:02.6305681\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2987\",\r\n \"webSpace\": \"ps2987-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps9957\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474435\",\r\n \"name\": \"ps6483\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474435,\r\n \"deletedTimestamp\": \"2020-05-22T11:26:03.5433665\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7861\",\r\n \"webSpace\": \"ps7861-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6483\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474440\",\r\n \"name\": \"ps2277\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474440,\r\n \"deletedTimestamp\": \"2020-05-22T11:28:54.57391\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4604\",\r\n \"webSpace\": \"ps4604-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps2277\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474501\",\r\n \"name\": \"ps5401\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474501,\r\n \"deletedTimestamp\": \"2020-05-22T12:37:31.0300255\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6531\",\r\n \"webSpace\": \"ps6531-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5401\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474509\",\r\n \"name\": \"ps652\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474509,\r\n \"deletedTimestamp\": \"2020-05-22T12:43:17.9254835\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2969\",\r\n \"webSpace\": \"ps2969-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps652\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474510\",\r\n \"name\": \"ps652\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474510,\r\n \"deletedTimestamp\": \"2020-05-22T12:43:18.2540103\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2969\",\r\n \"webSpace\": \"ps2969-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps652\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474513\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474513,\r\n \"deletedTimestamp\": \"2020-05-22T12:46:26.3973564\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2654\",\r\n \"webSpace\": \"ps2654-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474519\",\r\n \"name\": \"ps9263\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474519,\r\n \"deletedTimestamp\": \"2020-05-22T12:49:18.7229146\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6528\",\r\n \"webSpace\": \"ps6528-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps9263\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474528\",\r\n \"name\": \"ps2133\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474528,\r\n \"deletedTimestamp\": \"2020-05-22T12:56:37.3507889\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7083\",\r\n \"webSpace\": \"ps7083-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps2133\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474529\",\r\n \"name\": \"ps2461\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474529,\r\n \"deletedTimestamp\": \"2020-05-22T12:59:34.853534\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2725\",\r\n \"webSpace\": \"ps2725-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps2461\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474535\",\r\n \"name\": \"ps7197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474535,\r\n \"deletedTimestamp\": \"2020-05-22T13:02:30.659803\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9104\",\r\n \"webSpace\": \"ps9104-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps7197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474538\",\r\n \"name\": \"ps778\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474538,\r\n \"deletedTimestamp\": \"2020-05-22T13:05:23.504015\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3070\",\r\n \"webSpace\": \"ps3070-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-035\",\r\n \"deletedSiteName\": \"ps778\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474545\",\r\n \"name\": \"ps6910\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474545,\r\n \"deletedTimestamp\": \"2020-05-22T13:08:30.5896557\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4799\",\r\n \"webSpace\": \"ps4799-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps6910\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474549\",\r\n \"name\": \"ps1515\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474549,\r\n \"deletedTimestamp\": \"2020-05-22T13:11:39.7663221\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6712\",\r\n \"webSpace\": \"ps6712-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps1515\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474556\",\r\n \"name\": \"ps475\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474556,\r\n \"deletedTimestamp\": \"2020-05-22T13:14:30.8188747\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1092\",\r\n \"webSpace\": \"ps1092-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps475\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474562\",\r\n \"name\": \"ps9792\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474562,\r\n \"deletedTimestamp\": \"2020-05-22T13:17:52.9740256\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps890\",\r\n \"webSpace\": \"ps890-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps9792\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474563\",\r\n \"name\": \"ps9792\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474563,\r\n \"deletedTimestamp\": \"2020-05-22T13:17:53.348981\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps890\",\r\n \"webSpace\": \"ps890-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps9792\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474569\",\r\n \"name\": \"ps9316\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474569,\r\n \"deletedTimestamp\": \"2020-05-22T13:20:52.6528\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8544\",\r\n \"webSpace\": \"ps8544-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps9316\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474575\",\r\n \"name\": \"ps6838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474575,\r\n \"deletedTimestamp\": \"2020-05-22T13:24:22.4567662\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1754\",\r\n \"webSpace\": \"ps1754-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps6838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474576\",\r\n \"name\": \"ps6838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474576,\r\n \"deletedTimestamp\": \"2020-05-22T13:24:22.8637257\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1754\",\r\n \"webSpace\": \"ps1754-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps6838\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474580\",\r\n \"name\": \"ps6743\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474580,\r\n \"deletedTimestamp\": \"2020-05-22T13:28:32.5158566\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps190\",\r\n \"webSpace\": \"ps190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps6743\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474581\",\r\n \"name\": \"ps6743\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474581,\r\n \"deletedTimestamp\": \"2020-05-22T13:28:32.8283599\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps190\",\r\n \"webSpace\": \"ps190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps6743\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474584\",\r\n \"name\": \"ps3288\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474584,\r\n \"deletedTimestamp\": \"2020-05-22T13:31:59.5582512\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4165\",\r\n \"webSpace\": \"ps4165-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps3288\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474585\",\r\n \"name\": \"ps3288\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474585,\r\n \"deletedTimestamp\": \"2020-05-22T13:31:59.8707166\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4165\",\r\n \"webSpace\": \"ps4165-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps3288\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474592\",\r\n \"name\": \"ps2223\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474592,\r\n \"deletedTimestamp\": \"2020-05-22T13:35:18.872951\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4723\",\r\n \"webSpace\": \"ps4723-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps2223\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474593\",\r\n \"name\": \"ps2223\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474593,\r\n \"deletedTimestamp\": \"2020-05-22T13:35:19.2169468\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4723\",\r\n \"webSpace\": \"ps4723-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps2223\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474603\",\r\n \"name\": \"ps3883\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474603,\r\n \"deletedTimestamp\": \"2020-05-22T13:44:12.1259288\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6691\",\r\n \"webSpace\": \"ps6691-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps3883\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474604\",\r\n \"name\": \"ps3883\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474604,\r\n \"deletedTimestamp\": \"2020-05-22T13:44:18.0102767\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6691\",\r\n \"webSpace\": \"ps6691-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps3883\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474608\",\r\n \"name\": \"ps9682\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474608,\r\n \"deletedTimestamp\": \"2020-05-22T13:49:14.4837021\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2700\",\r\n \"webSpace\": \"ps2700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps9682\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474609\",\r\n \"name\": \"ps9682\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474609,\r\n \"deletedTimestamp\": \"2020-05-22T13:49:14.7648171\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2700\",\r\n \"webSpace\": \"ps2700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps9682\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474610\",\r\n \"name\": \"ps5776\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474610,\r\n \"deletedTimestamp\": \"2020-05-22T13:49:24.9266746\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2700\",\r\n \"webSpace\": \"ps2700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps5776\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474611\",\r\n \"name\": \"ps5776\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474611,\r\n \"deletedTimestamp\": \"2020-05-22T13:49:25.2395976\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2700\",\r\n \"webSpace\": \"ps2700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps5776\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474615\",\r\n \"name\": \"ps7306\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474615,\r\n \"deletedTimestamp\": \"2020-05-22T13:54:00.5929782\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3867\",\r\n \"webSpace\": \"ps3867-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps7306\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474616\",\r\n \"name\": \"ps7306\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474616,\r\n \"deletedTimestamp\": \"2020-05-22T13:54:04.6137846\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3867\",\r\n \"webSpace\": \"ps3867-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps7306\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474618\",\r\n \"name\": \"ps9521\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474618,\r\n \"deletedTimestamp\": \"2020-05-22T13:56:36.629998\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7416\",\r\n \"webSpace\": \"ps7416-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps9521\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474619\",\r\n \"name\": \"ps9521\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474619,\r\n \"deletedTimestamp\": \"2020-05-22T13:56:40.3962603\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7416\",\r\n \"webSpace\": \"ps7416-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps9521\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474620\",\r\n \"name\": \"ps1893\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474620,\r\n \"deletedTimestamp\": \"2020-05-22T13:59:26.7088685\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9805\",\r\n \"webSpace\": \"ps9805-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps1893\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474621\",\r\n \"name\": \"ps1893\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474621,\r\n \"deletedTimestamp\": \"2020-05-22T13:59:30.5419548\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9805\",\r\n \"webSpace\": \"ps9805-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps1893\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474623\",\r\n \"name\": \"ps4179\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474623,\r\n \"deletedTimestamp\": \"2020-05-22T14:02:00.718734\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4412\",\r\n \"webSpace\": \"ps4412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps4179\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474632\",\r\n \"name\": \"ps7350\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474632,\r\n \"deletedTimestamp\": \"2020-05-22T14:07:40.8744762\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5940\",\r\n \"webSpace\": \"ps5940-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps7350\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474633\",\r\n \"name\": \"ps7350\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474633,\r\n \"deletedTimestamp\": \"2020-05-22T14:07:41.1730774\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5940\",\r\n \"webSpace\": \"ps5940-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps7350\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474642\",\r\n \"name\": \"ps2880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474642,\r\n \"deletedTimestamp\": \"2020-05-22T14:12:28.9920682\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1601\",\r\n \"webSpace\": \"ps1601-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps2880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474643\",\r\n \"name\": \"ps2880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474643,\r\n \"deletedTimestamp\": \"2020-05-22T14:12:29.3202303\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1601\",\r\n \"webSpace\": \"ps1601-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps2880\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474646\",\r\n \"name\": \"ps633\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474646,\r\n \"deletedTimestamp\": \"2020-05-22T14:14:56.0007889\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3240\",\r\n \"webSpace\": \"ps3240-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps633\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474648\",\r\n \"name\": \"ps633\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474648,\r\n \"deletedTimestamp\": \"2020-05-22T14:15:00.5520434\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3240\",\r\n \"webSpace\": \"ps3240-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps633\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474653\",\r\n \"name\": \"ps1989\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474653,\r\n \"deletedTimestamp\": \"2020-05-22T14:17:56.6461856\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7774\",\r\n \"webSpace\": \"ps7774-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps1989\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474654\",\r\n \"name\": \"ps1989\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474654,\r\n \"deletedTimestamp\": \"2020-05-22T14:18:00.3193585\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7774\",\r\n \"webSpace\": \"ps7774-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps1989\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474655\",\r\n \"name\": \"ps1989\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474655,\r\n \"deletedTimestamp\": \"2020-05-22T14:18:04.5771871\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7774\",\r\n \"webSpace\": \"ps7774-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps1989\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474658\",\r\n \"name\": \"ps4399\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474658,\r\n \"deletedTimestamp\": \"2020-05-22T14:20:00.0820654\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps727\",\r\n \"webSpace\": \"ps727-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps4399\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474662\",\r\n \"name\": \"ps8188\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474662,\r\n \"deletedTimestamp\": \"2020-05-22T14:21:53.2673234\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9704\",\r\n \"webSpace\": \"ps9704-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps8188\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474679\",\r\n \"name\": \"ps7679\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474679,\r\n \"deletedTimestamp\": \"2020-05-22T14:30:28.6363717\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps358\",\r\n \"webSpace\": \"ps358-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps7679\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474680\",\r\n \"name\": \"ps9633\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474680,\r\n \"deletedTimestamp\": \"2020-05-22T14:30:34.0786774\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps358\",\r\n \"webSpace\": \"ps358-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps9633\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474687\",\r\n \"name\": \"ps1351\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474687,\r\n \"deletedTimestamp\": \"2020-05-22T14:35:13.7862286\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5805\",\r\n \"webSpace\": \"ps5805-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps1351\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474691\",\r\n \"name\": \"ps1353\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474691,\r\n \"deletedTimestamp\": \"2020-05-22T14:37:53.7076381\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7221\",\r\n \"webSpace\": \"ps7221-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps1353\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474698\",\r\n \"name\": \"ps311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474698,\r\n \"deletedTimestamp\": \"2020-05-22T14:43:40.5186767\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5012\",\r\n \"webSpace\": \"ps5012-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474702\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474702,\r\n \"deletedTimestamp\": \"2020-05-22T14:45:55.8482357\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5755\",\r\n \"webSpace\": \"ps5755-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474709\",\r\n \"name\": \"ps1099\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474709,\r\n \"deletedTimestamp\": \"2020-05-22T14:49:23.9181284\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9136\",\r\n \"webSpace\": \"ps9136-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps1099\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474710\",\r\n \"name\": \"ps7623\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474710,\r\n \"deletedTimestamp\": \"2020-05-22T14:49:32.898886\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9136\",\r\n \"webSpace\": \"ps9136-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-039\",\r\n \"deletedSiteName\": \"ps7623\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474719\",\r\n \"name\": \"ps245\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474719,\r\n \"deletedTimestamp\": \"2020-05-22T14:54:16.7740145\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9048\",\r\n \"webSpace\": \"ps9048-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps245\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474740\",\r\n \"name\": \"ps4232\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474740,\r\n \"deletedTimestamp\": \"2020-05-22T15:02:16.1092725\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9042\",\r\n \"webSpace\": \"ps9042-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps4232\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474743\",\r\n \"name\": \"ps4232\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474743,\r\n \"deletedTimestamp\": \"2020-05-22T15:02:21.8946093\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9042\",\r\n \"webSpace\": \"ps9042-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps4232\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474746\",\r\n \"name\": \"ps4232\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474746,\r\n \"deletedTimestamp\": \"2020-05-22T15:02:26.1206651\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9042\",\r\n \"webSpace\": \"ps9042-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps4232\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474748\",\r\n \"name\": \"ps7213\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474748,\r\n \"deletedTimestamp\": \"2020-05-22T15:02:34.1748006\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9042\",\r\n \"webSpace\": \"ps9042-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps7213\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474749\",\r\n \"name\": \"ps7213\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474749,\r\n \"deletedTimestamp\": \"2020-05-22T15:02:37.7224149\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9042\",\r\n \"webSpace\": \"ps9042-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps7213\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474750\",\r\n \"name\": \"ps7213\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474750,\r\n \"deletedTimestamp\": \"2020-05-22T15:02:41.1463793\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9042\",\r\n \"webSpace\": \"ps9042-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps7213\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474754\",\r\n \"name\": \"ps3703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474754,\r\n \"deletedTimestamp\": \"2020-05-22T15:05:41.6715583\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps100\",\r\n \"webSpace\": \"ps100-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-035\",\r\n \"deletedSiteName\": \"ps3703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474758\",\r\n \"name\": \"ps6499\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474758,\r\n \"deletedTimestamp\": \"2020-05-22T15:08:10.9042152\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4053\",\r\n \"webSpace\": \"ps4053-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6499\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474763\",\r\n \"name\": \"ps2902\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474763,\r\n \"deletedTimestamp\": \"2020-05-22T15:10:10.7633098\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1784\",\r\n \"webSpace\": \"ps1784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2902\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474770\",\r\n \"name\": \"ps6811\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474770,\r\n \"deletedTimestamp\": \"2020-05-22T15:14:51.5812889\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps250\",\r\n \"webSpace\": \"ps250-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps6811\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474771\",\r\n \"name\": \"ps2762\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474771,\r\n \"deletedTimestamp\": \"2020-05-22T15:15:34.437522\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps250\",\r\n \"webSpace\": \"ps250-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2762\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474774\",\r\n \"name\": \"ps1678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474774,\r\n \"deletedTimestamp\": \"2020-05-22T15:18:17.8301265\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps250\",\r\n \"webSpace\": \"ps250-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps1678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474776\",\r\n \"name\": \"ps4970\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474776,\r\n \"deletedTimestamp\": \"2020-05-22T15:21:15.2718266\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1248\",\r\n \"webSpace\": \"ps1248-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps4970\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474930\",\r\n \"name\": \"ps7089\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474930,\r\n \"deletedTimestamp\": \"2020-05-22T16:53:18.487884\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps568\",\r\n \"webSpace\": \"ps568-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps7089\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474931\",\r\n \"name\": \"ps7089\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474931,\r\n \"deletedTimestamp\": \"2020-05-22T16:53:24.0532417\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps568\",\r\n \"webSpace\": \"ps568-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps7089\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474945\",\r\n \"name\": \"ps55\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474945,\r\n \"deletedTimestamp\": \"2020-05-22T16:57:03.3510152\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6765\",\r\n \"webSpace\": \"ps6765-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps55\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/474950\",\r\n \"name\": \"ps7117\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 474950,\r\n \"deletedTimestamp\": \"2020-05-22T17:01:36.9244281\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6761\",\r\n \"webSpace\": \"ps6761-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps7117\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/477622\",\r\n \"name\": \"ps7690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 477622,\r\n \"deletedTimestamp\": \"2020-05-24T01:37:40.8890534\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4139\",\r\n \"webSpace\": \"ps4139-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps7690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/477639\",\r\n \"name\": \"ps1091\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 477639,\r\n \"deletedTimestamp\": \"2020-05-24T02:15:21.4497344\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4906\",\r\n \"webSpace\": \"ps4906-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps1091\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/477640\",\r\n \"name\": \"ps1091\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 477640,\r\n \"deletedTimestamp\": \"2020-05-24T02:15:27.1091039\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4906\",\r\n \"webSpace\": \"ps4906-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps1091\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/477659\",\r\n \"name\": \"ps2546\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 477659,\r\n \"deletedTimestamp\": \"2020-05-24T02:46:06.3912739\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4906\",\r\n \"webSpace\": \"ps4906-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps2546\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/477660\",\r\n \"name\": \"ps2546\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 477660,\r\n \"deletedTimestamp\": \"2020-05-24T02:46:13.7769106\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4906\",\r\n \"webSpace\": \"ps4906-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps2546\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/477671\",\r\n \"name\": \"ps4234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 477671,\r\n \"deletedTimestamp\": \"2020-05-24T03:09:39.7374511\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5391\",\r\n \"webSpace\": \"ps5391-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps4234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/477706\",\r\n \"name\": \"ps4234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 477706,\r\n \"deletedTimestamp\": \"2020-05-24T03:25:42.6425161\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5391\",\r\n \"webSpace\": \"ps5391-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps4234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481339\",\r\n \"name\": \"ps2922\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481339,\r\n \"deletedTimestamp\": \"2020-05-26T07:22:39.9222507\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9163\",\r\n \"webSpace\": \"ps9163-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps2922\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481459\",\r\n \"name\": \"ps1504\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481459,\r\n \"deletedTimestamp\": \"2020-05-26T08:28:40.459854\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1366\",\r\n \"webSpace\": \"ps1366-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1504\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481460\",\r\n \"name\": \"ps1504\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481460,\r\n \"deletedTimestamp\": \"2020-05-26T08:28:47.9692225\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1366\",\r\n \"webSpace\": \"ps1366-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1504\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481464\",\r\n \"name\": \"ps5462\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481464,\r\n \"deletedTimestamp\": \"2020-05-26T08:32:09.4789569\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6996\",\r\n \"webSpace\": \"ps6996-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps5462\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481501\",\r\n \"name\": \"ps6061\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481501,\r\n \"deletedTimestamp\": \"2020-05-26T08:57:31.7336522\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7033\",\r\n \"webSpace\": \"ps7033-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps6061\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481502\",\r\n \"name\": \"ps6061\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481502,\r\n \"deletedTimestamp\": \"2020-05-26T08:57:37.4740754\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7033\",\r\n \"webSpace\": \"ps7033-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps6061\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481545\",\r\n \"name\": \"ps7583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481545,\r\n \"deletedTimestamp\": \"2020-05-26T09:28:43.5513046\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7033\",\r\n \"webSpace\": \"ps7033-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps7583\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481546\",\r\n \"name\": \"ps7583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481546,\r\n \"deletedTimestamp\": \"2020-05-26T09:28:49.5594353\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7033\",\r\n \"webSpace\": \"ps7033-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps7583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481597\",\r\n \"name\": \"ps4202\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481597,\r\n \"deletedTimestamp\": \"2020-05-26T09:57:33.4078025\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6686\",\r\n \"webSpace\": \"ps6686-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps4202\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481651\",\r\n \"name\": \"ps4202\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481651,\r\n \"deletedTimestamp\": \"2020-05-26T10:14:31.8925618\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6686\",\r\n \"webSpace\": \"ps6686-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps4202\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481905\",\r\n \"name\": \"ps7564\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481905,\r\n \"deletedTimestamp\": \"2020-05-26T11:52:31.4472161\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2348\",\r\n \"webSpace\": \"ps2348-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps7564\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481906\",\r\n \"name\": \"ps7564\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481906,\r\n \"deletedTimestamp\": \"2020-05-26T11:52:38.6497311\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2348\",\r\n \"webSpace\": \"ps2348-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps7564\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481953\",\r\n \"name\": \"ps8896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481953,\r\n \"deletedTimestamp\": \"2020-05-26T12:02:27.0417122\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3132\",\r\n \"webSpace\": \"ps3132-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps8896\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481955\",\r\n \"name\": \"ps8896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481955,\r\n \"deletedTimestamp\": \"2020-05-26T12:02:30.4479894\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3132\",\r\n \"webSpace\": \"ps3132-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps8896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481963\",\r\n \"name\": \"ps6807\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481963,\r\n \"deletedTimestamp\": \"2020-05-26T12:05:08.1714035\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5615\",\r\n \"webSpace\": \"ps5615-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps6807\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481970\",\r\n \"name\": \"ps6087\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481970,\r\n \"deletedTimestamp\": \"2020-05-26T12:08:34.6836595\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5641\",\r\n \"webSpace\": \"ps5641-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps6087\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481982\",\r\n \"name\": \"ps3316\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481982,\r\n \"deletedTimestamp\": \"2020-05-26T12:12:07.0906133\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps264\",\r\n \"webSpace\": \"ps264-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps3316\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481983\",\r\n \"name\": \"ps7276\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481983,\r\n \"deletedTimestamp\": \"2020-05-26T12:14:31.8354502\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3342\",\r\n \"webSpace\": \"ps3342-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps7276\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481998\",\r\n \"name\": \"ps5432\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481998,\r\n \"deletedTimestamp\": \"2020-05-26T12:25:31.8566055\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4883\",\r\n \"webSpace\": \"ps4883-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps5432\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/481999\",\r\n \"name\": \"ps5432\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 481999,\r\n \"deletedTimestamp\": \"2020-05-26T12:25:32.1691484\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4883\",\r\n \"webSpace\": \"ps4883-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps5432\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482003\",\r\n \"name\": \"ps5186\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482003,\r\n \"deletedTimestamp\": \"2020-05-26T12:29:00.790053\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9711\",\r\n \"webSpace\": \"ps9711-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps5186\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482004\",\r\n \"name\": \"ps5186\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482004,\r\n \"deletedTimestamp\": \"2020-05-26T12:29:01.1650653\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9711\",\r\n \"webSpace\": \"ps9711-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"ps5186\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482010\",\r\n \"name\": \"ps9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482010,\r\n \"deletedTimestamp\": \"2020-05-26T12:32:38.0906671\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7879\",\r\n \"webSpace\": \"ps7879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482011\",\r\n \"name\": \"ps9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482011,\r\n \"deletedTimestamp\": \"2020-05-26T12:32:38.3875323\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7879\",\r\n \"webSpace\": \"ps7879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482016\",\r\n \"name\": \"ps5424\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482016,\r\n \"deletedTimestamp\": \"2020-05-26T12:35:50.9052567\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3903\",\r\n \"webSpace\": \"ps3903-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps5424\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482017\",\r\n \"name\": \"ps5424\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482017,\r\n \"deletedTimestamp\": \"2020-05-26T12:35:51.1865105\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3903\",\r\n \"webSpace\": \"ps3903-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps5424\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482024\",\r\n \"name\": \"ps3427\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482024,\r\n \"deletedTimestamp\": \"2020-05-26T12:39:35.7847831\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3665\",\r\n \"webSpace\": \"ps3665-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps3427\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482025\",\r\n \"name\": \"ps3427\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482025,\r\n \"deletedTimestamp\": \"2020-05-26T12:39:43.5136217\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3665\",\r\n \"webSpace\": \"ps3665-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps3427\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482051\",\r\n \"name\": \"ps3757\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482051,\r\n \"deletedTimestamp\": \"2020-05-26T12:44:19.7596206\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2569\",\r\n \"webSpace\": \"ps2569-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps3757\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482052\",\r\n \"name\": \"ps3757\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482052,\r\n \"deletedTimestamp\": \"2020-05-26T12:44:20.0564624\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2569\",\r\n \"webSpace\": \"ps2569-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps3757\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482053\",\r\n \"name\": \"ps934\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482053,\r\n \"deletedTimestamp\": \"2020-05-26T12:44:27.1916183\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2569\",\r\n \"webSpace\": \"ps2569-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps934\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482054\",\r\n \"name\": \"ps934\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482054,\r\n \"deletedTimestamp\": \"2020-05-26T12:44:27.5223088\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2569\",\r\n \"webSpace\": \"ps2569-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps934\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482064\",\r\n \"name\": \"ps8413\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482064,\r\n \"deletedTimestamp\": \"2020-05-26T12:49:10.7671523\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3996\",\r\n \"webSpace\": \"ps3996-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps8413\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482065\",\r\n \"name\": \"ps8413\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482065,\r\n \"deletedTimestamp\": \"2020-05-26T12:49:15.0804244\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3996\",\r\n \"webSpace\": \"ps3996-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps8413\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482068\",\r\n \"name\": \"ps2165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482068,\r\n \"deletedTimestamp\": \"2020-05-26T12:51:46.3311997\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9480\",\r\n \"webSpace\": \"ps9480-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps2165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482069\",\r\n \"name\": \"ps2165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482069,\r\n \"deletedTimestamp\": \"2020-05-26T12:51:50.0819983\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9480\",\r\n \"webSpace\": \"ps9480-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps2165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482073\",\r\n \"name\": \"ps9810\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482073,\r\n \"deletedTimestamp\": \"2020-05-26T12:54:33.3754222\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps386\",\r\n \"webSpace\": \"ps386-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps9810\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482074\",\r\n \"name\": \"ps9810\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482074,\r\n \"deletedTimestamp\": \"2020-05-26T12:54:36.9081277\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps386\",\r\n \"webSpace\": \"ps386-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps9810\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482078\",\r\n \"name\": \"ps3289\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482078,\r\n \"deletedTimestamp\": \"2020-05-26T12:57:07.3799404\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2776\",\r\n \"webSpace\": \"ps2776-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps3289\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482083\",\r\n \"name\": \"ps4520\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482083,\r\n \"deletedTimestamp\": \"2020-05-26T13:02:46.4000164\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4527\",\r\n \"webSpace\": \"ps4527-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps4520\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482084\",\r\n \"name\": \"ps4520\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482084,\r\n \"deletedTimestamp\": \"2020-05-26T13:02:46.7437593\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4527\",\r\n \"webSpace\": \"ps4527-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps4520\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482100\",\r\n \"name\": \"ps2513\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482100,\r\n \"deletedTimestamp\": \"2020-05-26T13:08:22.5140716\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5763\",\r\n \"webSpace\": \"ps5763-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps2513\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482101\",\r\n \"name\": \"ps2513\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482101,\r\n \"deletedTimestamp\": \"2020-05-26T13:08:22.8421816\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5763\",\r\n \"webSpace\": \"ps5763-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps2513\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482108\",\r\n \"name\": \"ps6950\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482108,\r\n \"deletedTimestamp\": \"2020-05-26T13:10:51.8312292\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps522\",\r\n \"webSpace\": \"ps522-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps6950\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482109\",\r\n \"name\": \"ps6950\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482109,\r\n \"deletedTimestamp\": \"2020-05-26T13:10:56.3015583\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps522\",\r\n \"webSpace\": \"ps522-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps6950\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482122\",\r\n \"name\": \"ps9959\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482122,\r\n \"deletedTimestamp\": \"2020-05-26T13:13:47.7765639\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4276\",\r\n \"webSpace\": \"ps4276-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps9959\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482123\",\r\n \"name\": \"ps9959\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482123,\r\n \"deletedTimestamp\": \"2020-05-26T13:13:52.482766\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4276\",\r\n \"webSpace\": \"ps4276-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps9959\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482124\",\r\n \"name\": \"ps9959\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482124,\r\n \"deletedTimestamp\": \"2020-05-26T13:13:56.1261295\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4276\",\r\n \"webSpace\": \"ps4276-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps9959\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482137\",\r\n \"name\": \"ps5456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482137,\r\n \"deletedTimestamp\": \"2020-05-26T13:16:30.5708135\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps798\",\r\n \"webSpace\": \"ps798-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps5456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482139\",\r\n \"name\": \"ps6670\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482139,\r\n \"deletedTimestamp\": \"2020-05-26T13:19:27.6497426\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2932\",\r\n \"webSpace\": \"ps2932-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"ps6670\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482147\",\r\n \"name\": \"ps5252\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482147,\r\n \"deletedTimestamp\": \"2020-05-26T13:22:16.12558\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5920\",\r\n \"webSpace\": \"ps5920-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps5252\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482150\",\r\n \"name\": \"ps6469\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482150,\r\n \"deletedTimestamp\": \"2020-05-26T13:25:09.4650541\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps941\",\r\n \"webSpace\": \"ps941-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps6469\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482175\",\r\n \"name\": \"ps7492\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482175,\r\n \"deletedTimestamp\": \"2020-05-26T13:30:11.0823141\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5137\",\r\n \"webSpace\": \"ps5137-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps7492\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482183\",\r\n \"name\": \"ps1127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482183,\r\n \"deletedTimestamp\": \"2020-05-26T13:33:32.1433942\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4140\",\r\n \"webSpace\": \"ps4140-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps1127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482184\",\r\n \"name\": \"ps1127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482184,\r\n \"deletedTimestamp\": \"2020-05-26T13:33:32.4246522\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4140\",\r\n \"webSpace\": \"ps4140-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps1127\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482194\",\r\n \"name\": \"ps9136\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482194,\r\n \"deletedTimestamp\": \"2020-05-26T13:36:20.1105924\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1781\",\r\n \"webSpace\": \"ps1781-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps9136\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482226\",\r\n \"name\": \"ps9716\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482226,\r\n \"deletedTimestamp\": \"2020-05-26T13:45:34.0383494\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3295\",\r\n \"webSpace\": \"ps3295-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps9716\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482545\",\r\n \"name\": \"ps4349\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482545,\r\n \"deletedTimestamp\": \"2020-05-26T15:29:57.3201754\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9943\",\r\n \"webSpace\": \"ps9943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps4349\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482549\",\r\n \"name\": \"ps4364\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482549,\r\n \"deletedTimestamp\": \"2020-05-26T15:31:51.7373354\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4350\",\r\n \"webSpace\": \"ps4350-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4364\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482563\",\r\n \"name\": \"ps611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482563,\r\n \"deletedTimestamp\": \"2020-05-26T15:39:40.9020569\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7416\",\r\n \"webSpace\": \"ps7416-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482566\",\r\n \"name\": \"ps4541\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482566,\r\n \"deletedTimestamp\": \"2020-05-26T15:39:47.2841048\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7416\",\r\n \"webSpace\": \"ps7416-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps4541\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482587\",\r\n \"name\": \"ps2663\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482587,\r\n \"deletedTimestamp\": \"2020-05-26T15:44:20.8673913\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8516\",\r\n \"webSpace\": \"ps8516-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps2663\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482612\",\r\n \"name\": \"ps7425\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482612,\r\n \"deletedTimestamp\": \"2020-05-26T15:48:12.3654195\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5706\",\r\n \"webSpace\": \"ps5706-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-133\",\r\n \"deletedSiteName\": \"ps7425\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482638\",\r\n \"name\": \"ps3808\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482638,\r\n \"deletedTimestamp\": \"2020-05-26T15:53:35.7923285\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3313\",\r\n \"webSpace\": \"ps3313-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps3808\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482655\",\r\n \"name\": \"ps4687\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482655,\r\n \"deletedTimestamp\": \"2020-05-26T15:56:13.0879555\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4234\",\r\n \"webSpace\": \"ps4234-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps4687\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482692\",\r\n \"name\": \"ps6032\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482692,\r\n \"deletedTimestamp\": \"2020-05-26T16:01:06.1865616\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1335\",\r\n \"webSpace\": \"ps1335-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps6032\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482693\",\r\n \"name\": \"ps6202\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482693,\r\n \"deletedTimestamp\": \"2020-05-26T16:01:17.1035378\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1335\",\r\n \"webSpace\": \"ps1335-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps6202\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482792\",\r\n \"name\": \"ps9822\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482792,\r\n \"deletedTimestamp\": \"2020-05-26T16:33:28.802495\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9728\",\r\n \"webSpace\": \"ps9728-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps9822\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482807\",\r\n \"name\": \"ps9048\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482807,\r\n \"deletedTimestamp\": \"2020-05-26T16:38:18.5682175\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5526\",\r\n \"webSpace\": \"ps5526-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps9048\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482850\",\r\n \"name\": \"ps7624\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482850,\r\n \"deletedTimestamp\": \"2020-05-26T16:46:14.1867625\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7935\",\r\n \"webSpace\": \"ps7935-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps7624\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482852\",\r\n \"name\": \"ps7624\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482852,\r\n \"deletedTimestamp\": \"2020-05-26T16:46:20.2737365\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7935\",\r\n \"webSpace\": \"ps7935-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps7624\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482853\",\r\n \"name\": \"ps7624\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482853,\r\n \"deletedTimestamp\": \"2020-05-26T16:46:24.3676301\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7935\",\r\n \"webSpace\": \"ps7935-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps7624\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482854\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482854,\r\n \"deletedTimestamp\": \"2020-05-26T16:46:32.7023508\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7935\",\r\n \"webSpace\": \"ps7935-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps8299\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482855\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482855,\r\n \"deletedTimestamp\": \"2020-05-26T16:46:40.786115\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7935\",\r\n \"webSpace\": \"ps7935-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps8299\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482856\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482856,\r\n \"deletedTimestamp\": \"2020-05-26T16:46:44.7551021\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7935\",\r\n \"webSpace\": \"ps7935-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps8299\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482863\",\r\n \"name\": \"ps9975\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482863,\r\n \"deletedTimestamp\": \"2020-05-26T16:49:36.6478461\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7729\",\r\n \"webSpace\": \"ps7729-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps9975\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482869\",\r\n \"name\": \"ps7300\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482869,\r\n \"deletedTimestamp\": \"2020-05-26T16:52:08.4923304\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6343\",\r\n \"webSpace\": \"ps6343-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps7300\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482871\",\r\n \"name\": \"ps7017\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482871,\r\n \"deletedTimestamp\": \"2020-05-26T16:54:09.8453426\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps338\",\r\n \"webSpace\": \"ps338-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps7017\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482880\",\r\n \"name\": \"ps4488\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482880,\r\n \"deletedTimestamp\": \"2020-05-26T16:59:21.0020665\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7335\",\r\n \"webSpace\": \"ps7335-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps4488\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482881\",\r\n \"name\": \"ps5471\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482881,\r\n \"deletedTimestamp\": \"2020-05-26T17:00:06.0833994\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7335\",\r\n \"webSpace\": \"ps7335-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps5471\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/482887\",\r\n \"name\": \"ps4145\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 482887,\r\n \"deletedTimestamp\": \"2020-05-26T17:02:49.5301282\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7335\",\r\n \"webSpace\": \"ps7335-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps4145\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485849\",\r\n \"name\": \"ps1840\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485849,\r\n \"deletedTimestamp\": \"2020-05-27T14:59:18.7979961\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5463\",\r\n \"webSpace\": \"ps5463-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps1840\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485859\",\r\n \"name\": \"ps5160\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485859,\r\n \"deletedTimestamp\": \"2020-05-27T15:03:10.8651046\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps944\",\r\n \"webSpace\": \"ps944-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps5160\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485864\",\r\n \"name\": \"ps6061\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485864,\r\n \"deletedTimestamp\": \"2020-05-27T15:06:54.0697862\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps960\",\r\n \"webSpace\": \"ps960-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps6061\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485865\",\r\n \"name\": \"ps5552\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485865,\r\n \"deletedTimestamp\": \"2020-05-27T15:09:49.4786171\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1103\",\r\n \"webSpace\": \"ps1103-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5552\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485876\",\r\n \"name\": \"ps160\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485876,\r\n \"deletedTimestamp\": \"2020-05-27T15:12:45.1290982\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6911\",\r\n \"webSpace\": \"ps6911-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps160\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485882\",\r\n \"name\": \"ps5693\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485882,\r\n \"deletedTimestamp\": \"2020-05-27T15:15:47.7937952\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9703\",\r\n \"webSpace\": \"ps9703-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps5693\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485888\",\r\n \"name\": \"ps6553\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485888,\r\n \"deletedTimestamp\": \"2020-05-27T15:19:08.3785878\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3824\",\r\n \"webSpace\": \"ps3824-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps6553\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485889\",\r\n \"name\": \"ps6553\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485889,\r\n \"deletedTimestamp\": \"2020-05-27T15:19:08.7696614\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3824\",\r\n \"webSpace\": \"ps3824-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps6553\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485909\",\r\n \"name\": \"ps7363\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485909,\r\n \"deletedTimestamp\": \"2020-05-27T15:22:02.798177\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5146\",\r\n \"webSpace\": \"ps5146-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps7363\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485943\",\r\n \"name\": \"ps5297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485943,\r\n \"deletedTimestamp\": \"2020-05-27T15:36:54.4078957\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9433\",\r\n \"webSpace\": \"ps9433-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps5297\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485944\",\r\n \"name\": \"ps5297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485944,\r\n \"deletedTimestamp\": \"2020-05-27T15:36:54.7203941\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9433\",\r\n \"webSpace\": \"ps9433-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps5297\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485947\",\r\n \"name\": \"ps1581\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485947,\r\n \"deletedTimestamp\": \"2020-05-27T15:40:37.584006\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4941\",\r\n \"webSpace\": \"ps4941-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps1581\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485948\",\r\n \"name\": \"ps1581\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485948,\r\n \"deletedTimestamp\": \"2020-05-27T15:40:37.9121284\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4941\",\r\n \"webSpace\": \"ps4941-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-041\",\r\n \"deletedSiteName\": \"ps1581\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485949\",\r\n \"name\": \"ps1205\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485949,\r\n \"deletedTimestamp\": \"2020-05-27T15:44:13.018183\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5228\",\r\n \"webSpace\": \"ps5228-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps1205\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485950\",\r\n \"name\": \"ps1205\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485950,\r\n \"deletedTimestamp\": \"2020-05-27T15:44:13.5182062\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5228\",\r\n \"webSpace\": \"ps5228-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps1205\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485957\",\r\n \"name\": \"ps8684\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485957,\r\n \"deletedTimestamp\": \"2020-05-27T15:48:23.8416109\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3660\",\r\n \"webSpace\": \"ps3660-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps8684\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/485958\",\r\n \"name\": \"ps8684\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 485958,\r\n \"deletedTimestamp\": \"2020-05-27T15:48:24.2336479\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3660\",\r\n \"webSpace\": \"ps3660-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps8684\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486014\",\r\n \"name\": \"ps9736\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486014,\r\n \"deletedTimestamp\": \"2020-05-27T16:15:19.8290065\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6244\",\r\n \"webSpace\": \"ps6244-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps9736\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486015\",\r\n \"name\": \"ps9736\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486015,\r\n \"deletedTimestamp\": \"2020-05-27T16:15:20.1415183\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6244\",\r\n \"webSpace\": \"ps6244-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps9736\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486017\",\r\n \"name\": \"ps5759\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486017,\r\n \"deletedTimestamp\": \"2020-05-27T16:15:27.7510489\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6244\",\r\n \"webSpace\": \"ps6244-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps5759\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486018\",\r\n \"name\": \"ps5759\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486018,\r\n \"deletedTimestamp\": \"2020-05-27T16:15:28.1109938\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6244\",\r\n \"webSpace\": \"ps6244-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-033\",\r\n \"deletedSiteName\": \"ps5759\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486026\",\r\n \"name\": \"ps5191\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486026,\r\n \"deletedTimestamp\": \"2020-05-27T16:20:13.3971626\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6393\",\r\n \"webSpace\": \"ps6393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps5191\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486027\",\r\n \"name\": \"ps5191\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486027,\r\n \"deletedTimestamp\": \"2020-05-27T16:20:17.7572937\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6393\",\r\n \"webSpace\": \"ps6393-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps5191\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486042\",\r\n \"name\": \"ps9448\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486042,\r\n \"deletedTimestamp\": \"2020-05-27T16:22:50.8849586\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7829\",\r\n \"webSpace\": \"ps7829-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps9448\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486043\",\r\n \"name\": \"ps9448\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486043,\r\n \"deletedTimestamp\": \"2020-05-27T16:22:54.8112664\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7829\",\r\n \"webSpace\": \"ps7829-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps9448\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486045\",\r\n \"name\": \"ps6219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486045,\r\n \"deletedTimestamp\": \"2020-05-27T16:25:58.6030939\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2406\",\r\n \"webSpace\": \"ps2406-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps6219\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486046\",\r\n \"name\": \"ps6219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486046,\r\n \"deletedTimestamp\": \"2020-05-27T16:26:04.5226184\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2406\",\r\n \"webSpace\": \"ps2406-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps6219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486047\",\r\n \"name\": \"ps411\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486047,\r\n \"deletedTimestamp\": \"2020-05-27T16:28:51.9136958\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1543\",\r\n \"webSpace\": \"ps1543-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps411\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486065\",\r\n \"name\": \"ps4791\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486065,\r\n \"deletedTimestamp\": \"2020-05-27T16:34:25.5408308\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8098\",\r\n \"webSpace\": \"ps8098-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps4791\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486066\",\r\n \"name\": \"ps4791\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486066,\r\n \"deletedTimestamp\": \"2020-05-27T16:34:25.8689981\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8098\",\r\n \"webSpace\": \"ps8098-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps4791\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486077\",\r\n \"name\": \"ps4765\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486077,\r\n \"deletedTimestamp\": \"2020-05-27T16:39:20.2113019\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3752\",\r\n \"webSpace\": \"ps3752-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps4765\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486078\",\r\n \"name\": \"ps4765\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486078,\r\n \"deletedTimestamp\": \"2020-05-27T16:39:20.5081726\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3752\",\r\n \"webSpace\": \"ps3752-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps4765\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486086\",\r\n \"name\": \"ps2103\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486086,\r\n \"deletedTimestamp\": \"2020-05-27T16:42:18.1334611\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6548\",\r\n \"webSpace\": \"ps6548-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps2103\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486087\",\r\n \"name\": \"ps2103\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486087,\r\n \"deletedTimestamp\": \"2020-05-27T16:42:21.8835722\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6548\",\r\n \"webSpace\": \"ps6548-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-103\",\r\n \"deletedSiteName\": \"ps2103\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486096\",\r\n \"name\": \"ps4914\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486096,\r\n \"deletedTimestamp\": \"2020-05-27T16:47:04.3107793\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8621\",\r\n \"webSpace\": \"ps8621-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps4914\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486097\",\r\n \"name\": \"ps4914\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486097,\r\n \"deletedTimestamp\": \"2020-05-27T16:47:08.6860717\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8621\",\r\n \"webSpace\": \"ps8621-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps4914\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486098\",\r\n \"name\": \"ps4914\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486098,\r\n \"deletedTimestamp\": \"2020-05-27T16:47:12.7486073\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8621\",\r\n \"webSpace\": \"ps8621-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps4914\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486135\",\r\n \"name\": \"ps8115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486135,\r\n \"deletedTimestamp\": \"2020-05-27T17:02:56.6037431\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4539\",\r\n \"webSpace\": \"ps4539-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps8115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486138\",\r\n \"name\": \"ps8115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486138,\r\n \"deletedTimestamp\": \"2020-05-27T17:03:02.4238533\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4539\",\r\n \"webSpace\": \"ps4539-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps8115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486153\",\r\n \"name\": \"ps2432\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486153,\r\n \"deletedTimestamp\": \"2020-05-27T17:06:06.2586437\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9534\",\r\n \"webSpace\": \"ps9534-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-095\",\r\n \"deletedSiteName\": \"ps2432\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486157\",\r\n \"name\": \"ps2529\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486157,\r\n \"deletedTimestamp\": \"2020-05-27T17:08:32.8037784\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9950\",\r\n \"webSpace\": \"ps9950-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps2529\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486202\",\r\n \"name\": \"ps205\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486202,\r\n \"deletedTimestamp\": \"2020-05-27T17:17:19.0946054\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7114\",\r\n \"webSpace\": \"ps7114-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps205\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486203\",\r\n \"name\": \"ps5553\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486203,\r\n \"deletedTimestamp\": \"2020-05-27T17:17:24.9430739\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7114\",\r\n \"webSpace\": \"ps7114-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-131\",\r\n \"deletedSiteName\": \"ps5553\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486219\",\r\n \"name\": \"ps3355\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486219,\r\n \"deletedTimestamp\": \"2020-05-27T17:22:22.2659168\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1638\",\r\n \"webSpace\": \"ps1638-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3355\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486223\",\r\n \"name\": \"ps2508\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486223,\r\n \"deletedTimestamp\": \"2020-05-27T17:25:09.95648\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4894\",\r\n \"webSpace\": \"ps4894-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps2508\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486249\",\r\n \"name\": \"ps451\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486249,\r\n \"deletedTimestamp\": \"2020-05-27T17:30:47.0167437\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4736\",\r\n \"webSpace\": \"ps4736-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps451\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486266\",\r\n \"name\": \"ps4600\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486266,\r\n \"deletedTimestamp\": \"2020-05-27T17:32:49.6979612\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4820\",\r\n \"webSpace\": \"ps4820-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps4600\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486298\",\r\n \"name\": \"ps5030\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486298,\r\n \"deletedTimestamp\": \"2020-05-27T17:36:04.2705162\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8860\",\r\n \"webSpace\": \"ps8860-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps5030\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486299\",\r\n \"name\": \"ps1287\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486299,\r\n \"deletedTimestamp\": \"2020-05-27T17:36:13.747784\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8860\",\r\n \"webSpace\": \"ps8860-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps1287\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486311\",\r\n \"name\": \"ps1939\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486311,\r\n \"deletedTimestamp\": \"2020-05-27T17:40:38.4344744\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps700\",\r\n \"webSpace\": \"ps700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps1939\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486339\",\r\n \"name\": \"ps512\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486339,\r\n \"deletedTimestamp\": \"2020-05-27T17:48:24.9623682\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5464\",\r\n \"webSpace\": \"ps5464-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps512\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486340\",\r\n \"name\": \"ps512\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486340,\r\n \"deletedTimestamp\": \"2020-05-27T17:48:30.7479897\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5464\",\r\n \"webSpace\": \"ps5464-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps512\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486341\",\r\n \"name\": \"ps512\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486341,\r\n \"deletedTimestamp\": \"2020-05-27T17:48:34.984219\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5464\",\r\n \"webSpace\": \"ps5464-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps512\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486342\",\r\n \"name\": \"ps8786\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486342,\r\n \"deletedTimestamp\": \"2020-05-27T17:48:43.287578\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5464\",\r\n \"webSpace\": \"ps5464-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8786\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486343\",\r\n \"name\": \"ps8786\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486343,\r\n \"deletedTimestamp\": \"2020-05-27T17:48:46.8673021\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5464\",\r\n \"webSpace\": \"ps5464-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8786\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486344\",\r\n \"name\": \"ps8786\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486344,\r\n \"deletedTimestamp\": \"2020-05-27T17:48:50.4975333\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5464\",\r\n \"webSpace\": \"ps5464-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8786\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486353\",\r\n \"name\": \"ps2152\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486353,\r\n \"deletedTimestamp\": \"2020-05-27T17:51:42.1422206\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8\",\r\n \"webSpace\": \"ps8-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2152\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486362\",\r\n \"name\": \"ps275\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486362,\r\n \"deletedTimestamp\": \"2020-05-27T17:53:49.6396744\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7680\",\r\n \"webSpace\": \"ps7680-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps275\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486364\",\r\n \"name\": \"ps351\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486364,\r\n \"deletedTimestamp\": \"2020-05-27T17:55:39.806683\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3490\",\r\n \"webSpace\": \"ps3490-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps351\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486377\",\r\n \"name\": \"ps974\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486377,\r\n \"deletedTimestamp\": \"2020-05-27T18:00:32.4950535\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9045\",\r\n \"webSpace\": \"ps9045-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps974\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486379\",\r\n \"name\": \"ps6303\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486379,\r\n \"deletedTimestamp\": \"2020-05-27T18:01:14.6247912\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9045\",\r\n \"webSpace\": \"ps9045-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps6303\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/486388\",\r\n \"name\": \"ps6126\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 486388,\r\n \"deletedTimestamp\": \"2020-05-27T18:03:57.6436165\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9045\",\r\n \"webSpace\": \"ps9045-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps6126\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/487919\",\r\n \"name\": \"ps593\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 487919,\r\n \"deletedTimestamp\": \"2020-05-28T01:51:44.0822773\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1306\",\r\n \"webSpace\": \"ps1306-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps593\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488143\",\r\n \"name\": \"ps3421\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488143,\r\n \"deletedTimestamp\": \"2020-05-28T03:15:50.9403616\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4499\",\r\n \"webSpace\": \"ps4499-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"ps3421\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488144\",\r\n \"name\": \"ps3421\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488144,\r\n \"deletedTimestamp\": \"2020-05-28T03:15:58.1415857\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4499\",\r\n \"webSpace\": \"ps4499-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-057\",\r\n \"deletedSiteName\": \"ps3421\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488147\",\r\n \"name\": \"ps30\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488147,\r\n \"deletedTimestamp\": \"2020-05-28T03:19:09.4721658\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2484\",\r\n \"webSpace\": \"ps2484-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-049\",\r\n \"deletedSiteName\": \"ps30\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488195\",\r\n \"name\": \"ps3595\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488195,\r\n \"deletedTimestamp\": \"2020-05-28T03:55:18.2626597\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8426\",\r\n \"webSpace\": \"ps8426-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps3595\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488196\",\r\n \"name\": \"ps3595\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488196,\r\n \"deletedTimestamp\": \"2020-05-28T03:55:26.3282631\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8426\",\r\n \"webSpace\": \"ps8426-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps3595\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488239\",\r\n \"name\": \"ps8983\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488239,\r\n \"deletedTimestamp\": \"2020-05-28T04:26:20.5080622\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8426\",\r\n \"webSpace\": \"ps8426-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps8983\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488241\",\r\n \"name\": \"ps8983\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488241,\r\n \"deletedTimestamp\": \"2020-05-28T04:26:26.9974704\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8426\",\r\n \"webSpace\": \"ps8426-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-101\",\r\n \"deletedSiteName\": \"ps8983\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488303\",\r\n \"name\": \"ps9262\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488303,\r\n \"deletedTimestamp\": \"2020-05-28T05:20:13.4562828\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps624\",\r\n \"webSpace\": \"ps624-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps9262\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488331\",\r\n \"name\": \"ps9262\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488331,\r\n \"deletedTimestamp\": \"2020-05-28T05:36:47.0753249\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps624\",\r\n \"webSpace\": \"ps624-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps9262\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488402\",\r\n \"name\": \"ps4976\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488402,\r\n \"deletedTimestamp\": \"2020-05-28T06:35:57.892354\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2168\",\r\n \"webSpace\": \"ps2168-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps4976\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488403\",\r\n \"name\": \"ps4976\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488403,\r\n \"deletedTimestamp\": \"2020-05-28T06:36:09.2100414\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2168\",\r\n \"webSpace\": \"ps2168-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps4976\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488407\",\r\n \"name\": \"ps883\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488407,\r\n \"deletedTimestamp\": \"2020-05-28T06:38:30.9875989\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps446\",\r\n \"webSpace\": \"ps446-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps883\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488408\",\r\n \"name\": \"ps883\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488408,\r\n \"deletedTimestamp\": \"2020-05-28T06:38:34.4733208\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps446\",\r\n \"webSpace\": \"ps446-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps883\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488410\",\r\n \"name\": \"ps1246\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488410,\r\n \"deletedTimestamp\": \"2020-05-28T06:41:23.1348224\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4247\",\r\n \"webSpace\": \"ps4247-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-141\",\r\n \"deletedSiteName\": \"ps1246\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488426\",\r\n \"name\": \"ps6128\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488426,\r\n \"deletedTimestamp\": \"2020-05-28T06:45:15.7769877\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3996\",\r\n \"webSpace\": \"ps3996-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps6128\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488432\",\r\n \"name\": \"ps7383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488432,\r\n \"deletedTimestamp\": \"2020-05-28T06:49:24.3439228\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3625\",\r\n \"webSpace\": \"ps3625-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-137\",\r\n \"deletedSiteName\": \"ps7383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/488437\",\r\n \"name\": \"ps8203\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 488437,\r\n \"deletedTimestamp\": \"2020-05-28T06:57:25.9982345\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2516\",\r\n \"webSpace\": \"ps2516-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8203\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/491917\",\r\n \"name\": \"ps233\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 491917,\r\n \"deletedTimestamp\": \"2020-05-29T07:48:42.5067495\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2686\",\r\n \"webSpace\": \"ps2686-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps233\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/491927\",\r\n \"name\": \"ps5248\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 491927,\r\n \"deletedTimestamp\": \"2020-05-29T07:51:55.2089373\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9873\",\r\n \"webSpace\": \"ps9873-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps5248\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/491930\",\r\n \"name\": \"ps5197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 491930,\r\n \"deletedTimestamp\": \"2020-05-29T07:55:11.6591022\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6234\",\r\n \"webSpace\": \"ps6234-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/515996\",\r\n \"name\": \"ps3182\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 515996,\r\n \"deletedTimestamp\": \"2020-06-09T10:07:20.6366117\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps298\",\r\n \"webSpace\": \"ps298-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps3182\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516176\",\r\n \"name\": \"ps126\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516176,\r\n \"deletedTimestamp\": \"2020-06-09T11:18:26.5393555\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7646\",\r\n \"webSpace\": \"ps7646-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps126\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516192\",\r\n \"name\": \"ps2481\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516192,\r\n \"deletedTimestamp\": \"2020-06-09T11:28:07.7782354\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7805\",\r\n \"webSpace\": \"ps7805-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps2481\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516204\",\r\n \"name\": \"ps9218\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516204,\r\n \"deletedTimestamp\": \"2020-06-09T11:32:04.3750594\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7345\",\r\n \"webSpace\": \"ps7345-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-047\",\r\n \"deletedSiteName\": \"ps9218\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516213\",\r\n \"name\": \"ps6978\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516213,\r\n \"deletedTimestamp\": \"2020-06-09T11:36:29.1077961\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2274\",\r\n \"webSpace\": \"ps2274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps6978\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516230\",\r\n \"name\": \"ps4309\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516230,\r\n \"deletedTimestamp\": \"2020-06-09T11:42:07.1820958\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2361\",\r\n \"webSpace\": \"ps2361-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps4309\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516242\",\r\n \"name\": \"ps5264\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516242,\r\n \"deletedTimestamp\": \"2020-06-09T11:49:01.5266384\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1699\",\r\n \"webSpace\": \"ps1699-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-075\",\r\n \"deletedSiteName\": \"ps5264\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516317\",\r\n \"name\": \"ps8214\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516317,\r\n \"deletedTimestamp\": \"2020-06-09T12:05:52.9834671\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7650\",\r\n \"webSpace\": \"ps7650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-035\",\r\n \"deletedSiteName\": \"ps8214\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516328\",\r\n \"name\": \"ps9878\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516328,\r\n \"deletedTimestamp\": \"2020-06-09T12:12:18.6927778\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5261\",\r\n \"webSpace\": \"ps5261-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9878\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516333\",\r\n \"name\": \"ps3454\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516333,\r\n \"deletedTimestamp\": \"2020-06-09T12:14:43.5839821\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7373\",\r\n \"webSpace\": \"ps7373-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps3454\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516342\",\r\n \"name\": \"ps1737\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516342,\r\n \"deletedTimestamp\": \"2020-06-09T12:16:31.7359163\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps845\",\r\n \"webSpace\": \"ps845-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps1737\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516358\",\r\n \"name\": \"ps4182\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516358,\r\n \"deletedTimestamp\": \"2020-06-09T12:24:44.3478113\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1135\",\r\n \"webSpace\": \"ps1135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps4182\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516359\",\r\n \"name\": \"ps3473\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516359,\r\n \"deletedTimestamp\": \"2020-06-09T12:24:48.3836891\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1135\",\r\n \"webSpace\": \"ps1135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-045\",\r\n \"deletedSiteName\": \"ps3473\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516362\",\r\n \"name\": \"ps8669\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516362,\r\n \"deletedTimestamp\": \"2020-06-09T12:27:11.1933186\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3773\",\r\n \"webSpace\": \"ps3773-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8669\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516367\",\r\n \"name\": \"ps2644\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516367,\r\n \"deletedTimestamp\": \"2020-06-09T12:29:48.6549682\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4037\",\r\n \"webSpace\": \"ps4037-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2644\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516381\",\r\n \"name\": \"ps5780\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516381,\r\n \"deletedTimestamp\": \"2020-06-09T12:34:57.9650388\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8477\",\r\n \"webSpace\": \"ps8477-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps5780\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516382\",\r\n \"name\": \"ps1646\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516382,\r\n \"deletedTimestamp\": \"2020-06-09T12:36:42.8904432\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3178\",\r\n \"webSpace\": \"ps3178-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps1646\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516393\",\r\n \"name\": \"ps1323\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516393,\r\n \"deletedTimestamp\": \"2020-06-09T12:39:42.3995018\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4293\",\r\n \"webSpace\": \"ps4293-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps1323\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516394\",\r\n \"name\": \"ps1214\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516394,\r\n \"deletedTimestamp\": \"2020-06-09T12:39:49.471405\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4293\",\r\n \"webSpace\": \"ps4293-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-053\",\r\n \"deletedSiteName\": \"ps1214\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516395\",\r\n \"name\": \"ps5525\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516395,\r\n \"deletedTimestamp\": \"2020-06-09T12:40:20.8476761\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8824\",\r\n \"webSpace\": \"ps8824-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps5525\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516401\",\r\n \"name\": \"ps1489\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516401,\r\n \"deletedTimestamp\": \"2020-06-09T12:44:04.3907959\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4920\",\r\n \"webSpace\": \"ps4920-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps1489\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516406\",\r\n \"name\": \"ps6997\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516406,\r\n \"deletedTimestamp\": \"2020-06-09T12:46:35.7800379\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2806\",\r\n \"webSpace\": \"ps2806-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps6997\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516407\",\r\n \"name\": \"ps6997\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516407,\r\n \"deletedTimestamp\": \"2020-06-09T12:46:39.6865857\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2806\",\r\n \"webSpace\": \"ps2806-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps6997\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516416\",\r\n \"name\": \"ps9666\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516416,\r\n \"deletedTimestamp\": \"2020-06-09T12:49:07.0080214\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1926\",\r\n \"webSpace\": \"ps1926-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps9666\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516421\",\r\n \"name\": \"ps8818\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516421,\r\n \"deletedTimestamp\": \"2020-06-09T12:51:11.12395\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1443\",\r\n \"webSpace\": \"ps1443-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps8818\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516426\",\r\n \"name\": \"ps9140\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516426,\r\n \"deletedTimestamp\": \"2020-06-09T12:52:53.5484875\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9027\",\r\n \"webSpace\": \"ps9027-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9140\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516433\",\r\n \"name\": \"ps1891\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516433,\r\n \"deletedTimestamp\": \"2020-06-09T12:54:36.8265015\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2310\",\r\n \"webSpace\": \"ps2310-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1891\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516457\",\r\n \"name\": \"ps8963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516457,\r\n \"deletedTimestamp\": \"2020-06-09T13:12:37.7883639\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6158\",\r\n \"webSpace\": \"ps6158-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps8963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516459\",\r\n \"name\": \"ps6881\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516459,\r\n \"deletedTimestamp\": \"2020-06-09T13:14:39.5734429\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6555\",\r\n \"webSpace\": \"ps6555-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6881\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516461\",\r\n \"name\": \"ps2662\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516461,\r\n \"deletedTimestamp\": \"2020-06-09T13:16:36.3340044\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7018\",\r\n \"webSpace\": \"ps7018-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps2662\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516470\",\r\n \"name\": \"ps6338\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516470,\r\n \"deletedTimestamp\": \"2020-06-09T13:23:09.064913\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9783\",\r\n \"webSpace\": \"ps9783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps6338\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516471\",\r\n \"name\": \"ps6338\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516471,\r\n \"deletedTimestamp\": \"2020-06-09T13:23:13.6155153\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9783\",\r\n \"webSpace\": \"ps9783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps6338\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516472\",\r\n \"name\": \"ps6338\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516472,\r\n \"deletedTimestamp\": \"2020-06-09T13:23:17.0061843\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9783\",\r\n \"webSpace\": \"ps9783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps6338\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516473\",\r\n \"name\": \"ps7414\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516473,\r\n \"deletedTimestamp\": \"2020-06-09T13:23:24.2327611\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9783\",\r\n \"webSpace\": \"ps9783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps7414\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516474\",\r\n \"name\": \"ps7414\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516474,\r\n \"deletedTimestamp\": \"2020-06-09T13:23:27.7799027\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9783\",\r\n \"webSpace\": \"ps9783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps7414\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516475\",\r\n \"name\": \"ps7414\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516475,\r\n \"deletedTimestamp\": \"2020-06-09T13:23:31.9222724\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9783\",\r\n \"webSpace\": \"ps9783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-055\",\r\n \"deletedSiteName\": \"ps7414\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516479\",\r\n \"name\": \"ps548\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516479,\r\n \"deletedTimestamp\": \"2020-06-09T13:25:30.8004732\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1083\",\r\n \"webSpace\": \"ps1083-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps548\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516483\",\r\n \"name\": \"ps396\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516483,\r\n \"deletedTimestamp\": \"2020-06-09T13:27:19.0660345\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps3808\",\r\n \"webSpace\": \"ps3808-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-079\",\r\n \"deletedSiteName\": \"ps396\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/516677\",\r\n \"name\": \"ps3349\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 516677,\r\n \"deletedTimestamp\": \"2020-06-09T14:35:54.5147624\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5638\",\r\n \"webSpace\": \"ps5638-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps3349\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/523258\",\r\n \"name\": \"ps9893\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 523258,\r\n \"deletedTimestamp\": \"2020-06-11T10:23:11.4046793\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9231\",\r\n \"webSpace\": \"ps9231-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-051\",\r\n \"deletedSiteName\": \"ps9893\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/523406\",\r\n \"name\": \"ps7992\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 523406,\r\n \"deletedTimestamp\": \"2020-06-11T11:49:47.0675957\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8518\",\r\n \"webSpace\": \"ps8518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps7992\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/523407\",\r\n \"name\": \"ps4060\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 523407,\r\n \"deletedTimestamp\": \"2020-06-11T11:49:52.6918245\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps8518\",\r\n \"webSpace\": \"ps8518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps4060\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534088\",\r\n \"name\": \"ps8730\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534088,\r\n \"deletedTimestamp\": \"2020-06-16T12:57:17.4443807\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4208\",\r\n \"webSpace\": \"ps4208-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps8730\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534091\",\r\n \"name\": \"ps8730\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534091,\r\n \"deletedTimestamp\": \"2020-06-16T12:57:21.4469747\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps4208\",\r\n \"webSpace\": \"ps4208-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps8730\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534130\",\r\n \"name\": \"ps46f6aaf3c2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534130,\r\n \"deletedTimestamp\": \"2020-06-16T13:23:20.5939224\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2de7734aef\",\r\n \"webSpace\": \"ps2de7734aef-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps46f6aaf3c2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534131\",\r\n \"name\": \"ps46f6aaf3c2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534131,\r\n \"deletedTimestamp\": \"2020-06-16T13:24:06.3161837\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2de7734aef\",\r\n \"webSpace\": \"ps2de7734aef-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps46f6aaf3c2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534151\",\r\n \"name\": \"ps26a3b7d35b\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534151,\r\n \"deletedTimestamp\": \"2020-06-16T13:37:11.4248279\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6eb05bcbf2\",\r\n \"webSpace\": \"ps6eb05bcbf2-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps26a3b7d35b\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534157\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534157,\r\n \"deletedTimestamp\": \"2020-06-16T13:43:05.2313955\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps52d626c93c\",\r\n \"webSpace\": \"ps52d626c93c-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps71090969b5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534160\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534160,\r\n \"deletedTimestamp\": \"2020-06-16T13:44:15.7569461\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps52d626c93c\",\r\n \"webSpace\": \"ps52d626c93c-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps71090969b5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534161\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534161,\r\n \"deletedTimestamp\": \"2020-06-16T13:44:38.3857383\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps52d626c93c\",\r\n \"webSpace\": \"ps52d626c93c-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps71090969b5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/534179\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 534179,\r\n \"deletedTimestamp\": \"2020-06-16T13:50:06.0276742\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps52d626c93c\",\r\n \"webSpace\": \"ps52d626c93c-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps71090969b5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536692\",\r\n \"name\": \"psa5449efaa3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536692,\r\n \"deletedTimestamp\": \"2020-06-17T09:29:42.9863853\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps00c1de4f8b\",\r\n \"webSpace\": \"ps00c1de4f8b-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"psa5449efaa3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536694\",\r\n \"name\": \"psa5449efaa3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536694,\r\n \"deletedTimestamp\": \"2020-06-17T09:30:07.0823594\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps00c1de4f8b\",\r\n \"webSpace\": \"ps00c1de4f8b-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-067\",\r\n \"deletedSiteName\": \"psa5449efaa3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536702\",\r\n \"name\": \"ps1b4d5465f1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536702,\r\n \"deletedTimestamp\": \"2020-06-17T09:35:15.8260177\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1382096699\",\r\n \"webSpace\": \"ps1382096699-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps1b4d5465f1\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536703\",\r\n \"name\": \"ps1b4d5465f1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536703,\r\n \"deletedTimestamp\": \"2020-06-17T09:35:39.9131407\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1382096699\",\r\n \"webSpace\": \"ps1382096699-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps1b4d5465f1\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536715\",\r\n \"name\": \"ps1b4d5465f1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536715,\r\n \"deletedTimestamp\": \"2020-06-17T09:39:02.476941\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1382096699\",\r\n \"webSpace\": \"ps1382096699-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-059\",\r\n \"deletedSiteName\": \"ps1b4d5465f1\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536743\",\r\n \"name\": \"ps803188f167\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536743,\r\n \"deletedTimestamp\": \"2020-06-17T09:45:42.2517323\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps207b66d508\",\r\n \"webSpace\": \"ps207b66d508-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps803188f167\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536862\",\r\n \"name\": \"ps2701\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536862,\r\n \"deletedTimestamp\": \"2020-06-17T10:38:07.9086833\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1443\",\r\n \"webSpace\": \"ps1443-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps2701\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536863\",\r\n \"name\": \"ps2701\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536863,\r\n \"deletedTimestamp\": \"2020-06-17T10:38:11.4128599\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps1443\",\r\n \"webSpace\": \"ps1443-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps2701\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536866\",\r\n \"name\": \"ps3719\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536866,\r\n \"deletedTimestamp\": \"2020-06-17T10:39:45.9476789\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2919\",\r\n \"webSpace\": \"ps2919-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps3719\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536867\",\r\n \"name\": \"ps3719\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536867,\r\n \"deletedTimestamp\": \"2020-06-17T10:39:46.3070688\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2919\",\r\n \"webSpace\": \"ps2919-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-037\",\r\n \"deletedSiteName\": \"ps3719\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536896\",\r\n \"name\": \"ps7342\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536896,\r\n \"deletedTimestamp\": \"2020-06-17T10:46:40.0192348\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9632\",\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps7342\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536898\",\r\n \"name\": \"ps7342\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536898,\r\n \"deletedTimestamp\": \"2020-06-17T10:46:43.3958244\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps9632\",\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"ps7342\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536906\",\r\n \"name\": \"ps2896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536906,\r\n \"deletedTimestamp\": \"2020-06-17T10:48:21.1562839\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5656\",\r\n \"webSpace\": \"ps5656-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps2896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/536907\",\r\n \"name\": \"ps2896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 536907,\r\n \"deletedTimestamp\": \"2020-06-17T10:48:21.4688708\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps5656\",\r\n \"webSpace\": \"ps5656-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-097\",\r\n \"deletedSiteName\": \"ps2896\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551093\",\r\n \"name\": \"ps9361\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551093,\r\n \"deletedTimestamp\": \"2020-06-23T13:56:57.338086\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7903\",\r\n \"webSpace\": \"ps7903-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps9361\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551097\",\r\n \"name\": \"ps9361\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551097,\r\n \"deletedTimestamp\": \"2020-06-23T13:57:06.0364582\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7903\",\r\n \"webSpace\": \"ps7903-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps9361\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551102\",\r\n \"name\": \"ps3776\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551102,\r\n \"deletedTimestamp\": \"2020-06-23T13:57:49.568743\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7903\",\r\n \"webSpace\": \"ps7903-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps3776\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551104\",\r\n \"name\": \"ps3776\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551104,\r\n \"deletedTimestamp\": \"2020-06-23T13:57:56.1018826\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps7903\",\r\n \"webSpace\": \"ps7903-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps3776\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551340\",\r\n \"name\": \"ps3420\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551340,\r\n \"deletedTimestamp\": \"2020-06-23T15:42:33.800411\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6165\",\r\n \"webSpace\": \"ps6165-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps3420\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551341\",\r\n \"name\": \"ps3420\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551341,\r\n \"deletedTimestamp\": \"2020-06-23T15:42:39.308732\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6165\",\r\n \"webSpace\": \"ps6165-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps3420\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551356\",\r\n \"name\": \"ps7548\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551356,\r\n \"deletedTimestamp\": \"2020-06-23T15:44:54.0255361\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6165\",\r\n \"webSpace\": \"ps6165-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps7548\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551357\",\r\n \"name\": \"ps7548\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551357,\r\n \"deletedTimestamp\": \"2020-06-23T15:44:59.8583999\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6165\",\r\n \"webSpace\": \"ps6165-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-061\",\r\n \"deletedSiteName\": \"ps7548\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551746\",\r\n \"name\": \"ps6677\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551746,\r\n \"deletedTimestamp\": \"2020-06-23T17:51:25.6338563\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6102\",\r\n \"webSpace\": \"ps6102-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps6677\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551833\",\r\n \"name\": \"ps6677\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 551833,\r\n \"deletedTimestamp\": \"2020-06-23T18:09:16.2524811\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps6102\",\r\n \"webSpace\": \"ps6102-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-089\",\r\n \"deletedSiteName\": \"ps6677\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/554333\",\r\n \"name\": \"psbeaafb7221\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 554333,\r\n \"deletedTimestamp\": \"2020-06-24T08:55:44.0352589\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psb70c8c9039\",\r\n \"webSpace\": \"psb70c8c9039-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"psbeaafb7221\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/554334\",\r\n \"name\": \"psbeaafb7221\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 554334,\r\n \"deletedTimestamp\": \"2020-06-24T08:55:53.1806141\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psb70c8c9039\",\r\n \"webSpace\": \"psb70c8c9039-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"psbeaafb7221\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/554503\",\r\n \"name\": \"psc30dd895d0\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 554503,\r\n \"deletedTimestamp\": \"2020-06-24T10:15:32.6345455\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psb70c8c9039\",\r\n \"webSpace\": \"psb70c8c9039-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"psc30dd895d0\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/554504\",\r\n \"name\": \"psc30dd895d0\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 554504,\r\n \"deletedTimestamp\": \"2020-06-24T10:15:41.0389339\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"psb70c8c9039\",\r\n \"webSpace\": \"psb70c8c9039-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"psc30dd895d0\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/554546\",\r\n \"name\": \"ps6869\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 554546,\r\n \"deletedTimestamp\": \"2020-06-24T10:39:26.8611522\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2472\",\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps6869\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/554547\",\r\n \"name\": \"ps6869\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 554547,\r\n \"deletedTimestamp\": \"2020-06-24T10:39:32.5773259\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"ps2472\",\r\n \"webSpace\": \"ps2472-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-043\",\r\n \"deletedSiteName\": \"ps6869\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Brazil%20South/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9CcmF6aWwlMjBTb3V0aC9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "5787646e-996d-4bc1-834d-5fbd90bde485"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.28207.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "7d7c33f1-7df3-4089-abac-e154f11870c5"
+ ],
"Server": [
"Microsoft-IIS/10.0"
],
@@ -7874,20 +8648,23 @@
"X-Powered-By": [
"ASP.NET"
],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
"x-ms-correlation-request-id": [
- "36b83081-c4e6-42f2-abb2-77b56265fc63"
+ "8f061ec1-9758-4ce8-8c56-cafe3cc7c692"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:36b83081-c4e6-42f2-abb2-77b56265fc63"
+ "WESTINDIA:20200624T103940Z:8f061ec1-9758-4ce8-8c56-cafe3cc7c692"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:39:39 GMT"
],
"Content-Length": [
- "108959"
+ "38"
],
"Content-Type": [
"application/json"
@@ -7896,25 +8673,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central%20US%20%28Stage%29/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DZW50cmFsJTIwVVMlMjAlMjhTdGFnZSUyOS9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Brazil%20South/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9CcmF6aWwlMjBTb3V0aC9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "8f58e4da-d79c-4b47-b654-9103c90f1d0c"
+ "7d731824-5784-4efc-b718-72ea2ee1a571"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -7929,7 +8706,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "d65ef448-0993-4490-af4e-d9d39da82754"
+ "5262f0fb-cf43-433f-8063-8711d1ff5e9a"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -7944,19 +8721,88 @@
"11998"
],
"x-ms-correlation-request-id": [
- "b2966577-0584-433d-93da-c8b59e1ae911"
+ "0ae6bd3e-f601-4910-acda-e8c4133f7134"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTINDIA:20200624T105633Z:0ae6bd3e-f601-4910-acda-e8c4133f7134"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Wed, 24 Jun 2020 10:56:33 GMT"
+ ],
+ "Content-Length": [
+ "38"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/MSFT%20East%20Asia/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwRWFzdCUyMEFzaWEvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "6036c439-8c38-401d-ae26-16a23657bdac"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.28207.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
+ "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "1cceef02-3b0c-44db-b232-c0014ca5e301"
+ ],
+ "Server": [
+ "Microsoft-IIS/10.0"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-correlation-request-id": [
+ "ed19f066-e38f-4cae-bf0b-c15025a60e73"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:b2966577-0584-433d-93da-c8b59e1ae911"
+ "WESTINDIA:20200624T103939Z:ed19f066-e38f-4cae-bf0b-c15025a60e73"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:18 GMT"
+ "Wed, 24 Jun 2020 10:39:39 GMT"
],
"Content-Length": [
- "108959"
+ "38814"
],
"Content-Type": [
"application/json"
@@ -7965,25 +8811,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271483\",\r\n \"name\": \"csmws99\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271483,\r\n \"deletedTimestamp\": \"2020-04-17T16:11:43.9222017\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5268\",\r\n \"webSpace\": \"csmrg5268-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-107\",\r\n \"deletedSiteName\": \"csmws99\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271491\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271491,\r\n \"deletedTimestamp\": \"2020-04-17T16:18:50.5640259\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6718\",\r\n \"webSpace\": \"csmrg6718-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws2341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271492\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271492,\r\n \"deletedTimestamp\": \"2020-04-17T16:19:31.7162474\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6718\",\r\n \"webSpace\": \"csmrg6718-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws2341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271498\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271498,\r\n \"deletedTimestamp\": \"2020-04-17T16:20:56.9786091\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1875\",\r\n \"webSpace\": \"csmrg1875-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws5321\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271499\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271499,\r\n \"deletedTimestamp\": \"2020-04-17T16:20:57.3692549\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1875\",\r\n \"webSpace\": \"csmrg1875-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws5321\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271509\",\r\n \"name\": \"csmws8907\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271509,\r\n \"deletedTimestamp\": \"2020-04-17T16:23:33.1462761\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9980\",\r\n \"webSpace\": \"csmrg9980-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws8907\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271512\",\r\n \"name\": \"csmws276\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271512,\r\n \"deletedTimestamp\": \"2020-04-17T16:25:43.1235083\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1785\",\r\n \"webSpace\": \"csmrg1785-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws276\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271514\",\r\n \"name\": \"csmws9689\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271514,\r\n \"deletedTimestamp\": \"2020-04-17T16:26:40.7936349\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1779\",\r\n \"webSpace\": \"csmrg1779-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws9689\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271516\",\r\n \"name\": \"csmws5547\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271516,\r\n \"deletedTimestamp\": \"2020-04-17T16:28:21.6964486\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1342\",\r\n \"webSpace\": \"csmrg1342-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws5547\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271523\",\r\n \"name\": \"csmws738\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271523,\r\n \"deletedTimestamp\": \"2020-04-17T16:29:14.3809904\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg277\",\r\n \"webSpace\": \"csmrg277-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws738\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271526\",\r\n \"name\": \"csmws1272\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271526,\r\n \"deletedTimestamp\": \"2020-04-17T16:30:03.762089\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5088\",\r\n \"webSpace\": \"csmrg5088-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws1272\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271527\",\r\n \"name\": \"csmws9592\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271527,\r\n \"deletedTimestamp\": \"2020-04-17T16:30:33.0390007\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9892\",\r\n \"webSpace\": \"csmrg9892-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws9592\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271531\",\r\n \"name\": \"csmws6306\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271531,\r\n \"deletedTimestamp\": \"2020-04-17T16:31:38.0185281\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6091\",\r\n \"webSpace\": \"csmrg6091-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws6306\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271532\",\r\n \"name\": \"csmws3104\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271532,\r\n \"deletedTimestamp\": \"2020-04-17T16:33:09.1100578\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7039\",\r\n \"webSpace\": \"csmrg7039-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws3104\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275440\",\r\n \"name\": \"csmws436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275440,\r\n \"deletedTimestamp\": \"2020-04-20T06:07:20.5681048\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1402\",\r\n \"webSpace\": \"csmrg1402-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275442\",\r\n \"name\": \"csmws8946\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275442,\r\n \"deletedTimestamp\": \"2020-04-20T06:11:22.0111545\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3702\",\r\n \"webSpace\": \"csmrg3702-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws8946\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275450\",\r\n \"name\": \"csmws9792\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275450,\r\n \"deletedTimestamp\": \"2020-04-20T06:20:40.1961487\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9285\",\r\n \"webSpace\": \"csmrg9285-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9792\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275492\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275492,\r\n \"deletedTimestamp\": \"2020-04-20T07:03:40.7961097\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg279\",\r\n \"webSpace\": \"csmrg279-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws7326\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275493\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275493,\r\n \"deletedTimestamp\": \"2020-04-20T07:03:40.8586301\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg279\",\r\n \"webSpace\": \"csmrg279-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws7326\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275502\",\r\n \"name\": \"csmws6811\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275502,\r\n \"deletedTimestamp\": \"2020-04-20T07:07:00.5480104\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2183\",\r\n \"webSpace\": \"csmrg2183-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws6811\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275527\",\r\n \"name\": \"csmws746\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275527,\r\n \"deletedTimestamp\": \"2020-04-20T07:24:26.9800098\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7200\",\r\n \"webSpace\": \"csmrg7200-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws746\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275586\",\r\n \"name\": \"csmws9045\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275586,\r\n \"deletedTimestamp\": \"2020-04-20T07:56:59.3830574\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9450\",\r\n \"webSpace\": \"csmrg9450-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-135\",\r\n \"deletedSiteName\": \"csmws9045\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275608\",\r\n \"name\": \"csmws6248\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275608,\r\n \"deletedTimestamp\": \"2020-04-20T08:04:54.9048547\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3250\",\r\n \"webSpace\": \"csmrg3250-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws6248\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275615\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275615,\r\n \"deletedTimestamp\": \"2020-04-20T08:07:20.902903\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1143\",\r\n \"webSpace\": \"csmrg1143-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9621\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275616\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275616,\r\n \"deletedTimestamp\": \"2020-04-20T08:08:00.6527585\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1143\",\r\n \"webSpace\": \"csmrg1143-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9621\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275622\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275622,\r\n \"deletedTimestamp\": \"2020-04-20T08:09:11.6666849\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6365\",\r\n \"webSpace\": \"csmrg6365-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2859\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275623\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275623,\r\n \"deletedTimestamp\": \"2020-04-20T08:09:11.7291634\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6365\",\r\n \"webSpace\": \"csmrg6365-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2859\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275626\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275626,\r\n \"deletedTimestamp\": \"2020-04-20T08:10:19.1886168\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8673\",\r\n \"webSpace\": \"csmrg8673-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1175\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275627\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275627,\r\n \"deletedTimestamp\": \"2020-04-20T08:10:19.2510933\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8673\",\r\n \"webSpace\": \"csmrg8673-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1175\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275639\",\r\n \"name\": \"csmws8740\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275639,\r\n \"deletedTimestamp\": \"2020-04-20T08:14:24.1156497\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4861\",\r\n \"webSpace\": \"csmrg4861-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8740\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275641\",\r\n \"name\": \"csmws1328\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275641,\r\n \"deletedTimestamp\": \"2020-04-20T08:14:46.9421665\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4550\",\r\n \"webSpace\": \"csmrg4550-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-111\",\r\n \"deletedSiteName\": \"csmws1328\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275644\",\r\n \"name\": \"csmws9988\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275644,\r\n \"deletedTimestamp\": \"2020-04-20T08:16:21.8489577\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9342\",\r\n \"webSpace\": \"csmrg9342-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws9988\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275645\",\r\n \"name\": \"csmws1747\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275645,\r\n \"deletedTimestamp\": \"2020-04-20T08:17:11.7449311\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4855\",\r\n \"webSpace\": \"csmrg4855-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1747\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275646\",\r\n \"name\": \"csmws7557\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275646,\r\n \"deletedTimestamp\": \"2020-04-20T08:17:21.4892759\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6453\",\r\n \"webSpace\": \"csmrg6453-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-123\",\r\n \"deletedSiteName\": \"csmws7557\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275648\",\r\n \"name\": \"csmws7473\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275648,\r\n \"deletedTimestamp\": \"2020-04-20T08:18:17.0684426\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1927\",\r\n \"webSpace\": \"csmrg1927-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws7473\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275651\",\r\n \"name\": \"csmws45\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275651,\r\n \"deletedTimestamp\": \"2020-04-20T08:19:45.88919\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8327\",\r\n \"webSpace\": \"csmrg8327-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-111\",\r\n \"deletedSiteName\": \"csmws45\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275658\",\r\n \"name\": \"csmws4938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275658,\r\n \"deletedTimestamp\": \"2020-04-20T08:22:57.9591791\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3023\",\r\n \"webSpace\": \"csmrg3023-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws4938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275817\",\r\n \"name\": \"csmws4709\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275817,\r\n \"deletedTimestamp\": \"2020-04-20T10:13:48.9995611\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8519\",\r\n \"webSpace\": \"csmrg8519-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws4709\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275822\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275822,\r\n \"deletedTimestamp\": \"2020-04-20T10:16:21.5784078\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5759\",\r\n \"webSpace\": \"csmrg5759-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9002\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275823\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275823,\r\n \"deletedTimestamp\": \"2020-04-20T10:17:01.5543061\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5759\",\r\n \"webSpace\": \"csmrg5759-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9002\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275825\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275825,\r\n \"deletedTimestamp\": \"2020-04-20T10:18:15.0005485\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9597\",\r\n \"webSpace\": \"csmrg9597-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9459\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275826\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275826,\r\n \"deletedTimestamp\": \"2020-04-20T10:18:15.0630528\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9597\",\r\n \"webSpace\": \"csmrg9597-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9459\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275831\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275831,\r\n \"deletedTimestamp\": \"2020-04-20T10:19:42.8785164\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5572\",\r\n \"webSpace\": \"csmrg5572-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8297\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275832\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275832,\r\n \"deletedTimestamp\": \"2020-04-20T10:19:42.956593\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5572\",\r\n \"webSpace\": \"csmrg5572-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8297\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275833\",\r\n \"name\": \"csmws4578\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275833,\r\n \"deletedTimestamp\": \"2020-04-20T10:20:01.5356877\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5092\",\r\n \"webSpace\": \"csmrg5092-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-123\",\r\n \"deletedSiteName\": \"csmws4578\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275837\",\r\n \"name\": \"csmws7393\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275837,\r\n \"deletedTimestamp\": \"2020-04-20T10:21:09.7061245\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8782\",\r\n \"webSpace\": \"csmrg8782-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws7393\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275839\",\r\n \"name\": \"csmws9575\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275839,\r\n \"deletedTimestamp\": \"2020-04-20T10:22:39.9581707\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2939\",\r\n \"webSpace\": \"csmrg2939-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-129\",\r\n \"deletedSiteName\": \"csmws9575\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275842\",\r\n \"name\": \"csmws2659\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275842,\r\n \"deletedTimestamp\": \"2020-04-20T10:23:29.3214853\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg150\",\r\n \"webSpace\": \"csmrg150-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-155\",\r\n \"deletedSiteName\": \"csmws2659\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275843\",\r\n \"name\": \"csmws7759\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275843,\r\n \"deletedTimestamp\": \"2020-04-20T10:24:20.2285063\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3532\",\r\n \"webSpace\": \"csmrg3532-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws7759\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275844\",\r\n \"name\": \"csmws2144\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275844,\r\n \"deletedTimestamp\": \"2020-04-20T10:24:33.5042774\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1529\",\r\n \"webSpace\": \"csmrg1529-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws2144\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275845\",\r\n \"name\": \"csmws4152\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275845,\r\n \"deletedTimestamp\": \"2020-04-20T10:25:41.8332808\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4158\",\r\n \"webSpace\": \"csmrg4158-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws4152\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275849\",\r\n \"name\": \"csmws6771\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275849,\r\n \"deletedTimestamp\": \"2020-04-20T10:27:12.562199\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6949\",\r\n \"webSpace\": \"csmrg6949-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws6771\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278431\",\r\n \"name\": \"csmws4334\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278431,\r\n \"deletedTimestamp\": \"2020-04-21T09:09:13.4047181\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7007\",\r\n \"webSpace\": \"csmrg7007-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws4334\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278440\",\r\n \"name\": \"csmws128\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278440,\r\n \"deletedTimestamp\": \"2020-04-21T09:12:50.4048949\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7911\",\r\n \"webSpace\": \"csmrg7911-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-107\",\r\n \"deletedSiteName\": \"csmws128\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278446\",\r\n \"name\": \"csmws2772\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278446,\r\n \"deletedTimestamp\": \"2020-04-21T09:15:09.7162916\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2616\",\r\n \"webSpace\": \"csmrg2616-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2772\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278448\",\r\n \"name\": \"csmws2772\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278448,\r\n \"deletedTimestamp\": \"2020-04-21T09:15:48.0151685\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2616\",\r\n \"webSpace\": \"csmrg2616-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2772\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278450\",\r\n \"name\": \"csmws9529\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278450,\r\n \"deletedTimestamp\": \"2020-04-21T09:16:56.5937378\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9410\",\r\n \"webSpace\": \"csmrg9410-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-141\",\r\n \"deletedSiteName\": \"csmws9529\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278451\",\r\n \"name\": \"csmws9529\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278451,\r\n \"deletedTimestamp\": \"2020-04-21T09:16:56.7031174\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9410\",\r\n \"webSpace\": \"csmrg9410-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-141\",\r\n \"deletedSiteName\": \"csmws9529\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278453\",\r\n \"name\": \"csmws4388\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278453,\r\n \"deletedTimestamp\": \"2020-04-21T09:18:04.2341026\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7258\",\r\n \"webSpace\": \"csmrg7258-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws4388\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278454\",\r\n \"name\": \"csmws4388\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278454,\r\n \"deletedTimestamp\": \"2020-04-21T09:18:04.2966459\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7258\",\r\n \"webSpace\": \"csmrg7258-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws4388\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278455\",\r\n \"name\": \"csmws7728\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278455,\r\n \"deletedTimestamp\": \"2020-04-21T09:20:16.2361019\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg340\",\r\n \"webSpace\": \"csmrg340-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-125\",\r\n \"deletedSiteName\": \"csmws7728\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278459\",\r\n \"name\": \"csmws8473\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278459,\r\n \"deletedTimestamp\": \"2020-04-21T09:21:40.3965869\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4805\",\r\n \"webSpace\": \"csmrg4805-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws8473\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278461\",\r\n \"name\": \"csmws1714\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278461,\r\n \"deletedTimestamp\": \"2020-04-21T09:23:44.3532108\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7337\",\r\n \"webSpace\": \"csmrg7337-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-135\",\r\n \"deletedSiteName\": \"csmws1714\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278463\",\r\n \"name\": \"csmws252\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278463,\r\n \"deletedTimestamp\": \"2020-04-21T09:24:44.1740728\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3488\",\r\n \"webSpace\": \"csmrg3488-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws252\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278464\",\r\n \"name\": \"csmws425\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278464,\r\n \"deletedTimestamp\": \"2020-04-21T09:25:36.8026452\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3981\",\r\n \"webSpace\": \"csmrg3981-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-155\",\r\n \"deletedSiteName\": \"csmws425\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278467\",\r\n \"name\": \"csmws6291\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278467,\r\n \"deletedTimestamp\": \"2020-04-21T09:25:59.6871438\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8664\",\r\n \"webSpace\": \"csmrg8664-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-149\",\r\n \"deletedSiteName\": \"csmws6291\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278468\",\r\n \"name\": \"csmws9347\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278468,\r\n \"deletedTimestamp\": \"2020-04-21T09:26:55.2441613\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9072\",\r\n \"webSpace\": \"csmrg9072-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws9347\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278470\",\r\n \"name\": \"csmws3790\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278470,\r\n \"deletedTimestamp\": \"2020-04-21T09:28:39.7381335\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg674\",\r\n \"webSpace\": \"csmrg674-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws3790\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278490\",\r\n \"name\": \"csmws9197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278490,\r\n \"deletedTimestamp\": \"2020-04-21T09:43:08.0382778\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2179\",\r\n \"webSpace\": \"csmrg2179-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-135\",\r\n \"deletedSiteName\": \"csmws9197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central%20US%20%28Stage%29/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DZW50cmFsJTIwVVMlMjAlMjhTdGFnZSUyOS9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/MSFT%20East%20Asia/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwRWFzdCUyMEFzaWEvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "9afa8626-e13e-4010-9622-1ff0975d83c7"
+ "9e17286f-194b-440b-aa15-35302378c073"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -7998,7 +8844,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "df9b5c98-59be-4621-9a62-5bf07da24d17"
+ "be9c2b8c-c182-48bb-b5c2-034169516124"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -8013,19 +8859,19 @@
"11996"
],
"x-ms-correlation-request-id": [
- "d2b145df-920a-4aca-9bb1-52f474d10a50"
+ "f4ecdd04-364f-4fa7-a1ca-2617e490c89c"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234627Z:d2b145df-920a-4aca-9bb1-52f474d10a50"
+ "WESTINDIA:20200624T105629Z:f4ecdd04-364f-4fa7-a1ca-2617e490c89c"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:29 GMT"
],
"Content-Length": [
- "108959"
+ "38814"
],
"Content-Type": [
"application/json"
@@ -8034,25 +8880,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271483\",\r\n \"name\": \"csmws99\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271483,\r\n \"deletedTimestamp\": \"2020-04-17T16:11:43.9222017\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5268\",\r\n \"webSpace\": \"csmrg5268-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-107\",\r\n \"deletedSiteName\": \"csmws99\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271491\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271491,\r\n \"deletedTimestamp\": \"2020-04-17T16:18:50.5640259\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6718\",\r\n \"webSpace\": \"csmrg6718-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws2341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271492\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271492,\r\n \"deletedTimestamp\": \"2020-04-17T16:19:31.7162474\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6718\",\r\n \"webSpace\": \"csmrg6718-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws2341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271498\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271498,\r\n \"deletedTimestamp\": \"2020-04-17T16:20:56.9786091\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1875\",\r\n \"webSpace\": \"csmrg1875-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws5321\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271499\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271499,\r\n \"deletedTimestamp\": \"2020-04-17T16:20:57.3692549\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1875\",\r\n \"webSpace\": \"csmrg1875-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws5321\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271509\",\r\n \"name\": \"csmws8907\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271509,\r\n \"deletedTimestamp\": \"2020-04-17T16:23:33.1462761\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9980\",\r\n \"webSpace\": \"csmrg9980-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws8907\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271512\",\r\n \"name\": \"csmws276\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271512,\r\n \"deletedTimestamp\": \"2020-04-17T16:25:43.1235083\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1785\",\r\n \"webSpace\": \"csmrg1785-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws276\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271514\",\r\n \"name\": \"csmws9689\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271514,\r\n \"deletedTimestamp\": \"2020-04-17T16:26:40.7936349\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1779\",\r\n \"webSpace\": \"csmrg1779-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws9689\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271516\",\r\n \"name\": \"csmws5547\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271516,\r\n \"deletedTimestamp\": \"2020-04-17T16:28:21.6964486\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1342\",\r\n \"webSpace\": \"csmrg1342-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws5547\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271523\",\r\n \"name\": \"csmws738\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271523,\r\n \"deletedTimestamp\": \"2020-04-17T16:29:14.3809904\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg277\",\r\n \"webSpace\": \"csmrg277-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws738\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271526\",\r\n \"name\": \"csmws1272\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271526,\r\n \"deletedTimestamp\": \"2020-04-17T16:30:03.762089\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5088\",\r\n \"webSpace\": \"csmrg5088-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws1272\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271527\",\r\n \"name\": \"csmws9592\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271527,\r\n \"deletedTimestamp\": \"2020-04-17T16:30:33.0390007\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9892\",\r\n \"webSpace\": \"csmrg9892-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws9592\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271531\",\r\n \"name\": \"csmws6306\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271531,\r\n \"deletedTimestamp\": \"2020-04-17T16:31:38.0185281\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6091\",\r\n \"webSpace\": \"csmrg6091-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws6306\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271532\",\r\n \"name\": \"csmws3104\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271532,\r\n \"deletedTimestamp\": \"2020-04-17T16:33:09.1100578\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7039\",\r\n \"webSpace\": \"csmrg7039-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws3104\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275440\",\r\n \"name\": \"csmws436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275440,\r\n \"deletedTimestamp\": \"2020-04-20T06:07:20.5681048\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1402\",\r\n \"webSpace\": \"csmrg1402-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275442\",\r\n \"name\": \"csmws8946\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275442,\r\n \"deletedTimestamp\": \"2020-04-20T06:11:22.0111545\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3702\",\r\n \"webSpace\": \"csmrg3702-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws8946\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275450\",\r\n \"name\": \"csmws9792\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275450,\r\n \"deletedTimestamp\": \"2020-04-20T06:20:40.1961487\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9285\",\r\n \"webSpace\": \"csmrg9285-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9792\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275492\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275492,\r\n \"deletedTimestamp\": \"2020-04-20T07:03:40.7961097\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg279\",\r\n \"webSpace\": \"csmrg279-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws7326\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275493\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275493,\r\n \"deletedTimestamp\": \"2020-04-20T07:03:40.8586301\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg279\",\r\n \"webSpace\": \"csmrg279-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws7326\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275502\",\r\n \"name\": \"csmws6811\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275502,\r\n \"deletedTimestamp\": \"2020-04-20T07:07:00.5480104\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2183\",\r\n \"webSpace\": \"csmrg2183-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws6811\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275527\",\r\n \"name\": \"csmws746\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275527,\r\n \"deletedTimestamp\": \"2020-04-20T07:24:26.9800098\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7200\",\r\n \"webSpace\": \"csmrg7200-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws746\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275586\",\r\n \"name\": \"csmws9045\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275586,\r\n \"deletedTimestamp\": \"2020-04-20T07:56:59.3830574\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9450\",\r\n \"webSpace\": \"csmrg9450-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-135\",\r\n \"deletedSiteName\": \"csmws9045\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275608\",\r\n \"name\": \"csmws6248\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275608,\r\n \"deletedTimestamp\": \"2020-04-20T08:04:54.9048547\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3250\",\r\n \"webSpace\": \"csmrg3250-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws6248\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275615\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275615,\r\n \"deletedTimestamp\": \"2020-04-20T08:07:20.902903\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1143\",\r\n \"webSpace\": \"csmrg1143-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9621\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275616\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275616,\r\n \"deletedTimestamp\": \"2020-04-20T08:08:00.6527585\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1143\",\r\n \"webSpace\": \"csmrg1143-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9621\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275622\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275622,\r\n \"deletedTimestamp\": \"2020-04-20T08:09:11.6666849\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6365\",\r\n \"webSpace\": \"csmrg6365-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2859\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275623\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275623,\r\n \"deletedTimestamp\": \"2020-04-20T08:09:11.7291634\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6365\",\r\n \"webSpace\": \"csmrg6365-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2859\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275626\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275626,\r\n \"deletedTimestamp\": \"2020-04-20T08:10:19.1886168\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8673\",\r\n \"webSpace\": \"csmrg8673-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1175\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275627\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275627,\r\n \"deletedTimestamp\": \"2020-04-20T08:10:19.2510933\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8673\",\r\n \"webSpace\": \"csmrg8673-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1175\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275639\",\r\n \"name\": \"csmws8740\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275639,\r\n \"deletedTimestamp\": \"2020-04-20T08:14:24.1156497\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4861\",\r\n \"webSpace\": \"csmrg4861-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8740\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275641\",\r\n \"name\": \"csmws1328\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275641,\r\n \"deletedTimestamp\": \"2020-04-20T08:14:46.9421665\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4550\",\r\n \"webSpace\": \"csmrg4550-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-111\",\r\n \"deletedSiteName\": \"csmws1328\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275644\",\r\n \"name\": \"csmws9988\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275644,\r\n \"deletedTimestamp\": \"2020-04-20T08:16:21.8489577\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9342\",\r\n \"webSpace\": \"csmrg9342-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws9988\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275645\",\r\n \"name\": \"csmws1747\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275645,\r\n \"deletedTimestamp\": \"2020-04-20T08:17:11.7449311\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4855\",\r\n \"webSpace\": \"csmrg4855-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1747\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275646\",\r\n \"name\": \"csmws7557\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275646,\r\n \"deletedTimestamp\": \"2020-04-20T08:17:21.4892759\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6453\",\r\n \"webSpace\": \"csmrg6453-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-123\",\r\n \"deletedSiteName\": \"csmws7557\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275648\",\r\n \"name\": \"csmws7473\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275648,\r\n \"deletedTimestamp\": \"2020-04-20T08:18:17.0684426\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1927\",\r\n \"webSpace\": \"csmrg1927-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws7473\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275651\",\r\n \"name\": \"csmws45\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275651,\r\n \"deletedTimestamp\": \"2020-04-20T08:19:45.88919\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8327\",\r\n \"webSpace\": \"csmrg8327-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-111\",\r\n \"deletedSiteName\": \"csmws45\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275658\",\r\n \"name\": \"csmws4938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275658,\r\n \"deletedTimestamp\": \"2020-04-20T08:22:57.9591791\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3023\",\r\n \"webSpace\": \"csmrg3023-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws4938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275817\",\r\n \"name\": \"csmws4709\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275817,\r\n \"deletedTimestamp\": \"2020-04-20T10:13:48.9995611\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8519\",\r\n \"webSpace\": \"csmrg8519-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws4709\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275822\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275822,\r\n \"deletedTimestamp\": \"2020-04-20T10:16:21.5784078\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5759\",\r\n \"webSpace\": \"csmrg5759-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9002\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275823\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275823,\r\n \"deletedTimestamp\": \"2020-04-20T10:17:01.5543061\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5759\",\r\n \"webSpace\": \"csmrg5759-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9002\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275825\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275825,\r\n \"deletedTimestamp\": \"2020-04-20T10:18:15.0005485\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9597\",\r\n \"webSpace\": \"csmrg9597-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9459\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275826\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275826,\r\n \"deletedTimestamp\": \"2020-04-20T10:18:15.0630528\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9597\",\r\n \"webSpace\": \"csmrg9597-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9459\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275831\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275831,\r\n \"deletedTimestamp\": \"2020-04-20T10:19:42.8785164\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5572\",\r\n \"webSpace\": \"csmrg5572-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8297\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275832\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275832,\r\n \"deletedTimestamp\": \"2020-04-20T10:19:42.956593\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5572\",\r\n \"webSpace\": \"csmrg5572-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8297\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275833\",\r\n \"name\": \"csmws4578\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275833,\r\n \"deletedTimestamp\": \"2020-04-20T10:20:01.5356877\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5092\",\r\n \"webSpace\": \"csmrg5092-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-123\",\r\n \"deletedSiteName\": \"csmws4578\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275837\",\r\n \"name\": \"csmws7393\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275837,\r\n \"deletedTimestamp\": \"2020-04-20T10:21:09.7061245\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8782\",\r\n \"webSpace\": \"csmrg8782-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws7393\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275839\",\r\n \"name\": \"csmws9575\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275839,\r\n \"deletedTimestamp\": \"2020-04-20T10:22:39.9581707\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2939\",\r\n \"webSpace\": \"csmrg2939-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-129\",\r\n \"deletedSiteName\": \"csmws9575\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275842\",\r\n \"name\": \"csmws2659\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275842,\r\n \"deletedTimestamp\": \"2020-04-20T10:23:29.3214853\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg150\",\r\n \"webSpace\": \"csmrg150-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-155\",\r\n \"deletedSiteName\": \"csmws2659\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275843\",\r\n \"name\": \"csmws7759\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275843,\r\n \"deletedTimestamp\": \"2020-04-20T10:24:20.2285063\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3532\",\r\n \"webSpace\": \"csmrg3532-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws7759\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275844\",\r\n \"name\": \"csmws2144\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275844,\r\n \"deletedTimestamp\": \"2020-04-20T10:24:33.5042774\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1529\",\r\n \"webSpace\": \"csmrg1529-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws2144\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275845\",\r\n \"name\": \"csmws4152\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275845,\r\n \"deletedTimestamp\": \"2020-04-20T10:25:41.8332808\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4158\",\r\n \"webSpace\": \"csmrg4158-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws4152\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275849\",\r\n \"name\": \"csmws6771\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275849,\r\n \"deletedTimestamp\": \"2020-04-20T10:27:12.562199\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6949\",\r\n \"webSpace\": \"csmrg6949-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws6771\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278431\",\r\n \"name\": \"csmws4334\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278431,\r\n \"deletedTimestamp\": \"2020-04-21T09:09:13.4047181\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7007\",\r\n \"webSpace\": \"csmrg7007-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws4334\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278440\",\r\n \"name\": \"csmws128\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278440,\r\n \"deletedTimestamp\": \"2020-04-21T09:12:50.4048949\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7911\",\r\n \"webSpace\": \"csmrg7911-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-107\",\r\n \"deletedSiteName\": \"csmws128\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278446\",\r\n \"name\": \"csmws2772\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278446,\r\n \"deletedTimestamp\": \"2020-04-21T09:15:09.7162916\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2616\",\r\n \"webSpace\": \"csmrg2616-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2772\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278448\",\r\n \"name\": \"csmws2772\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278448,\r\n \"deletedTimestamp\": \"2020-04-21T09:15:48.0151685\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2616\",\r\n \"webSpace\": \"csmrg2616-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2772\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278450\",\r\n \"name\": \"csmws9529\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278450,\r\n \"deletedTimestamp\": \"2020-04-21T09:16:56.5937378\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9410\",\r\n \"webSpace\": \"csmrg9410-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-141\",\r\n \"deletedSiteName\": \"csmws9529\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278451\",\r\n \"name\": \"csmws9529\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278451,\r\n \"deletedTimestamp\": \"2020-04-21T09:16:56.7031174\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9410\",\r\n \"webSpace\": \"csmrg9410-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-141\",\r\n \"deletedSiteName\": \"csmws9529\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278453\",\r\n \"name\": \"csmws4388\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278453,\r\n \"deletedTimestamp\": \"2020-04-21T09:18:04.2341026\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7258\",\r\n \"webSpace\": \"csmrg7258-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws4388\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278454\",\r\n \"name\": \"csmws4388\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278454,\r\n \"deletedTimestamp\": \"2020-04-21T09:18:04.2966459\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7258\",\r\n \"webSpace\": \"csmrg7258-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws4388\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278455\",\r\n \"name\": \"csmws7728\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278455,\r\n \"deletedTimestamp\": \"2020-04-21T09:20:16.2361019\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg340\",\r\n \"webSpace\": \"csmrg340-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-125\",\r\n \"deletedSiteName\": \"csmws7728\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278459\",\r\n \"name\": \"csmws8473\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278459,\r\n \"deletedTimestamp\": \"2020-04-21T09:21:40.3965869\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4805\",\r\n \"webSpace\": \"csmrg4805-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws8473\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278461\",\r\n \"name\": \"csmws1714\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278461,\r\n \"deletedTimestamp\": \"2020-04-21T09:23:44.3532108\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7337\",\r\n \"webSpace\": \"csmrg7337-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-135\",\r\n \"deletedSiteName\": \"csmws1714\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278463\",\r\n \"name\": \"csmws252\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278463,\r\n \"deletedTimestamp\": \"2020-04-21T09:24:44.1740728\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3488\",\r\n \"webSpace\": \"csmrg3488-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws252\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278464\",\r\n \"name\": \"csmws425\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278464,\r\n \"deletedTimestamp\": \"2020-04-21T09:25:36.8026452\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3981\",\r\n \"webSpace\": \"csmrg3981-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-155\",\r\n \"deletedSiteName\": \"csmws425\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278467\",\r\n \"name\": \"csmws6291\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278467,\r\n \"deletedTimestamp\": \"2020-04-21T09:25:59.6871438\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8664\",\r\n \"webSpace\": \"csmrg8664-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-149\",\r\n \"deletedSiteName\": \"csmws6291\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278468\",\r\n \"name\": \"csmws9347\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278468,\r\n \"deletedTimestamp\": \"2020-04-21T09:26:55.2441613\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9072\",\r\n \"webSpace\": \"csmrg9072-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws9347\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278470\",\r\n \"name\": \"csmws3790\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278470,\r\n \"deletedTimestamp\": \"2020-04-21T09:28:39.7381335\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg674\",\r\n \"webSpace\": \"csmrg674-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws3790\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278490\",\r\n \"name\": \"csmws9197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278490,\r\n \"deletedTimestamp\": \"2020-04-21T09:43:08.0382778\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2179\",\r\n \"webSpace\": \"csmrg2179-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-135\",\r\n \"deletedSiteName\": \"csmws9197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Japan%20East/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9KYXBhbiUyMEVhc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East%20US%202%20%28Stage%29/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwVVMlMjAyJTIwJTI4U3RhZ2UlMjkvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "dfce20fc-ed74-4358-8261-34617f264a59"
+ "275bc2e1-9fbf-4ce4-b880-31bc7e0c47bc"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -8067,7 +8913,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "f8798086-ccda-49dc-8a04-1e9d5110bd21"
+ "2de8f8a9-f472-409a-be91-68e60b4ae216"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -8082,19 +8928,19 @@
"11998"
],
"x-ms-correlation-request-id": [
- "93490462-6618-491c-a122-c480a14adf27"
+ "9ad21ea6-29d0-484a-abff-7091de983b77"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:93490462-6618-491c-a122-c480a14adf27"
+ "WESTINDIA:20200624T103940Z:9ad21ea6-29d0-484a-abff-7091de983b77"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:17 GMT"
+ "Wed, 24 Jun 2020 10:39:39 GMT"
],
"Content-Length": [
- "108959"
+ "38814"
],
"Content-Type": [
"application/json"
@@ -8103,25 +8949,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271483\",\r\n \"name\": \"csmws99\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271483,\r\n \"deletedTimestamp\": \"2020-04-17T16:11:43.9222017\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5268\",\r\n \"webSpace\": \"csmrg5268-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-107\",\r\n \"deletedSiteName\": \"csmws99\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271491\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271491,\r\n \"deletedTimestamp\": \"2020-04-17T16:18:50.5640259\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6718\",\r\n \"webSpace\": \"csmrg6718-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws2341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271492\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271492,\r\n \"deletedTimestamp\": \"2020-04-17T16:19:31.7162474\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6718\",\r\n \"webSpace\": \"csmrg6718-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws2341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271498\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271498,\r\n \"deletedTimestamp\": \"2020-04-17T16:20:56.9786091\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1875\",\r\n \"webSpace\": \"csmrg1875-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws5321\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271499\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271499,\r\n \"deletedTimestamp\": \"2020-04-17T16:20:57.3692549\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1875\",\r\n \"webSpace\": \"csmrg1875-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws5321\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271509\",\r\n \"name\": \"csmws8907\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271509,\r\n \"deletedTimestamp\": \"2020-04-17T16:23:33.1462761\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9980\",\r\n \"webSpace\": \"csmrg9980-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws8907\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271512\",\r\n \"name\": \"csmws276\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271512,\r\n \"deletedTimestamp\": \"2020-04-17T16:25:43.1235083\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1785\",\r\n \"webSpace\": \"csmrg1785-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws276\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271514\",\r\n \"name\": \"csmws9689\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271514,\r\n \"deletedTimestamp\": \"2020-04-17T16:26:40.7936349\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1779\",\r\n \"webSpace\": \"csmrg1779-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws9689\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271516\",\r\n \"name\": \"csmws5547\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271516,\r\n \"deletedTimestamp\": \"2020-04-17T16:28:21.6964486\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1342\",\r\n \"webSpace\": \"csmrg1342-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws5547\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271523\",\r\n \"name\": \"csmws738\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271523,\r\n \"deletedTimestamp\": \"2020-04-17T16:29:14.3809904\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg277\",\r\n \"webSpace\": \"csmrg277-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws738\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271526\",\r\n \"name\": \"csmws1272\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271526,\r\n \"deletedTimestamp\": \"2020-04-17T16:30:03.762089\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5088\",\r\n \"webSpace\": \"csmrg5088-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws1272\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271527\",\r\n \"name\": \"csmws9592\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271527,\r\n \"deletedTimestamp\": \"2020-04-17T16:30:33.0390007\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9892\",\r\n \"webSpace\": \"csmrg9892-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws9592\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271531\",\r\n \"name\": \"csmws6306\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271531,\r\n \"deletedTimestamp\": \"2020-04-17T16:31:38.0185281\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6091\",\r\n \"webSpace\": \"csmrg6091-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws6306\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271532\",\r\n \"name\": \"csmws3104\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271532,\r\n \"deletedTimestamp\": \"2020-04-17T16:33:09.1100578\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7039\",\r\n \"webSpace\": \"csmrg7039-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws3104\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275440\",\r\n \"name\": \"csmws436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275440,\r\n \"deletedTimestamp\": \"2020-04-20T06:07:20.5681048\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1402\",\r\n \"webSpace\": \"csmrg1402-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275442\",\r\n \"name\": \"csmws8946\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275442,\r\n \"deletedTimestamp\": \"2020-04-20T06:11:22.0111545\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3702\",\r\n \"webSpace\": \"csmrg3702-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws8946\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275450\",\r\n \"name\": \"csmws9792\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275450,\r\n \"deletedTimestamp\": \"2020-04-20T06:20:40.1961487\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9285\",\r\n \"webSpace\": \"csmrg9285-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9792\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275492\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275492,\r\n \"deletedTimestamp\": \"2020-04-20T07:03:40.7961097\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg279\",\r\n \"webSpace\": \"csmrg279-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws7326\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275493\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275493,\r\n \"deletedTimestamp\": \"2020-04-20T07:03:40.8586301\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg279\",\r\n \"webSpace\": \"csmrg279-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws7326\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275502\",\r\n \"name\": \"csmws6811\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275502,\r\n \"deletedTimestamp\": \"2020-04-20T07:07:00.5480104\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2183\",\r\n \"webSpace\": \"csmrg2183-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws6811\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275527\",\r\n \"name\": \"csmws746\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275527,\r\n \"deletedTimestamp\": \"2020-04-20T07:24:26.9800098\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7200\",\r\n \"webSpace\": \"csmrg7200-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws746\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275586\",\r\n \"name\": \"csmws9045\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275586,\r\n \"deletedTimestamp\": \"2020-04-20T07:56:59.3830574\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9450\",\r\n \"webSpace\": \"csmrg9450-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-135\",\r\n \"deletedSiteName\": \"csmws9045\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275608\",\r\n \"name\": \"csmws6248\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275608,\r\n \"deletedTimestamp\": \"2020-04-20T08:04:54.9048547\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3250\",\r\n \"webSpace\": \"csmrg3250-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws6248\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275615\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275615,\r\n \"deletedTimestamp\": \"2020-04-20T08:07:20.902903\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1143\",\r\n \"webSpace\": \"csmrg1143-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9621\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275616\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275616,\r\n \"deletedTimestamp\": \"2020-04-20T08:08:00.6527585\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1143\",\r\n \"webSpace\": \"csmrg1143-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9621\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275622\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275622,\r\n \"deletedTimestamp\": \"2020-04-20T08:09:11.6666849\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6365\",\r\n \"webSpace\": \"csmrg6365-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2859\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275623\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275623,\r\n \"deletedTimestamp\": \"2020-04-20T08:09:11.7291634\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6365\",\r\n \"webSpace\": \"csmrg6365-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2859\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275626\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275626,\r\n \"deletedTimestamp\": \"2020-04-20T08:10:19.1886168\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8673\",\r\n \"webSpace\": \"csmrg8673-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1175\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275627\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275627,\r\n \"deletedTimestamp\": \"2020-04-20T08:10:19.2510933\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8673\",\r\n \"webSpace\": \"csmrg8673-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1175\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275639\",\r\n \"name\": \"csmws8740\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275639,\r\n \"deletedTimestamp\": \"2020-04-20T08:14:24.1156497\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4861\",\r\n \"webSpace\": \"csmrg4861-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8740\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275641\",\r\n \"name\": \"csmws1328\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275641,\r\n \"deletedTimestamp\": \"2020-04-20T08:14:46.9421665\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4550\",\r\n \"webSpace\": \"csmrg4550-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-111\",\r\n \"deletedSiteName\": \"csmws1328\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275644\",\r\n \"name\": \"csmws9988\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275644,\r\n \"deletedTimestamp\": \"2020-04-20T08:16:21.8489577\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9342\",\r\n \"webSpace\": \"csmrg9342-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws9988\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275645\",\r\n \"name\": \"csmws1747\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275645,\r\n \"deletedTimestamp\": \"2020-04-20T08:17:11.7449311\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4855\",\r\n \"webSpace\": \"csmrg4855-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1747\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275646\",\r\n \"name\": \"csmws7557\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275646,\r\n \"deletedTimestamp\": \"2020-04-20T08:17:21.4892759\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6453\",\r\n \"webSpace\": \"csmrg6453-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-123\",\r\n \"deletedSiteName\": \"csmws7557\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275648\",\r\n \"name\": \"csmws7473\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275648,\r\n \"deletedTimestamp\": \"2020-04-20T08:18:17.0684426\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1927\",\r\n \"webSpace\": \"csmrg1927-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws7473\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275651\",\r\n \"name\": \"csmws45\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275651,\r\n \"deletedTimestamp\": \"2020-04-20T08:19:45.88919\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8327\",\r\n \"webSpace\": \"csmrg8327-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-111\",\r\n \"deletedSiteName\": \"csmws45\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275658\",\r\n \"name\": \"csmws4938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275658,\r\n \"deletedTimestamp\": \"2020-04-20T08:22:57.9591791\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3023\",\r\n \"webSpace\": \"csmrg3023-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws4938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275817\",\r\n \"name\": \"csmws4709\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275817,\r\n \"deletedTimestamp\": \"2020-04-20T10:13:48.9995611\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8519\",\r\n \"webSpace\": \"csmrg8519-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws4709\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275822\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275822,\r\n \"deletedTimestamp\": \"2020-04-20T10:16:21.5784078\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5759\",\r\n \"webSpace\": \"csmrg5759-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9002\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275823\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275823,\r\n \"deletedTimestamp\": \"2020-04-20T10:17:01.5543061\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5759\",\r\n \"webSpace\": \"csmrg5759-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9002\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275825\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275825,\r\n \"deletedTimestamp\": \"2020-04-20T10:18:15.0005485\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9597\",\r\n \"webSpace\": \"csmrg9597-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9459\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275826\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275826,\r\n \"deletedTimestamp\": \"2020-04-20T10:18:15.0630528\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9597\",\r\n \"webSpace\": \"csmrg9597-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9459\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275831\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275831,\r\n \"deletedTimestamp\": \"2020-04-20T10:19:42.8785164\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5572\",\r\n \"webSpace\": \"csmrg5572-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8297\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275832\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275832,\r\n \"deletedTimestamp\": \"2020-04-20T10:19:42.956593\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5572\",\r\n \"webSpace\": \"csmrg5572-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8297\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275833\",\r\n \"name\": \"csmws4578\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275833,\r\n \"deletedTimestamp\": \"2020-04-20T10:20:01.5356877\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5092\",\r\n \"webSpace\": \"csmrg5092-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-123\",\r\n \"deletedSiteName\": \"csmws4578\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275837\",\r\n \"name\": \"csmws7393\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275837,\r\n \"deletedTimestamp\": \"2020-04-20T10:21:09.7061245\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8782\",\r\n \"webSpace\": \"csmrg8782-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws7393\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275839\",\r\n \"name\": \"csmws9575\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275839,\r\n \"deletedTimestamp\": \"2020-04-20T10:22:39.9581707\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2939\",\r\n \"webSpace\": \"csmrg2939-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-129\",\r\n \"deletedSiteName\": \"csmws9575\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275842\",\r\n \"name\": \"csmws2659\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275842,\r\n \"deletedTimestamp\": \"2020-04-20T10:23:29.3214853\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg150\",\r\n \"webSpace\": \"csmrg150-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-155\",\r\n \"deletedSiteName\": \"csmws2659\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275843\",\r\n \"name\": \"csmws7759\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275843,\r\n \"deletedTimestamp\": \"2020-04-20T10:24:20.2285063\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3532\",\r\n \"webSpace\": \"csmrg3532-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws7759\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275844\",\r\n \"name\": \"csmws2144\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275844,\r\n \"deletedTimestamp\": \"2020-04-20T10:24:33.5042774\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1529\",\r\n \"webSpace\": \"csmrg1529-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws2144\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275845\",\r\n \"name\": \"csmws4152\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275845,\r\n \"deletedTimestamp\": \"2020-04-20T10:25:41.8332808\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4158\",\r\n \"webSpace\": \"csmrg4158-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws4152\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275849\",\r\n \"name\": \"csmws6771\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275849,\r\n \"deletedTimestamp\": \"2020-04-20T10:27:12.562199\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6949\",\r\n \"webSpace\": \"csmrg6949-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws6771\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278431\",\r\n \"name\": \"csmws4334\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278431,\r\n \"deletedTimestamp\": \"2020-04-21T09:09:13.4047181\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7007\",\r\n \"webSpace\": \"csmrg7007-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws4334\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278440\",\r\n \"name\": \"csmws128\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278440,\r\n \"deletedTimestamp\": \"2020-04-21T09:12:50.4048949\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7911\",\r\n \"webSpace\": \"csmrg7911-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-107\",\r\n \"deletedSiteName\": \"csmws128\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278446\",\r\n \"name\": \"csmws2772\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278446,\r\n \"deletedTimestamp\": \"2020-04-21T09:15:09.7162916\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2616\",\r\n \"webSpace\": \"csmrg2616-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2772\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278448\",\r\n \"name\": \"csmws2772\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278448,\r\n \"deletedTimestamp\": \"2020-04-21T09:15:48.0151685\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2616\",\r\n \"webSpace\": \"csmrg2616-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2772\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278450\",\r\n \"name\": \"csmws9529\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278450,\r\n \"deletedTimestamp\": \"2020-04-21T09:16:56.5937378\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9410\",\r\n \"webSpace\": \"csmrg9410-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-141\",\r\n \"deletedSiteName\": \"csmws9529\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278451\",\r\n \"name\": \"csmws9529\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278451,\r\n \"deletedTimestamp\": \"2020-04-21T09:16:56.7031174\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9410\",\r\n \"webSpace\": \"csmrg9410-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-141\",\r\n \"deletedSiteName\": \"csmws9529\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278453\",\r\n \"name\": \"csmws4388\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278453,\r\n \"deletedTimestamp\": \"2020-04-21T09:18:04.2341026\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7258\",\r\n \"webSpace\": \"csmrg7258-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws4388\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278454\",\r\n \"name\": \"csmws4388\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278454,\r\n \"deletedTimestamp\": \"2020-04-21T09:18:04.2966459\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7258\",\r\n \"webSpace\": \"csmrg7258-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws4388\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278455\",\r\n \"name\": \"csmws7728\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278455,\r\n \"deletedTimestamp\": \"2020-04-21T09:20:16.2361019\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg340\",\r\n \"webSpace\": \"csmrg340-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-125\",\r\n \"deletedSiteName\": \"csmws7728\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278459\",\r\n \"name\": \"csmws8473\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278459,\r\n \"deletedTimestamp\": \"2020-04-21T09:21:40.3965869\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4805\",\r\n \"webSpace\": \"csmrg4805-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws8473\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278461\",\r\n \"name\": \"csmws1714\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278461,\r\n \"deletedTimestamp\": \"2020-04-21T09:23:44.3532108\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7337\",\r\n \"webSpace\": \"csmrg7337-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-135\",\r\n \"deletedSiteName\": \"csmws1714\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278463\",\r\n \"name\": \"csmws252\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278463,\r\n \"deletedTimestamp\": \"2020-04-21T09:24:44.1740728\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3488\",\r\n \"webSpace\": \"csmrg3488-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws252\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278464\",\r\n \"name\": \"csmws425\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278464,\r\n \"deletedTimestamp\": \"2020-04-21T09:25:36.8026452\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3981\",\r\n \"webSpace\": \"csmrg3981-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-155\",\r\n \"deletedSiteName\": \"csmws425\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278467\",\r\n \"name\": \"csmws6291\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278467,\r\n \"deletedTimestamp\": \"2020-04-21T09:25:59.6871438\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8664\",\r\n \"webSpace\": \"csmrg8664-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-149\",\r\n \"deletedSiteName\": \"csmws6291\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278468\",\r\n \"name\": \"csmws9347\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278468,\r\n \"deletedTimestamp\": \"2020-04-21T09:26:55.2441613\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9072\",\r\n \"webSpace\": \"csmrg9072-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws9347\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278470\",\r\n \"name\": \"csmws3790\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278470,\r\n \"deletedTimestamp\": \"2020-04-21T09:28:39.7381335\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg674\",\r\n \"webSpace\": \"csmrg674-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws3790\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278490\",\r\n \"name\": \"csmws9197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278490,\r\n \"deletedTimestamp\": \"2020-04-21T09:43:08.0382778\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2179\",\r\n \"webSpace\": \"csmrg2179-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-135\",\r\n \"deletedSiteName\": \"csmws9197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Japan%20East/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9KYXBhbiUyMEVhc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/East%20US%202%20%28Stage%29/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwVVMlMjAyJTIwJTI4U3RhZ2UlMjkvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "b3cdf960-fa11-4657-bfaf-63d4c2364e34"
+ "239f3930-21ed-4150-82ec-1832a9e6ccf4"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -8136,7 +8982,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "19f42261-3b94-481e-9ce6-1fc3eb696e62"
+ "05b851a5-94b9-47af-b85b-571503c97090"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -8148,22 +8994,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
+ "11996"
],
"x-ms-correlation-request-id": [
- "6bc8ab99-4b86-4ff2-864e-0d419404eb4a"
+ "3174c7ac-9ea7-49cf-a7be-ce1ee8803962"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234627Z:6bc8ab99-4b86-4ff2-864e-0d419404eb4a"
+ "WESTINDIA:20200624T105632Z:3174c7ac-9ea7-49cf-a7be-ce1ee8803962"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:31 GMT"
],
"Content-Length": [
- "108959"
+ "38814"
],
"Content-Type": [
"application/json"
@@ -8172,25 +9018,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271483\",\r\n \"name\": \"csmws99\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271483,\r\n \"deletedTimestamp\": \"2020-04-17T16:11:43.9222017\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5268\",\r\n \"webSpace\": \"csmrg5268-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-107\",\r\n \"deletedSiteName\": \"csmws99\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271491\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271491,\r\n \"deletedTimestamp\": \"2020-04-17T16:18:50.5640259\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6718\",\r\n \"webSpace\": \"csmrg6718-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws2341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271492\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271492,\r\n \"deletedTimestamp\": \"2020-04-17T16:19:31.7162474\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6718\",\r\n \"webSpace\": \"csmrg6718-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws2341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271498\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271498,\r\n \"deletedTimestamp\": \"2020-04-17T16:20:56.9786091\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1875\",\r\n \"webSpace\": \"csmrg1875-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws5321\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271499\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271499,\r\n \"deletedTimestamp\": \"2020-04-17T16:20:57.3692549\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1875\",\r\n \"webSpace\": \"csmrg1875-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws5321\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271509\",\r\n \"name\": \"csmws8907\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271509,\r\n \"deletedTimestamp\": \"2020-04-17T16:23:33.1462761\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9980\",\r\n \"webSpace\": \"csmrg9980-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws8907\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271512\",\r\n \"name\": \"csmws276\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271512,\r\n \"deletedTimestamp\": \"2020-04-17T16:25:43.1235083\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1785\",\r\n \"webSpace\": \"csmrg1785-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws276\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271514\",\r\n \"name\": \"csmws9689\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271514,\r\n \"deletedTimestamp\": \"2020-04-17T16:26:40.7936349\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1779\",\r\n \"webSpace\": \"csmrg1779-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws9689\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271516\",\r\n \"name\": \"csmws5547\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271516,\r\n \"deletedTimestamp\": \"2020-04-17T16:28:21.6964486\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1342\",\r\n \"webSpace\": \"csmrg1342-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws5547\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271523\",\r\n \"name\": \"csmws738\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271523,\r\n \"deletedTimestamp\": \"2020-04-17T16:29:14.3809904\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg277\",\r\n \"webSpace\": \"csmrg277-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws738\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271526\",\r\n \"name\": \"csmws1272\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271526,\r\n \"deletedTimestamp\": \"2020-04-17T16:30:03.762089\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5088\",\r\n \"webSpace\": \"csmrg5088-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws1272\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271527\",\r\n \"name\": \"csmws9592\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271527,\r\n \"deletedTimestamp\": \"2020-04-17T16:30:33.0390007\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9892\",\r\n \"webSpace\": \"csmrg9892-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws9592\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271531\",\r\n \"name\": \"csmws6306\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271531,\r\n \"deletedTimestamp\": \"2020-04-17T16:31:38.0185281\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6091\",\r\n \"webSpace\": \"csmrg6091-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws6306\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271532\",\r\n \"name\": \"csmws3104\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271532,\r\n \"deletedTimestamp\": \"2020-04-17T16:33:09.1100578\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7039\",\r\n \"webSpace\": \"csmrg7039-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws3104\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275440\",\r\n \"name\": \"csmws436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275440,\r\n \"deletedTimestamp\": \"2020-04-20T06:07:20.5681048\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1402\",\r\n \"webSpace\": \"csmrg1402-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275442\",\r\n \"name\": \"csmws8946\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275442,\r\n \"deletedTimestamp\": \"2020-04-20T06:11:22.0111545\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3702\",\r\n \"webSpace\": \"csmrg3702-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws8946\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275450\",\r\n \"name\": \"csmws9792\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275450,\r\n \"deletedTimestamp\": \"2020-04-20T06:20:40.1961487\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9285\",\r\n \"webSpace\": \"csmrg9285-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9792\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275492\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275492,\r\n \"deletedTimestamp\": \"2020-04-20T07:03:40.7961097\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg279\",\r\n \"webSpace\": \"csmrg279-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws7326\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275493\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275493,\r\n \"deletedTimestamp\": \"2020-04-20T07:03:40.8586301\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg279\",\r\n \"webSpace\": \"csmrg279-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws7326\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275502\",\r\n \"name\": \"csmws6811\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275502,\r\n \"deletedTimestamp\": \"2020-04-20T07:07:00.5480104\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2183\",\r\n \"webSpace\": \"csmrg2183-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws6811\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275527\",\r\n \"name\": \"csmws746\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275527,\r\n \"deletedTimestamp\": \"2020-04-20T07:24:26.9800098\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7200\",\r\n \"webSpace\": \"csmrg7200-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws746\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275586\",\r\n \"name\": \"csmws9045\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275586,\r\n \"deletedTimestamp\": \"2020-04-20T07:56:59.3830574\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9450\",\r\n \"webSpace\": \"csmrg9450-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-135\",\r\n \"deletedSiteName\": \"csmws9045\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275608\",\r\n \"name\": \"csmws6248\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275608,\r\n \"deletedTimestamp\": \"2020-04-20T08:04:54.9048547\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3250\",\r\n \"webSpace\": \"csmrg3250-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws6248\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275615\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275615,\r\n \"deletedTimestamp\": \"2020-04-20T08:07:20.902903\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1143\",\r\n \"webSpace\": \"csmrg1143-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9621\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275616\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275616,\r\n \"deletedTimestamp\": \"2020-04-20T08:08:00.6527585\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1143\",\r\n \"webSpace\": \"csmrg1143-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9621\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275622\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275622,\r\n \"deletedTimestamp\": \"2020-04-20T08:09:11.6666849\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6365\",\r\n \"webSpace\": \"csmrg6365-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2859\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275623\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275623,\r\n \"deletedTimestamp\": \"2020-04-20T08:09:11.7291634\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6365\",\r\n \"webSpace\": \"csmrg6365-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2859\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275626\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275626,\r\n \"deletedTimestamp\": \"2020-04-20T08:10:19.1886168\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8673\",\r\n \"webSpace\": \"csmrg8673-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1175\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275627\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275627,\r\n \"deletedTimestamp\": \"2020-04-20T08:10:19.2510933\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8673\",\r\n \"webSpace\": \"csmrg8673-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1175\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275639\",\r\n \"name\": \"csmws8740\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275639,\r\n \"deletedTimestamp\": \"2020-04-20T08:14:24.1156497\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4861\",\r\n \"webSpace\": \"csmrg4861-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8740\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275641\",\r\n \"name\": \"csmws1328\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275641,\r\n \"deletedTimestamp\": \"2020-04-20T08:14:46.9421665\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4550\",\r\n \"webSpace\": \"csmrg4550-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-111\",\r\n \"deletedSiteName\": \"csmws1328\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275644\",\r\n \"name\": \"csmws9988\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275644,\r\n \"deletedTimestamp\": \"2020-04-20T08:16:21.8489577\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9342\",\r\n \"webSpace\": \"csmrg9342-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws9988\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275645\",\r\n \"name\": \"csmws1747\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275645,\r\n \"deletedTimestamp\": \"2020-04-20T08:17:11.7449311\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4855\",\r\n \"webSpace\": \"csmrg4855-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1747\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275646\",\r\n \"name\": \"csmws7557\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275646,\r\n \"deletedTimestamp\": \"2020-04-20T08:17:21.4892759\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6453\",\r\n \"webSpace\": \"csmrg6453-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-123\",\r\n \"deletedSiteName\": \"csmws7557\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275648\",\r\n \"name\": \"csmws7473\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275648,\r\n \"deletedTimestamp\": \"2020-04-20T08:18:17.0684426\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1927\",\r\n \"webSpace\": \"csmrg1927-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws7473\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275651\",\r\n \"name\": \"csmws45\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275651,\r\n \"deletedTimestamp\": \"2020-04-20T08:19:45.88919\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8327\",\r\n \"webSpace\": \"csmrg8327-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-111\",\r\n \"deletedSiteName\": \"csmws45\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275658\",\r\n \"name\": \"csmws4938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275658,\r\n \"deletedTimestamp\": \"2020-04-20T08:22:57.9591791\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3023\",\r\n \"webSpace\": \"csmrg3023-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws4938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275817\",\r\n \"name\": \"csmws4709\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275817,\r\n \"deletedTimestamp\": \"2020-04-20T10:13:48.9995611\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8519\",\r\n \"webSpace\": \"csmrg8519-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws4709\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275822\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275822,\r\n \"deletedTimestamp\": \"2020-04-20T10:16:21.5784078\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5759\",\r\n \"webSpace\": \"csmrg5759-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9002\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275823\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275823,\r\n \"deletedTimestamp\": \"2020-04-20T10:17:01.5543061\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5759\",\r\n \"webSpace\": \"csmrg5759-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9002\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275825\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275825,\r\n \"deletedTimestamp\": \"2020-04-20T10:18:15.0005485\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9597\",\r\n \"webSpace\": \"csmrg9597-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9459\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275826\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275826,\r\n \"deletedTimestamp\": \"2020-04-20T10:18:15.0630528\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9597\",\r\n \"webSpace\": \"csmrg9597-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9459\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275831\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275831,\r\n \"deletedTimestamp\": \"2020-04-20T10:19:42.8785164\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5572\",\r\n \"webSpace\": \"csmrg5572-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8297\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275832\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275832,\r\n \"deletedTimestamp\": \"2020-04-20T10:19:42.956593\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5572\",\r\n \"webSpace\": \"csmrg5572-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8297\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275833\",\r\n \"name\": \"csmws4578\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275833,\r\n \"deletedTimestamp\": \"2020-04-20T10:20:01.5356877\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5092\",\r\n \"webSpace\": \"csmrg5092-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-123\",\r\n \"deletedSiteName\": \"csmws4578\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275837\",\r\n \"name\": \"csmws7393\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275837,\r\n \"deletedTimestamp\": \"2020-04-20T10:21:09.7061245\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8782\",\r\n \"webSpace\": \"csmrg8782-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws7393\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275839\",\r\n \"name\": \"csmws9575\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275839,\r\n \"deletedTimestamp\": \"2020-04-20T10:22:39.9581707\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2939\",\r\n \"webSpace\": \"csmrg2939-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-129\",\r\n \"deletedSiteName\": \"csmws9575\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275842\",\r\n \"name\": \"csmws2659\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275842,\r\n \"deletedTimestamp\": \"2020-04-20T10:23:29.3214853\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg150\",\r\n \"webSpace\": \"csmrg150-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-155\",\r\n \"deletedSiteName\": \"csmws2659\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275843\",\r\n \"name\": \"csmws7759\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275843,\r\n \"deletedTimestamp\": \"2020-04-20T10:24:20.2285063\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3532\",\r\n \"webSpace\": \"csmrg3532-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws7759\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275844\",\r\n \"name\": \"csmws2144\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275844,\r\n \"deletedTimestamp\": \"2020-04-20T10:24:33.5042774\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1529\",\r\n \"webSpace\": \"csmrg1529-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws2144\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275845\",\r\n \"name\": \"csmws4152\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275845,\r\n \"deletedTimestamp\": \"2020-04-20T10:25:41.8332808\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4158\",\r\n \"webSpace\": \"csmrg4158-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws4152\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275849\",\r\n \"name\": \"csmws6771\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275849,\r\n \"deletedTimestamp\": \"2020-04-20T10:27:12.562199\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6949\",\r\n \"webSpace\": \"csmrg6949-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws6771\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278431\",\r\n \"name\": \"csmws4334\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278431,\r\n \"deletedTimestamp\": \"2020-04-21T09:09:13.4047181\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7007\",\r\n \"webSpace\": \"csmrg7007-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws4334\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278440\",\r\n \"name\": \"csmws128\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278440,\r\n \"deletedTimestamp\": \"2020-04-21T09:12:50.4048949\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7911\",\r\n \"webSpace\": \"csmrg7911-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-107\",\r\n \"deletedSiteName\": \"csmws128\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278446\",\r\n \"name\": \"csmws2772\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278446,\r\n \"deletedTimestamp\": \"2020-04-21T09:15:09.7162916\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2616\",\r\n \"webSpace\": \"csmrg2616-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2772\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278448\",\r\n \"name\": \"csmws2772\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278448,\r\n \"deletedTimestamp\": \"2020-04-21T09:15:48.0151685\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2616\",\r\n \"webSpace\": \"csmrg2616-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2772\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278450\",\r\n \"name\": \"csmws9529\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278450,\r\n \"deletedTimestamp\": \"2020-04-21T09:16:56.5937378\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9410\",\r\n \"webSpace\": \"csmrg9410-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-141\",\r\n \"deletedSiteName\": \"csmws9529\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278451\",\r\n \"name\": \"csmws9529\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278451,\r\n \"deletedTimestamp\": \"2020-04-21T09:16:56.7031174\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9410\",\r\n \"webSpace\": \"csmrg9410-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-141\",\r\n \"deletedSiteName\": \"csmws9529\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278453\",\r\n \"name\": \"csmws4388\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278453,\r\n \"deletedTimestamp\": \"2020-04-21T09:18:04.2341026\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7258\",\r\n \"webSpace\": \"csmrg7258-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws4388\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278454\",\r\n \"name\": \"csmws4388\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278454,\r\n \"deletedTimestamp\": \"2020-04-21T09:18:04.2966459\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7258\",\r\n \"webSpace\": \"csmrg7258-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws4388\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278455\",\r\n \"name\": \"csmws7728\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278455,\r\n \"deletedTimestamp\": \"2020-04-21T09:20:16.2361019\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg340\",\r\n \"webSpace\": \"csmrg340-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-125\",\r\n \"deletedSiteName\": \"csmws7728\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278459\",\r\n \"name\": \"csmws8473\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278459,\r\n \"deletedTimestamp\": \"2020-04-21T09:21:40.3965869\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4805\",\r\n \"webSpace\": \"csmrg4805-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws8473\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278461\",\r\n \"name\": \"csmws1714\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278461,\r\n \"deletedTimestamp\": \"2020-04-21T09:23:44.3532108\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7337\",\r\n \"webSpace\": \"csmrg7337-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-135\",\r\n \"deletedSiteName\": \"csmws1714\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278463\",\r\n \"name\": \"csmws252\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278463,\r\n \"deletedTimestamp\": \"2020-04-21T09:24:44.1740728\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3488\",\r\n \"webSpace\": \"csmrg3488-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws252\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278464\",\r\n \"name\": \"csmws425\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278464,\r\n \"deletedTimestamp\": \"2020-04-21T09:25:36.8026452\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3981\",\r\n \"webSpace\": \"csmrg3981-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-155\",\r\n \"deletedSiteName\": \"csmws425\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278467\",\r\n \"name\": \"csmws6291\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278467,\r\n \"deletedTimestamp\": \"2020-04-21T09:25:59.6871438\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8664\",\r\n \"webSpace\": \"csmrg8664-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-149\",\r\n \"deletedSiteName\": \"csmws6291\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278468\",\r\n \"name\": \"csmws9347\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278468,\r\n \"deletedTimestamp\": \"2020-04-21T09:26:55.2441613\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9072\",\r\n \"webSpace\": \"csmrg9072-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws9347\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278470\",\r\n \"name\": \"csmws3790\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278470,\r\n \"deletedTimestamp\": \"2020-04-21T09:28:39.7381335\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg674\",\r\n \"webSpace\": \"csmrg674-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws3790\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278490\",\r\n \"name\": \"csmws9197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278490,\r\n \"deletedTimestamp\": \"2020-04-21T09:43:08.0382778\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2179\",\r\n \"webSpace\": \"csmrg2179-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-135\",\r\n \"deletedSiteName\": \"csmws9197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Southeast%20Asia/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aGVhc3QlMjBBc2lhL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South%20Africa%20North/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aCUyMEFmcmljYSUyME5vcnRoL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "bedb452e-c4cb-4cb2-bba9-4155559e2696"
+ "8871fc74-ab86-48f4-8019-ed8a121bac9e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -8205,7 +9051,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "e25b1333-5074-4eaf-8d63-8861c9f0e70e"
+ "40e37ef6-e0b8-4bcd-90cb-a62bc187cc1d"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -8217,22 +9063,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11998"
],
"x-ms-correlation-request-id": [
- "a7d62e31-c74a-4645-9589-898b7e88606a"
+ "974477e2-f64a-42b3-95db-c35d5b314116"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T233118Z:a7d62e31-c74a-4645-9589-898b7e88606a"
+ "WESTINDIA:20200624T103939Z:974477e2-f64a-42b3-95db-c35d5b314116"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:31:17 GMT"
+ "Wed, 24 Jun 2020 10:39:38 GMT"
],
"Content-Length": [
- "108959"
+ "38814"
],
"Content-Type": [
"application/json"
@@ -8241,25 +9087,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271483\",\r\n \"name\": \"csmws99\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271483,\r\n \"deletedTimestamp\": \"2020-04-17T16:11:43.9222017\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5268\",\r\n \"webSpace\": \"csmrg5268-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-107\",\r\n \"deletedSiteName\": \"csmws99\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271491\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271491,\r\n \"deletedTimestamp\": \"2020-04-17T16:18:50.5640259\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6718\",\r\n \"webSpace\": \"csmrg6718-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws2341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271492\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271492,\r\n \"deletedTimestamp\": \"2020-04-17T16:19:31.7162474\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6718\",\r\n \"webSpace\": \"csmrg6718-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws2341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271498\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271498,\r\n \"deletedTimestamp\": \"2020-04-17T16:20:56.9786091\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1875\",\r\n \"webSpace\": \"csmrg1875-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws5321\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271499\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271499,\r\n \"deletedTimestamp\": \"2020-04-17T16:20:57.3692549\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1875\",\r\n \"webSpace\": \"csmrg1875-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws5321\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271509\",\r\n \"name\": \"csmws8907\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271509,\r\n \"deletedTimestamp\": \"2020-04-17T16:23:33.1462761\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9980\",\r\n \"webSpace\": \"csmrg9980-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws8907\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271512\",\r\n \"name\": \"csmws276\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271512,\r\n \"deletedTimestamp\": \"2020-04-17T16:25:43.1235083\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1785\",\r\n \"webSpace\": \"csmrg1785-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws276\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271514\",\r\n \"name\": \"csmws9689\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271514,\r\n \"deletedTimestamp\": \"2020-04-17T16:26:40.7936349\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1779\",\r\n \"webSpace\": \"csmrg1779-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws9689\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271516\",\r\n \"name\": \"csmws5547\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271516,\r\n \"deletedTimestamp\": \"2020-04-17T16:28:21.6964486\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1342\",\r\n \"webSpace\": \"csmrg1342-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws5547\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271523\",\r\n \"name\": \"csmws738\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271523,\r\n \"deletedTimestamp\": \"2020-04-17T16:29:14.3809904\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg277\",\r\n \"webSpace\": \"csmrg277-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws738\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271526\",\r\n \"name\": \"csmws1272\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271526,\r\n \"deletedTimestamp\": \"2020-04-17T16:30:03.762089\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5088\",\r\n \"webSpace\": \"csmrg5088-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws1272\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271527\",\r\n \"name\": \"csmws9592\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271527,\r\n \"deletedTimestamp\": \"2020-04-17T16:30:33.0390007\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9892\",\r\n \"webSpace\": \"csmrg9892-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws9592\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271531\",\r\n \"name\": \"csmws6306\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271531,\r\n \"deletedTimestamp\": \"2020-04-17T16:31:38.0185281\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6091\",\r\n \"webSpace\": \"csmrg6091-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws6306\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271532\",\r\n \"name\": \"csmws3104\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271532,\r\n \"deletedTimestamp\": \"2020-04-17T16:33:09.1100578\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7039\",\r\n \"webSpace\": \"csmrg7039-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws3104\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275440\",\r\n \"name\": \"csmws436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275440,\r\n \"deletedTimestamp\": \"2020-04-20T06:07:20.5681048\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1402\",\r\n \"webSpace\": \"csmrg1402-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275442\",\r\n \"name\": \"csmws8946\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275442,\r\n \"deletedTimestamp\": \"2020-04-20T06:11:22.0111545\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3702\",\r\n \"webSpace\": \"csmrg3702-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws8946\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275450\",\r\n \"name\": \"csmws9792\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275450,\r\n \"deletedTimestamp\": \"2020-04-20T06:20:40.1961487\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9285\",\r\n \"webSpace\": \"csmrg9285-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9792\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275492\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275492,\r\n \"deletedTimestamp\": \"2020-04-20T07:03:40.7961097\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg279\",\r\n \"webSpace\": \"csmrg279-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws7326\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275493\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275493,\r\n \"deletedTimestamp\": \"2020-04-20T07:03:40.8586301\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg279\",\r\n \"webSpace\": \"csmrg279-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws7326\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275502\",\r\n \"name\": \"csmws6811\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275502,\r\n \"deletedTimestamp\": \"2020-04-20T07:07:00.5480104\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2183\",\r\n \"webSpace\": \"csmrg2183-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws6811\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275527\",\r\n \"name\": \"csmws746\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275527,\r\n \"deletedTimestamp\": \"2020-04-20T07:24:26.9800098\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7200\",\r\n \"webSpace\": \"csmrg7200-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws746\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275586\",\r\n \"name\": \"csmws9045\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275586,\r\n \"deletedTimestamp\": \"2020-04-20T07:56:59.3830574\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9450\",\r\n \"webSpace\": \"csmrg9450-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-135\",\r\n \"deletedSiteName\": \"csmws9045\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275608\",\r\n \"name\": \"csmws6248\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275608,\r\n \"deletedTimestamp\": \"2020-04-20T08:04:54.9048547\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3250\",\r\n \"webSpace\": \"csmrg3250-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws6248\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275615\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275615,\r\n \"deletedTimestamp\": \"2020-04-20T08:07:20.902903\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1143\",\r\n \"webSpace\": \"csmrg1143-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9621\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275616\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275616,\r\n \"deletedTimestamp\": \"2020-04-20T08:08:00.6527585\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1143\",\r\n \"webSpace\": \"csmrg1143-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9621\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275622\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275622,\r\n \"deletedTimestamp\": \"2020-04-20T08:09:11.6666849\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6365\",\r\n \"webSpace\": \"csmrg6365-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2859\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275623\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275623,\r\n \"deletedTimestamp\": \"2020-04-20T08:09:11.7291634\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6365\",\r\n \"webSpace\": \"csmrg6365-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2859\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275626\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275626,\r\n \"deletedTimestamp\": \"2020-04-20T08:10:19.1886168\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8673\",\r\n \"webSpace\": \"csmrg8673-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1175\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275627\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275627,\r\n \"deletedTimestamp\": \"2020-04-20T08:10:19.2510933\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8673\",\r\n \"webSpace\": \"csmrg8673-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1175\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275639\",\r\n \"name\": \"csmws8740\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275639,\r\n \"deletedTimestamp\": \"2020-04-20T08:14:24.1156497\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4861\",\r\n \"webSpace\": \"csmrg4861-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8740\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275641\",\r\n \"name\": \"csmws1328\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275641,\r\n \"deletedTimestamp\": \"2020-04-20T08:14:46.9421665\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4550\",\r\n \"webSpace\": \"csmrg4550-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-111\",\r\n \"deletedSiteName\": \"csmws1328\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275644\",\r\n \"name\": \"csmws9988\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275644,\r\n \"deletedTimestamp\": \"2020-04-20T08:16:21.8489577\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9342\",\r\n \"webSpace\": \"csmrg9342-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws9988\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275645\",\r\n \"name\": \"csmws1747\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275645,\r\n \"deletedTimestamp\": \"2020-04-20T08:17:11.7449311\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4855\",\r\n \"webSpace\": \"csmrg4855-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1747\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275646\",\r\n \"name\": \"csmws7557\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275646,\r\n \"deletedTimestamp\": \"2020-04-20T08:17:21.4892759\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6453\",\r\n \"webSpace\": \"csmrg6453-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-123\",\r\n \"deletedSiteName\": \"csmws7557\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275648\",\r\n \"name\": \"csmws7473\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275648,\r\n \"deletedTimestamp\": \"2020-04-20T08:18:17.0684426\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1927\",\r\n \"webSpace\": \"csmrg1927-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws7473\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275651\",\r\n \"name\": \"csmws45\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275651,\r\n \"deletedTimestamp\": \"2020-04-20T08:19:45.88919\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8327\",\r\n \"webSpace\": \"csmrg8327-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-111\",\r\n \"deletedSiteName\": \"csmws45\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275658\",\r\n \"name\": \"csmws4938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275658,\r\n \"deletedTimestamp\": \"2020-04-20T08:22:57.9591791\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3023\",\r\n \"webSpace\": \"csmrg3023-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws4938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275817\",\r\n \"name\": \"csmws4709\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275817,\r\n \"deletedTimestamp\": \"2020-04-20T10:13:48.9995611\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8519\",\r\n \"webSpace\": \"csmrg8519-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws4709\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275822\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275822,\r\n \"deletedTimestamp\": \"2020-04-20T10:16:21.5784078\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5759\",\r\n \"webSpace\": \"csmrg5759-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9002\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275823\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275823,\r\n \"deletedTimestamp\": \"2020-04-20T10:17:01.5543061\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5759\",\r\n \"webSpace\": \"csmrg5759-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9002\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275825\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275825,\r\n \"deletedTimestamp\": \"2020-04-20T10:18:15.0005485\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9597\",\r\n \"webSpace\": \"csmrg9597-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9459\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275826\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275826,\r\n \"deletedTimestamp\": \"2020-04-20T10:18:15.0630528\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9597\",\r\n \"webSpace\": \"csmrg9597-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9459\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275831\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275831,\r\n \"deletedTimestamp\": \"2020-04-20T10:19:42.8785164\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5572\",\r\n \"webSpace\": \"csmrg5572-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8297\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275832\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275832,\r\n \"deletedTimestamp\": \"2020-04-20T10:19:42.956593\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5572\",\r\n \"webSpace\": \"csmrg5572-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8297\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275833\",\r\n \"name\": \"csmws4578\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275833,\r\n \"deletedTimestamp\": \"2020-04-20T10:20:01.5356877\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5092\",\r\n \"webSpace\": \"csmrg5092-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-123\",\r\n \"deletedSiteName\": \"csmws4578\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275837\",\r\n \"name\": \"csmws7393\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275837,\r\n \"deletedTimestamp\": \"2020-04-20T10:21:09.7061245\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8782\",\r\n \"webSpace\": \"csmrg8782-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws7393\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275839\",\r\n \"name\": \"csmws9575\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275839,\r\n \"deletedTimestamp\": \"2020-04-20T10:22:39.9581707\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2939\",\r\n \"webSpace\": \"csmrg2939-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-129\",\r\n \"deletedSiteName\": \"csmws9575\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275842\",\r\n \"name\": \"csmws2659\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275842,\r\n \"deletedTimestamp\": \"2020-04-20T10:23:29.3214853\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg150\",\r\n \"webSpace\": \"csmrg150-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-155\",\r\n \"deletedSiteName\": \"csmws2659\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275843\",\r\n \"name\": \"csmws7759\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275843,\r\n \"deletedTimestamp\": \"2020-04-20T10:24:20.2285063\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3532\",\r\n \"webSpace\": \"csmrg3532-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws7759\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275844\",\r\n \"name\": \"csmws2144\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275844,\r\n \"deletedTimestamp\": \"2020-04-20T10:24:33.5042774\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1529\",\r\n \"webSpace\": \"csmrg1529-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws2144\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275845\",\r\n \"name\": \"csmws4152\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275845,\r\n \"deletedTimestamp\": \"2020-04-20T10:25:41.8332808\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4158\",\r\n \"webSpace\": \"csmrg4158-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws4152\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275849\",\r\n \"name\": \"csmws6771\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275849,\r\n \"deletedTimestamp\": \"2020-04-20T10:27:12.562199\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6949\",\r\n \"webSpace\": \"csmrg6949-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws6771\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278431\",\r\n \"name\": \"csmws4334\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278431,\r\n \"deletedTimestamp\": \"2020-04-21T09:09:13.4047181\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7007\",\r\n \"webSpace\": \"csmrg7007-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws4334\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278440\",\r\n \"name\": \"csmws128\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278440,\r\n \"deletedTimestamp\": \"2020-04-21T09:12:50.4048949\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7911\",\r\n \"webSpace\": \"csmrg7911-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-107\",\r\n \"deletedSiteName\": \"csmws128\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278446\",\r\n \"name\": \"csmws2772\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278446,\r\n \"deletedTimestamp\": \"2020-04-21T09:15:09.7162916\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2616\",\r\n \"webSpace\": \"csmrg2616-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2772\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278448\",\r\n \"name\": \"csmws2772\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278448,\r\n \"deletedTimestamp\": \"2020-04-21T09:15:48.0151685\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2616\",\r\n \"webSpace\": \"csmrg2616-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2772\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278450\",\r\n \"name\": \"csmws9529\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278450,\r\n \"deletedTimestamp\": \"2020-04-21T09:16:56.5937378\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9410\",\r\n \"webSpace\": \"csmrg9410-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-141\",\r\n \"deletedSiteName\": \"csmws9529\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278451\",\r\n \"name\": \"csmws9529\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278451,\r\n \"deletedTimestamp\": \"2020-04-21T09:16:56.7031174\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9410\",\r\n \"webSpace\": \"csmrg9410-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-141\",\r\n \"deletedSiteName\": \"csmws9529\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278453\",\r\n \"name\": \"csmws4388\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278453,\r\n \"deletedTimestamp\": \"2020-04-21T09:18:04.2341026\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7258\",\r\n \"webSpace\": \"csmrg7258-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws4388\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278454\",\r\n \"name\": \"csmws4388\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278454,\r\n \"deletedTimestamp\": \"2020-04-21T09:18:04.2966459\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7258\",\r\n \"webSpace\": \"csmrg7258-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws4388\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278455\",\r\n \"name\": \"csmws7728\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278455,\r\n \"deletedTimestamp\": \"2020-04-21T09:20:16.2361019\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg340\",\r\n \"webSpace\": \"csmrg340-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-125\",\r\n \"deletedSiteName\": \"csmws7728\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278459\",\r\n \"name\": \"csmws8473\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278459,\r\n \"deletedTimestamp\": \"2020-04-21T09:21:40.3965869\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4805\",\r\n \"webSpace\": \"csmrg4805-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws8473\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278461\",\r\n \"name\": \"csmws1714\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278461,\r\n \"deletedTimestamp\": \"2020-04-21T09:23:44.3532108\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7337\",\r\n \"webSpace\": \"csmrg7337-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-135\",\r\n \"deletedSiteName\": \"csmws1714\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278463\",\r\n \"name\": \"csmws252\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278463,\r\n \"deletedTimestamp\": \"2020-04-21T09:24:44.1740728\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3488\",\r\n \"webSpace\": \"csmrg3488-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws252\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278464\",\r\n \"name\": \"csmws425\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278464,\r\n \"deletedTimestamp\": \"2020-04-21T09:25:36.8026452\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3981\",\r\n \"webSpace\": \"csmrg3981-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-155\",\r\n \"deletedSiteName\": \"csmws425\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278467\",\r\n \"name\": \"csmws6291\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278467,\r\n \"deletedTimestamp\": \"2020-04-21T09:25:59.6871438\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8664\",\r\n \"webSpace\": \"csmrg8664-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-149\",\r\n \"deletedSiteName\": \"csmws6291\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278468\",\r\n \"name\": \"csmws9347\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278468,\r\n \"deletedTimestamp\": \"2020-04-21T09:26:55.2441613\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9072\",\r\n \"webSpace\": \"csmrg9072-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws9347\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278470\",\r\n \"name\": \"csmws3790\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278470,\r\n \"deletedTimestamp\": \"2020-04-21T09:28:39.7381335\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg674\",\r\n \"webSpace\": \"csmrg674-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws3790\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29278490\",\r\n \"name\": \"csmws9197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29278490,\r\n \"deletedTimestamp\": \"2020-04-21T09:43:08.0382778\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2179\",\r\n \"webSpace\": \"csmrg2179-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-135\",\r\n \"deletedSiteName\": \"csmws9197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Southeast%20Asia/deletedSites?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aGVhc3QlMjBBc2lhL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South%20Africa%20North/deletedSites?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aCUyMEFmcmljYSUyME5vcnRoL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "77e5091d-fba4-466e-8544-ae61101f9a6a"
+ "5a590826-8bfc-4894-9f39-80078703beee"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.27617.04",
+ "FxVersion/4.6.28207.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.17134.",
+ "OSVersion/Microsoft.Windows.10.0.18363.",
"Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0"
]
},
@@ -8274,7 +9120,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "0d43e375-f1f4-45aa-a76f-a9e01d8b3311"
+ "3398b083-74be-4dcc-a7a0-e42785c062b8"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -8286,22 +9132,22 @@
"ASP.NET"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11992"
],
"x-ms-correlation-request-id": [
- "81f8b48b-3bb1-4c7f-8376-387f1f20c432"
+ "be085961-3456-4c7d-ab1a-ad69f03a18d3"
],
"x-ms-routing-request-id": [
- "WESTUS:20190624T234626Z:81f8b48b-3bb1-4c7f-8376-387f1f20c432"
+ "WESTINDIA:20200624T105630Z:be085961-3456-4c7d-ab1a-ad69f03a18d3"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 24 Jun 2019 23:46:26 GMT"
+ "Wed, 24 Jun 2020 10:56:30 GMT"
],
"Content-Length": [
- "108959"
+ "38814"
],
"Content-Type": [
"application/json"
@@ -8310,25 +9156,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272583,\r\n \"deletedTimestamp\": \"2019-03-29T22:22:14.8802033\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1375\",\r\n \"webSpace\": \"ps1375-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-117\",\r\n \"deletedSiteName\": \"ps1231\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23272616,\r\n \"deletedTimestamp\": \"2019-03-29T22:25:48.909442\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps266\",\r\n \"webSpace\": \"ps266-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps8495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23425305,\r\n \"deletedTimestamp\": \"2019-04-04T18:57:14.2624454\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkprem\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587174,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:34.4905823\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587175,\r\n \"deletedTimestamp\": \"2019-04-10T22:15:35.9998622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6518\",\r\n \"webSpace\": \"ps6518-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps4374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587330,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:57.3630597\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"windowscontainerupdemo1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587331,\r\n \"deletedTimestamp\": \"2019-04-10T22:24:58.2131282\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"containup1\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587479,\r\n \"deletedTimestamp\": \"2019-04-10T22:34:37.5332866\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps330\",\r\n \"webSpace\": \"ps330-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps6296\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587520,\r\n \"deletedTimestamp\": \"2019-04-10T22:37:13.9651847\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8272\",\r\n \"webSpace\": \"ps8272-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-115\",\r\n \"deletedSiteName\": \"ps2607\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587538,\r\n \"deletedTimestamp\": \"2019-04-10T22:39:43.064791\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps412\",\r\n \"webSpace\": \"ps412-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps3325\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587592,\r\n \"deletedTimestamp\": \"2019-04-10T22:42:37.3182337\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5072\",\r\n \"webSpace\": \"ps5072-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps3194\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587642,\r\n \"deletedTimestamp\": \"2019-04-10T22:46:29.5487215\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4879\",\r\n \"webSpace\": \"ps4879-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3622\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23587669,\r\n \"deletedTimestamp\": \"2019-04-10T22:49:01.1070356\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5972\",\r\n \"webSpace\": \"ps5972-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps8875\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616649,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.591827\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616650,\r\n \"deletedTimestamp\": \"2019-04-11T19:11:17.6538434\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616726,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:01.486167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23616727,\r\n \"deletedTimestamp\": \"2019-04-11T19:15:03.2704951\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5634\",\r\n \"webSpace\": \"ps5634-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"ps7800\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617385,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:36.9764427\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617386,\r\n \"deletedTimestamp\": \"2019-04-11T19:50:37.0232998\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6724\",\r\n \"webSpace\": \"ps6724-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps4604\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617797,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.1940194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23617798,\r\n \"deletedTimestamp\": \"2019-04-11T20:02:38.2567499\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4958\",\r\n \"webSpace\": \"ps4958-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps3436\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618165,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:26.0831523\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618168,\r\n \"deletedTimestamp\": \"2019-04-11T20:15:27.3388319\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1260\",\r\n \"webSpace\": \"ps1260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-107\",\r\n \"deletedSiteName\": \"ps2183\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23618728,\r\n \"deletedTimestamp\": \"2019-04-11T20:37:38.512086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4584\",\r\n \"webSpace\": \"ps4584-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-119\",\r\n \"deletedSiteName\": \"nkundeletetest\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804769,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:17.8919234\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23804770,\r\n \"deletedTimestamp\": \"2019-04-19T01:55:18.8145268\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nickingssltests\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23816970,\r\n \"deletedTimestamp\": \"2019-04-19T16:10:02.2688021\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nickingssltests\",\r\n \"webSpace\": \"nickingssltests-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-037\",\r\n \"deletedSiteName\": \"nksnapshottarget\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 23950334,\r\n \"deletedTimestamp\": \"2019-04-25T17:36:59.1169852\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-123\",\r\n \"deletedSiteName\": \"DRSite20190419020219\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24301106,\r\n \"deletedTimestamp\": \"2019-05-09T18:56:26.1981534\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"danielsgottago\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24349074,\r\n \"deletedTimestamp\": \"2019-05-11T20:55:26.5535025\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-097\",\r\n \"deletedSiteName\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492938,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:51.6396882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492940,\r\n \"deletedTimestamp\": \"2019-05-16T23:55:53.507136\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8931\",\r\n \"webSpace\": \"ps8931-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps6640\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492976,\r\n \"deletedTimestamp\": \"2019-05-16T23:57:59.2272872\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24492977,\r\n \"deletedTimestamp\": \"2019-05-16T23:58:01.0219197\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8190\",\r\n \"webSpace\": \"ps8190-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5165\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493281,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:11.236953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493282,\r\n \"deletedTimestamp\": \"2019-05-17T00:13:12.4047024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7822\",\r\n \"webSpace\": \"ps7822-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps928\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/East US/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493383,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:37.6598342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"cleanupservice\",\r\n \"webSpace\": \"cleanupservice-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-133\",\r\n \"deletedSiteName\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"East US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493388,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:50.1948934\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"yes39839\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493391,\r\n \"deletedTimestamp\": \"2019-05-17T00:18:59.7894131\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up3838382\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493398,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:21.3994121\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up383838\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24493402,\r\n \"deletedTimestamp\": \"2019-05-17T00:19:36.8271387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"MyDemoApp28383\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519452,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.1627634\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519453,\r\n \"deletedTimestamp\": \"2019-05-17T17:59:13.2252651\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519609,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:26.9448558\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24519610,\r\n \"deletedTimestamp\": \"2019-05-17T18:04:27.0073777\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5679\",\r\n \"webSpace\": \"ps5679-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps1341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520009,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:03.9002623\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520010,\r\n \"deletedTimestamp\": \"2019-05-17T18:18:05.2725924\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7325\",\r\n \"webSpace\": \"ps7325-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2374\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520142,\r\n \"deletedTimestamp\": \"2019-05-17T18:25:47.4767522\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4778\",\r\n \"webSpace\": \"ps4778-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24520217,\r\n \"deletedTimestamp\": \"2019-05-17T18:31:07.4618245\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4943\",\r\n \"webSpace\": \"ps4943-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524703,\r\n \"deletedTimestamp\": \"2019-05-17T22:04:09.4478508\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg1782\",\r\n \"webSpace\": \"csmrg1782-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws583\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524755,\r\n \"deletedTimestamp\": \"2019-05-17T22:08:17.3131525\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg6429\",\r\n \"webSpace\": \"csmrg6429-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws9727\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524766,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:13.7787482\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg8785\",\r\n \"webSpace\": \"csmrg8785-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"csmws703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524774,\r\n \"deletedTimestamp\": \"2019-05-17T22:09:43.8547502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg2930\",\r\n \"webSpace\": \"csmrg2930-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"csmws9127\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524909,\r\n \"deletedTimestamp\": \"2019-05-17T22:18:50.8143099\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg804\",\r\n \"webSpace\": \"csmrg804-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-127\",\r\n \"deletedSiteName\": \"csmws7748\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524977,\r\n \"deletedTimestamp\": \"2019-05-17T22:25:25.8206062\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7187\",\r\n \"webSpace\": \"csmrg7187-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-131\",\r\n \"deletedSiteName\": \"csmws1362\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24524981,\r\n \"deletedTimestamp\": \"2019-05-17T22:26:08.1419104\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg9938\",\r\n \"webSpace\": \"csmrg9938-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws3193\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525002,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:27.0614084\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws5073\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525005,\r\n \"deletedTimestamp\": \"2019-05-17T22:28:37.4088993\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3962\",\r\n \"webSpace\": \"csmrg3962-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-089\",\r\n \"deletedSiteName\": \"csmws9678\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525015,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:05.5538969\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7544\",\r\n \"webSpace\": \"csmrg7544-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-081\",\r\n \"deletedSiteName\": \"csmws9698\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525024,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.4579466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg7668\",\r\n \"webSpace\": \"csmrg7668-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws8938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525025,\r\n \"deletedTimestamp\": \"2019-05-17T22:29:41.9374577\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5050\",\r\n \"webSpace\": \"csmrg5050-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws2711\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525030,\r\n \"deletedTimestamp\": \"2019-05-17T22:30:21.2693927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3665\",\r\n \"webSpace\": \"csmrg3665-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-079\",\r\n \"deletedSiteName\": \"csmws5896\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525053,\r\n \"deletedTimestamp\": \"2019-05-17T22:31:45.6904275\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3592\",\r\n \"webSpace\": \"csmrg3592-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws1690\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525076,\r\n \"deletedTimestamp\": \"2019-05-17T22:32:49.2872861\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525094,\r\n \"deletedTimestamp\": \"2019-05-17T22:33:27.5412594\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg5249\",\r\n \"webSpace\": \"csmrg5249-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-099\",\r\n \"deletedSiteName\": \"csmws9456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525116,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.4278425\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525117,\r\n \"deletedTimestamp\": \"2019-05-17T22:34:20.5848167\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3846\",\r\n \"webSpace\": \"csmrg3846-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-121\",\r\n \"deletedSiteName\": \"csmws5963\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525149,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.6352729\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/North Europe/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24525150,\r\n \"deletedTimestamp\": \"2019-05-17T22:35:24.7133871\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"csmrg3824\",\r\n \"webSpace\": \"csmrg3824-NorthEuropewebspace\",\r\n \"stamp\": \"waws-prod-db3-077\",\r\n \"deletedSiteName\": \"csmws197\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"North Europe\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24989724,\r\n \"deletedTimestamp\": \"2019-06-04T19:47:46.5493733\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"tryme393201\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24991304,\r\n \"deletedTimestamp\": \"2019-06-04T20:50:42.9307681\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"t383829\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 24992438,\r\n \"deletedTimestamp\": \"2019-06-04T21:39:18.6252842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029963,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:14.9634647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up9402013\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029964,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.2643122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"Restored123456\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029965,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:15.6681137\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"up28392014\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029966,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:16.1424713\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"r38293r\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25029967,\r\n \"deletedTimestamp\": \"2019-06-05T23:27:17.0618329\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25185054,\r\n \"deletedTimestamp\": \"2019-06-12T00:06:08.3090004\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t\",\r\n \"webSpace\": \"clitest.rgcfssxhu5uc5g6ypx4waae6vtj3ak4owepqsaxrudklobxsinv4c6bsvp5k4x7wd3t-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-webobjgmybwnyj\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25249006,\r\n \"deletedTimestamp\": \"2019-06-13T17:23:21.8648351\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz\",\r\n \"webSpace\": \"clitest.rgygrekxnjimph47madij66gxasgoyouviuxpf6en3xzlibthybmzmv6jxlwis3udwz-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"delete-me-weba3bnshg6azi\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250468,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:00.6724689\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5372\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25250469,\r\n \"deletedTimestamp\": \"2019-06-13T18:20:02.4225473\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6128\",\r\n \"webSpace\": \"ps6128-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9155\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255625,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:42.6864138\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25255626,\r\n \"deletedTimestamp\": \"2019-06-13T21:36:44.0747081\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2207\",\r\n \"webSpace\": \"ps2207-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps6009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256069,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:02.6772276\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256071,\r\n \"deletedTimestamp\": \"2019-06-13T21:57:03.8141661\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8243\",\r\n \"webSpace\": \"ps8243-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps2063\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256786,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:54.4351085\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25256789,\r\n \"deletedTimestamp\": \"2019-06-13T22:22:55.9225244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7775\",\r\n \"webSpace\": \"ps7775-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-111\",\r\n \"deletedSiteName\": \"ps750\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352044,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:07.3474882\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352045,\r\n \"deletedTimestamp\": \"2019-06-17T18:59:08.8306324\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8989\",\r\n \"webSpace\": \"ps8989-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps814\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352243,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:33.1601024\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352245,\r\n \"deletedTimestamp\": \"2019-06-17T19:05:34.5157477\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1800\",\r\n \"webSpace\": \"ps1800-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps703\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25352823,\r\n \"deletedTimestamp\": \"2019-06-17T19:30:43.9822194\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1700\",\r\n \"webSpace\": \"ps1700-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps6039\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25353883,\r\n \"deletedTimestamp\": \"2019-06-17T20:18:37.4222002\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2981\",\r\n \"webSpace\": \"ps2981-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-105\",\r\n \"deletedSiteName\": \"ps559\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25354792,\r\n \"deletedTimestamp\": \"2019-06-17T20:50:01.612838\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7368\",\r\n \"webSpace\": \"ps7368-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"ps3880\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357007,\r\n \"deletedTimestamp\": \"2019-06-17T22:10:44.019781\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357036,\r\n \"deletedTimestamp\": \"2019-06-17T22:12:20.2418628\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357259,\r\n \"deletedTimestamp\": \"2019-06-17T22:26:05.8755387\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357277,\r\n \"deletedTimestamp\": \"2019-06-17T22:27:00.881627\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25357418,\r\n \"deletedTimestamp\": \"2019-06-17T22:37:32.043466\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"nicniwdfowidjf\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358593,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:09.0865243\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358594,\r\n \"deletedTimestamp\": \"2019-06-17T23:43:11.1938836\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3274\",\r\n \"webSpace\": \"ps3274-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-083\",\r\n \"deletedSiteName\": \"ps8817\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25358623,\r\n \"deletedTimestamp\": \"2019-06-17T23:45:56.1640314\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"nicking\",\r\n \"webSpace\": \"nicking-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-099\",\r\n \"deletedSiteName\": \"pshypervtest101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,container,windows\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25359448,\r\n \"deletedTimestamp\": \"2019-06-18T00:38:28.1249086\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"RestoreMe1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395768,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:31.7083381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395769,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:32.4223069\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"clicontainerupdemo20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25395786,\r\n \"deletedTimestamp\": \"2019-06-18T21:06:56.8340815\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"appsvc_rg_linux_centralus\",\r\n \"webSpace\": \"appsvc_rg_linux_centralus-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-145\",\r\n \"deletedSiteName\": \"cuptest10101\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397446,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.5772929\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397447,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.639784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397448,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7022859\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397449,\r\n \"deletedTimestamp\": \"2019-06-18T22:13:54.7647647\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone2\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397454,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.1174163\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397455,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2113115\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397456,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.2892912\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397457,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:13.3673981\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone4\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397461,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.561989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397463,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.6557909\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397464,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.7651181\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397465,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:31.8901246\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone3\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397473,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.6740476\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25397474,\r\n \"deletedTimestamp\": \"2019-06-18T22:14:49.737208\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398942,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:14.7541103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone6\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398943,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.7982122\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398944,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.8763505\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398945,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:17.9545252\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398946,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:18.0326095\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone5\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25398948,\r\n \"deletedTimestamp\": \"2019-06-18T23:32:34.6493942\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone7\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399133,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5213371\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399134,\r\n \"deletedTimestamp\": \"2019-06-18T23:45:55.5994714\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-029\",\r\n \"deletedSiteName\": \"undeletesrcjune2019\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app,linux\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399303,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:47.4983175\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399304,\r\n \"deletedTimestamp\": \"2019-06-18T23:57:50.1015439\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps9905\",\r\n \"webSpace\": \"ps9905-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8864\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399652,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:52.8108183\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25399653,\r\n \"deletedTimestamp\": \"2019-06-19T00:23:53.9723575\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1133\",\r\n \"webSpace\": \"ps1133-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps2373\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432785,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.4780428\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432786,\r\n \"deletedTimestamp\": \"2019-06-19T21:02:07.8686784\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web\",\r\n \"webSpace\": \"web-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-093\",\r\n \"deletedSiteName\": \"undeletesrcjune20192\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432807,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:08.4140989\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432810,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:13.6337058\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432812,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:15.7607848\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432813,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:16.2451723\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone123\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432816,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:34.0819709\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone9\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432818,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.213488\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432819,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.5416261\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432820,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:37.8697416\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432821,\r\n \"deletedTimestamp\": \"2019-06-19T21:03:38.0416253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone8\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432895,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:11.6030376\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25432900,\r\n \"deletedTimestamp\": \"2019-06-19T21:06:14.7996652\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4974\",\r\n \"webSpace\": \"ps4974-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8582\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433005,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:03.4830146\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433007,\r\n \"deletedTimestamp\": \"2019-06-19T21:09:04.8657953\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6833\",\r\n \"webSpace\": \"ps6833-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps8311\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433406,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:46.2762449\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25433408,\r\n \"deletedTimestamp\": \"2019-06-19T21:20:48.7904011\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7135\",\r\n \"webSpace\": \"ps7135-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5340\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435281,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:35.0730029\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25435283,\r\n \"deletedTimestamp\": \"2019-06-19T23:22:36.7811078\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7757\",\r\n \"webSpace\": \"ps7757-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2108\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464773,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.3843109\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464774,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.4467927\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"dog\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464775,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.5249342\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25464776,\r\n \"deletedTimestamp\": \"2019-06-20T18:48:18.6030747\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nkpremclone1234\",\r\n \"slot\": \"test\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469822,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.1333389\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469823,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:26.2270917\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz2\",\r\n \"slot\": \"abc\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US 2/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25469833,\r\n \"deletedTimestamp\": \"2019-06-20T22:24:46.9362224\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"web2\",\r\n \"webSpace\": \"web2-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-027\",\r\n \"deletedSiteName\": \"nksnapz\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470578,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:17.8600472\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470579,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:20.3861692\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps4597\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470603,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.4400936\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25470604,\r\n \"deletedTimestamp\": \"2019-06-20T23:00:58.5182204\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3260\",\r\n \"webSpace\": \"ps3260-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2722\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473089,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:52.8015036\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473090,\r\n \"deletedTimestamp\": \"2019-06-21T01:27:54.2755812\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps5942\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473146,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0182572\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25473147,\r\n \"deletedTimestamp\": \"2019-06-21T01:31:05.0807617\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps7024\",\r\n \"webSpace\": \"ps7024-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"ps1628\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503026,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:02.8217218\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503036,\r\n \"deletedTimestamp\": \"2019-06-21T21:00:11.6722731\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3080\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503283,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:47.1603139\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25503284,\r\n \"deletedTimestamp\": \"2019-06-21T21:10:48.5759479\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6059\",\r\n \"webSpace\": \"ps6059-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps3463\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504483,\r\n \"deletedTimestamp\": \"2019-06-21T21:59:46.3501584\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25504644,\r\n \"deletedTimestamp\": \"2019-06-21T22:05:20.6683648\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps1483\",\r\n \"webSpace\": \"ps1483-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps5172\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506514,\r\n \"deletedTimestamp\": \"2019-06-21T23:44:14.6336216\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps58\",\r\n \"webSpace\": \"ps58-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506588,\r\n \"deletedTimestamp\": \"2019-06-21T23:52:27.2916891\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps57\",\r\n \"webSpace\": \"ps57-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"undeletesrc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506629,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:04.1509544\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506630,\r\n \"deletedTimestamp\": \"2019-06-21T23:55:06.3919468\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2347\",\r\n \"webSpace\": \"ps2347-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps5113\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506673,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:01.9040991\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506674,\r\n \"deletedTimestamp\": \"2019-06-21T23:58:03.3211129\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4134\",\r\n \"webSpace\": \"ps4134-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps9058\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506805,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:40.230103\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/Central US/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25506807,\r\n \"deletedTimestamp\": \"2019-06-22T00:08:42.0195286\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps4333\",\r\n \"webSpace\": \"ps4333-CentralUSwebspace\",\r\n \"stamp\": \"waws-prod-dm1-065\",\r\n \"deletedSiteName\": \"ps4204\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507522,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:02.5543299\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25507523,\r\n \"deletedTimestamp\": \"2019-06-22T01:13:04.4819547\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2743\",\r\n \"webSpace\": \"ps2743-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps8107\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516447,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:41.6089195\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516449,\r\n \"deletedTimestamp\": \"2019-06-22T20:05:43.1337283\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps9051\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516555,\r\n \"deletedTimestamp\": \"2019-06-22T20:15:59.580502\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516557,\r\n \"deletedTimestamp\": \"2019-06-22T20:16:01.3768906\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3783\",\r\n \"webSpace\": \"ps3783-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-087\",\r\n \"deletedSiteName\": \"ps3009\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516717,\r\n \"deletedTimestamp\": \"2019-06-22T20:38:24.6707561\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25516741,\r\n \"deletedTimestamp\": \"2019-06-22T20:43:55.6980474\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps5939\",\r\n \"webSpace\": \"ps5939-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-121\",\r\n \"deletedSiteName\": \"ps5766\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555174,\r\n \"deletedTimestamp\": \"2019-06-24T20:52:43.6670622\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2865\",\r\n \"webSpace\": \"ps2865-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"ps479\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555971,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:27.805997\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555973,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:29.7279155\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555974,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:31.0331842\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1638\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555975,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:33.6190253\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555977,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:35.3066017\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"testing\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25555978,\r\n \"deletedTimestamp\": \"2019-06-24T21:25:36.4943691\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps3415\",\r\n \"webSpace\": \"ps3415-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps3115\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557799,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:33.9319172\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25557802,\r\n \"deletedTimestamp\": \"2019-06-24T22:59:37.3949672\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps2611\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558266,\r\n \"deletedTimestamp\": \"2019-06-24T23:19:11.5122042\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps6717\",\r\n \"webSpace\": \"ps6717-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps1495\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558456,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.0146698\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558457,\r\n \"deletedTimestamp\": \"2019-06-24T23:24:55.1396745\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2784\",\r\n \"webSpace\": \"ps2784-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-127\",\r\n \"deletedSiteName\": \"ps1130\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558560,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:15.3084244\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"testslot\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25558561,\r\n \"deletedTimestamp\": \"2019-06-24T23:31:16.7533381\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps2650\",\r\n \"webSpace\": \"ps2650-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps9476\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null,\r\n \"id\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271483\",\r\n \"name\": \"csmws99\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271483,\r\n \"deletedTimestamp\": \"2020-04-17T16:11:43.9222017\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5268\",\r\n \"webSpace\": \"csmrg5268-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-107\",\r\n \"deletedSiteName\": \"csmws99\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271491\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271491,\r\n \"deletedTimestamp\": \"2020-04-17T16:18:50.5640259\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6718\",\r\n \"webSpace\": \"csmrg6718-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws2341\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271492\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271492,\r\n \"deletedTimestamp\": \"2020-04-17T16:19:31.7162474\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6718\",\r\n \"webSpace\": \"csmrg6718-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws2341\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271498\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271498,\r\n \"deletedTimestamp\": \"2020-04-17T16:20:56.9786091\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1875\",\r\n \"webSpace\": \"csmrg1875-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws5321\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271499\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271499,\r\n \"deletedTimestamp\": \"2020-04-17T16:20:57.3692549\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1875\",\r\n \"webSpace\": \"csmrg1875-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws5321\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271509\",\r\n \"name\": \"csmws8907\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271509,\r\n \"deletedTimestamp\": \"2020-04-17T16:23:33.1462761\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9980\",\r\n \"webSpace\": \"csmrg9980-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws8907\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271512\",\r\n \"name\": \"csmws276\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271512,\r\n \"deletedTimestamp\": \"2020-04-17T16:25:43.1235083\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1785\",\r\n \"webSpace\": \"csmrg1785-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws276\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271514\",\r\n \"name\": \"csmws9689\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271514,\r\n \"deletedTimestamp\": \"2020-04-17T16:26:40.7936349\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1779\",\r\n \"webSpace\": \"csmrg1779-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws9689\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271516\",\r\n \"name\": \"csmws5547\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271516,\r\n \"deletedTimestamp\": \"2020-04-17T16:28:21.6964486\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1342\",\r\n \"webSpace\": \"csmrg1342-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws5547\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271523\",\r\n \"name\": \"csmws738\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271523,\r\n \"deletedTimestamp\": \"2020-04-17T16:29:14.3809904\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg277\",\r\n \"webSpace\": \"csmrg277-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws738\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271526\",\r\n \"name\": \"csmws1272\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271526,\r\n \"deletedTimestamp\": \"2020-04-17T16:30:03.762089\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5088\",\r\n \"webSpace\": \"csmrg5088-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws1272\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271527\",\r\n \"name\": \"csmws9592\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271527,\r\n \"deletedTimestamp\": \"2020-04-17T16:30:33.0390007\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9892\",\r\n \"webSpace\": \"csmrg9892-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws9592\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271531\",\r\n \"name\": \"csmws6306\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271531,\r\n \"deletedTimestamp\": \"2020-04-17T16:31:38.0185281\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6091\",\r\n \"webSpace\": \"csmrg6091-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws6306\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29271532\",\r\n \"name\": \"csmws3104\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29271532,\r\n \"deletedTimestamp\": \"2020-04-17T16:33:09.1100578\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7039\",\r\n \"webSpace\": \"csmrg7039-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-145\",\r\n \"deletedSiteName\": \"csmws3104\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275440\",\r\n \"name\": \"csmws436\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275440,\r\n \"deletedTimestamp\": \"2020-04-20T06:07:20.5681048\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1402\",\r\n \"webSpace\": \"csmrg1402-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws436\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275442\",\r\n \"name\": \"csmws8946\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275442,\r\n \"deletedTimestamp\": \"2020-04-20T06:11:22.0111545\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3702\",\r\n \"webSpace\": \"csmrg3702-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws8946\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275450\",\r\n \"name\": \"csmws9792\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275450,\r\n \"deletedTimestamp\": \"2020-04-20T06:20:40.1961487\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9285\",\r\n \"webSpace\": \"csmrg9285-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9792\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275492\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275492,\r\n \"deletedTimestamp\": \"2020-04-20T07:03:40.7961097\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg279\",\r\n \"webSpace\": \"csmrg279-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws7326\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275493\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275493,\r\n \"deletedTimestamp\": \"2020-04-20T07:03:40.8586301\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg279\",\r\n \"webSpace\": \"csmrg279-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws7326\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275502\",\r\n \"name\": \"csmws6811\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275502,\r\n \"deletedTimestamp\": \"2020-04-20T07:07:00.5480104\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2183\",\r\n \"webSpace\": \"csmrg2183-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws6811\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275527\",\r\n \"name\": \"csmws746\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275527,\r\n \"deletedTimestamp\": \"2020-04-20T07:24:26.9800098\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg7200\",\r\n \"webSpace\": \"csmrg7200-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws746\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275586\",\r\n \"name\": \"csmws9045\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275586,\r\n \"deletedTimestamp\": \"2020-04-20T07:56:59.3830574\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9450\",\r\n \"webSpace\": \"csmrg9450-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-135\",\r\n \"deletedSiteName\": \"csmws9045\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275608\",\r\n \"name\": \"csmws6248\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275608,\r\n \"deletedTimestamp\": \"2020-04-20T08:04:54.9048547\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3250\",\r\n \"webSpace\": \"csmrg3250-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws6248\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275615\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275615,\r\n \"deletedTimestamp\": \"2020-04-20T08:07:20.902903\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1143\",\r\n \"webSpace\": \"csmrg1143-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9621\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275616\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275616,\r\n \"deletedTimestamp\": \"2020-04-20T08:08:00.6527585\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1143\",\r\n \"webSpace\": \"csmrg1143-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-109\",\r\n \"deletedSiteName\": \"csmws9621\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275622\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275622,\r\n \"deletedTimestamp\": \"2020-04-20T08:09:11.6666849\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6365\",\r\n \"webSpace\": \"csmrg6365-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2859\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275623\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275623,\r\n \"deletedTimestamp\": \"2020-04-20T08:09:11.7291634\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6365\",\r\n \"webSpace\": \"csmrg6365-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws2859\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275626\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275626,\r\n \"deletedTimestamp\": \"2020-04-20T08:10:19.1886168\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8673\",\r\n \"webSpace\": \"csmrg8673-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1175\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275627\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275627,\r\n \"deletedTimestamp\": \"2020-04-20T08:10:19.2510933\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8673\",\r\n \"webSpace\": \"csmrg8673-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1175\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275639\",\r\n \"name\": \"csmws8740\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275639,\r\n \"deletedTimestamp\": \"2020-04-20T08:14:24.1156497\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4861\",\r\n \"webSpace\": \"csmrg4861-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8740\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275641\",\r\n \"name\": \"csmws1328\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275641,\r\n \"deletedTimestamp\": \"2020-04-20T08:14:46.9421665\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4550\",\r\n \"webSpace\": \"csmrg4550-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-111\",\r\n \"deletedSiteName\": \"csmws1328\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275644\",\r\n \"name\": \"csmws9988\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275644,\r\n \"deletedTimestamp\": \"2020-04-20T08:16:21.8489577\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9342\",\r\n \"webSpace\": \"csmrg9342-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws9988\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275645\",\r\n \"name\": \"csmws1747\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275645,\r\n \"deletedTimestamp\": \"2020-04-20T08:17:11.7449311\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg4855\",\r\n \"webSpace\": \"csmrg4855-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-105\",\r\n \"deletedSiteName\": \"csmws1747\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275646\",\r\n \"name\": \"csmws7557\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275646,\r\n \"deletedTimestamp\": \"2020-04-20T08:17:21.4892759\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg6453\",\r\n \"webSpace\": \"csmrg6453-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-123\",\r\n \"deletedSiteName\": \"csmws7557\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275648\",\r\n \"name\": \"csmws7473\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275648,\r\n \"deletedTimestamp\": \"2020-04-20T08:18:17.0684426\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1927\",\r\n \"webSpace\": \"csmrg1927-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-115\",\r\n \"deletedSiteName\": \"csmws7473\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275651\",\r\n \"name\": \"csmws45\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275651,\r\n \"deletedTimestamp\": \"2020-04-20T08:19:45.88919\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8327\",\r\n \"webSpace\": \"csmrg8327-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-111\",\r\n \"deletedSiteName\": \"csmws45\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275658\",\r\n \"name\": \"csmws4938\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275658,\r\n \"deletedTimestamp\": \"2020-04-20T08:22:57.9591791\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3023\",\r\n \"webSpace\": \"csmrg3023-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws4938\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275817\",\r\n \"name\": \"csmws4709\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275817,\r\n \"deletedTimestamp\": \"2020-04-20T10:13:48.9995611\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8519\",\r\n \"webSpace\": \"csmrg8519-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-159\",\r\n \"deletedSiteName\": \"csmws4709\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275822\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275822,\r\n \"deletedTimestamp\": \"2020-04-20T10:16:21.5784078\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5759\",\r\n \"webSpace\": \"csmrg5759-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9002\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275823\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275823,\r\n \"deletedTimestamp\": \"2020-04-20T10:17:01.5543061\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5759\",\r\n \"webSpace\": \"csmrg5759-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9002\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275825\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275825,\r\n \"deletedTimestamp\": \"2020-04-20T10:18:15.0005485\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9597\",\r\n \"webSpace\": \"csmrg9597-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9459\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275826\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275826,\r\n \"deletedTimestamp\": \"2020-04-20T10:18:15.0630528\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg9597\",\r\n \"webSpace\": \"csmrg9597-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws9459\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275831\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275831,\r\n \"deletedTimestamp\": \"2020-04-20T10:19:42.8785164\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5572\",\r\n \"webSpace\": \"csmrg5572-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8297\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275832\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275832,\r\n \"deletedTimestamp\": \"2020-04-20T10:19:42.956593\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5572\",\r\n \"webSpace\": \"csmrg5572-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws8297\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275833\",\r\n \"name\": \"csmws4578\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275833,\r\n \"deletedTimestamp\": \"2020-04-20T10:20:01.5356877\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg5092\",\r\n \"webSpace\": \"csmrg5092-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-123\",\r\n \"deletedSiteName\": \"csmws4578\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275837\",\r\n \"name\": \"csmws7393\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275837,\r\n \"deletedTimestamp\": \"2020-04-20T10:21:09.7061245\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg8782\",\r\n \"webSpace\": \"csmrg8782-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-153\",\r\n \"deletedSiteName\": \"csmws7393\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275839\",\r\n \"name\": \"csmws9575\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275839,\r\n \"deletedTimestamp\": \"2020-04-20T10:22:39.9581707\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg2939\",\r\n \"webSpace\": \"csmrg2939-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-129\",\r\n \"deletedSiteName\": \"csmws9575\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275842\",\r\n \"name\": \"csmws2659\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275842,\r\n \"deletedTimestamp\": \"2020-04-20T10:23:29.3214853\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg150\",\r\n \"webSpace\": \"csmrg150-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-155\",\r\n \"deletedSiteName\": \"csmws2659\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275843\",\r\n \"name\": \"csmws7759\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275843,\r\n \"deletedTimestamp\": \"2020-04-20T10:24:20.2285063\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg3532\",\r\n \"webSpace\": \"csmrg3532-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-113\",\r\n \"deletedSiteName\": \"csmws7759\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275844\",\r\n \"name\": \"csmws2144\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275844,\r\n \"deletedTimestamp\": \"2020-04-20T10:24:33.5042774\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"csmrg1529\",\r\n \"webSpace\": \"csmrg1529-SouthCentralUSwebspace\",\r\n \"stamp\": \"waws-prod-sn1-133\",\r\n \"deletedSiteName\": \"csmws2144\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"South Central US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South Central US/deletedSites/29275845\",\r\n \"name\": \"csmws4152\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 29275845,\r\n \"deletedTimestamp\": \"2020-04-20T10